document.write( "Question 764551: Evaluate: 5(6 -3) - 1 * 6
\n" );
document.write( "Can you help me solve this if you can and explain it? I don't get it \n" );
document.write( "
Algebra.Com's Answer #465507 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! 5(6 -3) - 1 * 6 \n" ); document.write( "order of operations states do all operations in parenthesis first, then multiplication and division from left to right, then addition and subtraction from left to right - so we have \n" ); document.write( "5*3 - 1 * 6 (evaluated the operation inside parenthesis) \n" ); document.write( "15 - 6 (evaluated the multiplications) \n" ); document.write( "15 - 6 = 9 (evaluated the subtraction) \n" ); document.write( " \n" ); document.write( " |