document.write( "Question 8204: Please help me solve this problem:\r
\n" );
document.write( "\n" );
document.write( "a=32 b=45 c=5\r
\n" );
document.write( "\n" );
document.write( "ab / 6c = ?\r
\n" );
document.write( "\n" );
document.write( "Would you
\n" );
document.write( "32x45=1440
\n" );
document.write( "6x5=30
\n" );
document.write( "1440/30=48\r
\n" );
document.write( "\n" );
document.write( "or
\n" );
document.write( "32 x 45= 1440
\n" );
document.write( "1440/6=240x5=1200 \n" );
document.write( "
Algebra.Com's Answer #4547 by glabow(165)![]() ![]() ![]() You can put this solution on YOUR website! Without any parentheses to change the order of evaluation, the rule is to do multiplication and division operations left to right. \n" ); document.write( "So, it's \n" ); document.write( "a times b divided by 6 multiplied by c, which is \n" ); document.write( "32 x 45 / 6 x 5. \n" ); document.write( "Your second calculation is correct [1200]. \n" ); document.write( "Note: if the author wanted to do the multiplication first, the expression would have been \n" ); document.write( "ab/(6c), read \"a times b divided by the quantity 6 times c.\" \n" ); document.write( " |