document.write( "Question 608563: Use the quadratic formula to solve the equation. I forgot how to do this. Can someone please help me
\n" );
document.write( "x^2 - x = -1 \n" );
document.write( "
Algebra.Com's Answer #383300 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Use the quadratic formula to solve the equation. I forgot how to do this. Can someone please help me \n" ); document.write( "x^2 - x = -1 \n" ); document.write( "Rearrange: \n" ); document.write( "x^2 -x + 1 = 0 \n" ); document.write( "a = 1 ; b = -1 ; c = 1 \n" ); document.write( "--- \n" ); document.write( "Formula: x = [-b+-sqrt(b^2-4ac)]/(2a) \n" ); document.write( "--- \n" ); document.write( "Your Problem: \n" ); document.write( "x = [1 +- sqrt(1 -4*1*1)]/(2*1) \n" ); document.write( "---- \n" ); document.write( "x [1 +- sqrt(-3)]/2 \n" ); document.write( "--- \n" ); document.write( "x = (1/2) + (i/2)sqrt(3) or x = (1/2) - (i/2)sqrt(3) \n" ); document.write( "======================================================== \n" ); document.write( "cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |