document.write( "Question 600872: complete the square, and find the roots of the quadratic equation.\r
\n" );
document.write( "\n" );
document.write( "x2 + 6x -16= 0
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #379521 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! x^2 + 6x -16= 0 \n" ); document.write( "x^2 + 6x = 16 \n" ); document.write( "take half 'b', square it and add to both sides: \n" ); document.write( "x^2 + 6x + 9 = 16 + 9 \n" ); document.write( "(x+3)(x+3) = 25 \n" ); document.write( "(x+3)^2 = 25 \n" ); document.write( "x+3 = +-5 \n" ); document.write( "x = -3+-5 \n" ); document.write( "x = {-8, 2} \n" ); document.write( " \n" ); document.write( " |