document.write( "Question 191134: 5-5 COMPLETING THE SQUARE\r
\n" );
document.write( "\n" );
document.write( " Solving a quadratic equation if the coefficient of x^2 is 1 \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " X^2+6X+5=0 \n" );
document.write( "
Algebra.Com's Answer #143501 by edjones(8007)![]() ![]() You can put this solution on YOUR website! x^2+6x+5=0 \n" ); document.write( "x^2+6x =-5 \n" ); document.write( "x^2+6x+9=-5+9 divide 6 by 2 and square the result. 6/2=3, 3^2=9, add 9 to both sides. the 9 completes the square on the left hand side. \n" ); document.write( "(x+3)^2=4 \n" ); document.write( "x+3=+-2 take the sqrt of each side. \n" ); document.write( "x=-3+-2 \n" ); document.write( "x=-1, x=-5 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |