document.write( "Question 761658: Hello, I was hoping you could explain, with words, the the order of operations for this. \r
\n" );
document.write( "\n" );
document.write( " 17+2(2)
\n" );
document.write( " _______
\n" );
document.write( " 3 \r
\n" );
document.write( "\n" );
document.write( "I understand the basic order of parentheses, multiply and divide, then add and subtract from left to right. My \"refresher\" text book doesn't cover some things.
\n" );
document.write( "Any help would be much appreciated. \n" );
document.write( "
Algebra.Com's Answer #463372 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! 17+2(2) \n" ); document.write( " _______ \n" ); document.write( " 3 \r \n" ); document.write( "\n" ); document.write( "==================== \n" ); document.write( "(17 + 2*2)/3 \n" ); document.write( "= (17 + 4)/3 \n" ); document.write( "= 21/3 \n" ); document.write( "= 7 \n" ); document.write( " \n" ); document.write( " |