document.write( "Question 785063: what is 42 divided by 6 times 9 and how do you get the answer? I keep getting a really long decimal \n" ); document.write( "
Algebra.Com's Answer #477363 by josgarithmetic(39800) ![]() You can put this solution on YOUR website! Assuming the operator precedence for multiplications and divisions is strictly from left to right, you would work it this way:\r \n" ); document.write( "\n" ); document.write( "42/6*9 \n" ); document.write( "7*9 \n" ); document.write( "63 \n" ); document.write( " |