document.write( "Question 924056: I need help to simplify 3x^2+5x-4x^2+2x\r
\n" );
document.write( "\n" );
document.write( "Thank you in advance \n" );
document.write( "
Algebra.Com's Answer #560549 by rothauserc(4718) You can put this solution on YOUR website! 3x^2+5x-4x^2+2x \n" ); document.write( "first combine like terms \n" ); document.write( "-x^2 +7x \n" ); document.write( "multiply both sides of = by - \n" ); document.write( "x^2 -7x = 0 \n" ); document.write( "now this can be solved by completing the square, take half of 7 and square \n" ); document.write( "x^2 -7x + 49/4 = 49/4 \n" ); document.write( "(x - 7/2)^2 = (7/2)^2 \n" ); document.write( "now take the square root \n" ); document.write( "x - 7/2 = 7/2 \n" ); document.write( "x = 7 \n" ); document.write( " \n" ); document.write( " |