document.write( "Question 196753: Solve by completing the square:
\n" );
document.write( " x^2 + 8x + 13 = 0
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #147470 by J2R2R(94)![]() ![]() You can put this solution on YOUR website! Completing the square requires half the coefficient of x to be used (when the coefficient of x^2 is 1) so that we have a square on one side and since this isn’t 0 generally we have it equal to whatever we have to adjust the equation to which is 3 in this example.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x + 4)^2 = x^2 + 8x + 16 so\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x^2 + 8x + 13 = (x^2 + 8x + 16) - 3 = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x + 4)^2 - 3 = 0\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(x + 4)^2 = 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Therefore\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + 4 = + or - square root of 3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = - 4 + or - square root of 3 \n" ); document.write( " |