document.write( "Question 330576: I need help with solving this problem of order of operations please\r
\n" );
document.write( "\n" );
document.write( "1. Apply the Order of Operations to simplify the following expression:
\n" );
document.write( "5x[(2x^2 - 7x + 9) - (2x^3 + 4x^2)/(2x^2)] \n" );
document.write( "
Algebra.Com's Answer #804814 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! 5x[(2x^2 - 7x + 9) - (2x^3 + 4x^2)/(2x^2)] \n" ); document.write( "= 5x[(2x^2 - 7x + 9) - (2x + 2)] \n" ); document.write( "= 5x[2x^2 - 7x + 9 - 2x - 2] \n" ); document.write( "= 5x(2x^2 - 9x + 7) \n" ); document.write( "= |