document.write( "Question 23337: insert parentheses to make equation 9+6x2 divided by 3-1=12 true \n" ); document.write( "
Algebra.Com's Answer #12113 by philberg99(10)\"\" \"About 
You can put this solution on YOUR website!
Actually, with order of operations, no parentheses are needed.\r
\n" ); document.write( "\n" ); document.write( "9 + 6 · 2 ÷ 3 - 1 <--multiply or divide first starting from left to right
\n" ); document.write( "9 + 12 ÷ 3 - 1 <--multiply or divide first starting from left to right
\n" ); document.write( "9 + 4 - 1 <--add or subtract starting from left to right
\n" ); document.write( "13 - 1 <--add or subtract starting from left to right
\n" ); document.write( "12
\n" ); document.write( "
\n" );