document.write( "Question 516884: Solve the equation for the variable:
\n" );
document.write( "x^2+2x =63 \n" );
document.write( "
Algebra.Com's Answer #344532 by faceoff57(108)![]() ![]() You can put this solution on YOUR website! x^2+2x =63 \n" ); document.write( "x^2 + 2x - 63 = 0 \n" ); document.write( "(x + 9)(X - 7) = 0 \n" ); document.write( "x + 9 = 0 \n" ); document.write( "x = -9 \n" ); document.write( "x - 7 = 0 \n" ); document.write( "x = 7 \n" ); document.write( "x = (-9, 7) \n" ); document.write( " |