document.write( "Question 494217: How do I find the answer to the order of operation problem -3+7+[-(9-4)] \n" ); document.write( "
Algebra.Com's Answer #335570 by chessace(471)![]() ![]() You can put this solution on YOUR website! Rule is \"()\" before anything, and among those, \"innermost first\". \n" ); document.write( "1st: (9-4) = 5 \n" ); document.write( "2nd: +[-5] = -5 \n" ); document.write( "Last: -3+7-5 just keep everything separate; e.g., avoid -(3+7). \n" ); document.write( "right to left, left to right OK: -1. \n" ); document.write( " \n" ); document.write( " |