document.write( "Question 460463: solve for x (quadratic equation) x^2 - x + 8 = 0 \n" ); document.write( "
Algebra.Com's Answer #315819 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! complete the square \n" ); document.write( "x^2 - x =-8 \n" ); document.write( "x^2 - x =-32/4 \n" ); document.write( "x^2 - x +1/4=1/4-32/4 \n" ); document.write( "(x-1/2)^2=-31/4 \n" ); document.write( "x = 1/2 (1+i sqrt(31)) \n" ); document.write( "x = 1/2 (1-i sqrt(31)) \n" ); document.write( " \n" ); document.write( " |