document.write( "Question 247184: I have a question about order of operations...
\n" );
document.write( "The problem is
\n" );
document.write( "a = 3
\n" );
document.write( "18 ÷ 2a\r
\n" );
document.write( "\n" );
document.write( "My question is....can the variable be separated from the number, thereby treating it like 18 ÷ 2 * 3, resulting in the answer 27,
\n" );
document.write( "or does the variable stay attached to the number 18 ÷ 2(3), resulting in the answer 3
\n" );
document.write( "Thanks,
\n" );
document.write( "Schel \n" );
document.write( "
Algebra.Com's Answer #180374 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! Yes, the a is \"stuck\" to the 2 to get 3 \n" ); document.write( "To clarify, that you could write 18/(2a) or (18/2)*(1/a) to show that you want to factor it or even (1/2)*(18/a) \n" ); document.write( "To get 27 you would need to write something like (18/2)*a. Compare this with \n" ); document.write( "(18/2)*(1/a) from above.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |