document.write( "Question 543271: what is the answer to 5(9+3)-3x4
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #354797 by lmeeks54(111)\"\" \"About 
You can put this solution on YOUR website!
This problem is checking to see if you understand the order of operations (also called operator precedence). The precedence is recognized as:
\n" ); document.write( "...
\n" ); document.write( "operations inside parenthesis or brackets
\n" ); document.write( "exponents and roots
\n" ); document.write( "multiplication and division (in order they appear)
\n" ); document.write( "addition and subtraction (in order they appear)
\n" ); document.write( "...
\n" ); document.write( "This means, do what is found inside parenthesis first, then do exponentiation next, then multiplication and division in order from left to right, then addtion and subtraction in order from left to right.
\n" ); document.write( "...
\n" ); document.write( "In this case:
\n" ); document.write( "5 * (9 + 3) - 3 * 4
\n" ); document.write( "we do the 9 + 3 (= 12) and then multiply it by 5 (= 60)
\n" ); document.write( "then we do the 3 * 4 (= 12) and subtract it from the 60 we already computed (= 48)
\n" ); document.write( "...
\n" ); document.write( "The answer to this problem is 48
\n" ); document.write( "...
\n" ); document.write( "cheers,
\n" ); document.write( "Lee
\n" ); document.write( "
\n" );