Thank you for everyones input. It helped me understand better how the SQL was calculating.
I was able to resolve my issue with overriding precedence using parenthesis as shown below.
SELECT (24/24*16.34+6) * 48 * 40 / 1728 as CUBIC_FT FROM ...