document.write( "Question 296652: The quadratic equation x^2 - 8x = -20 is to be solved by completing the square. \n" ); document.write( "
Algebra.Com's Answer #213723 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! x^2 - 8x = -20 \n" ); document.write( "x^2-8x+16=-20+16 \n" ); document.write( "(x-4)^2=-4 \n" ); document.write( "x-4=+-(sqrt-4) \n" ); document.write( "x-4=+-2i \n" ); document.write( "x=4+-2i ans. \n" ); document.write( " \n" ); document.write( " |