document.write( "Question 386313: The problem is: Solve the equation for x .....
\n" );
document.write( "(x-4)^2=2x^2-3x+20\r
\n" );
document.write( "\n" );
document.write( "I've tried to solve it but get stuck towards the end. The last answer i get to is... x^2-11x+36 but i can't find numbers to factor it. I'm not sure if i have done it right to that point
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #273104 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Solve the equation for x ..... \n" ); document.write( "(x-4)^2=2x^2-3x+20 \n" ); document.write( "--- \n" ); document.write( "x^2-8x+16 = 2x^2-3x+20 \n" ); document.write( "--- \n" ); document.write( "x^2+5x+4 = 0 \n" ); document.write( "--- \n" ); document.write( "Factor: \n" ); document.write( "(x+4)(x+1) = 0 \n" ); document.write( "x = -4 or x = -1 \n" ); document.write( "===================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |