document.write( "Question 40680:  -5^2-2*3^2+2{6-3(4-9)}\r
\n" );
document.write( "\n" );
document.write( "I'm having trouble resolving this order of operations problem. \n" );
document.write( "
| Algebra.Com's Answer #26050 by siouxie(6)      You can put this solution on YOUR website! Parenthesis first \n" ); document.write( "5^2-2*3^2+2(6-3*(4-9)) \n" ); document.write( "5^2-2*3^2+2(6-3 *(-5)) \n" ); document.write( "make sure you use your order of operation inside the parenthesis also \n" ); document.write( "5^2-2*3^2+2(6-(-15) \n" ); document.write( "5^2-2*3^2+2(25) \n" ); document.write( "now that the parenthesis are done, follow the rest of the order of op \n" ); document.write( "5^2-2*3^2+2(25) \n" ); document.write( "25-2*9+2*25 \n" ); document.write( "25-18+50 \n" ); document.write( "7+50 \n" ); document.write( "57 \n" ); document.write( " |