document.write( "Question 176177: Determine the nature of the solutions of the equation
\n" );
document.write( "x^2-x+7=0
\n" );
document.write( "One real?
\n" );
document.write( "Two non-real?
\n" );
document.write( "Two real?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #131272 by Mathtut(3670)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( ": \n" ); document.write( "D=Discriminant is \n" ); document.write( "\n" ); document.write( "if D>0 then the equation has 2 real solutions \n" ); document.write( "if D<0 then the equation has 1 real solution. \n" ); document.write( "if D=0 then the equation has 2 conjugate imaginary solutions. \n" ); document.write( ": \n" ); document.write( "(-1)2-4(1)(7)=-30 \n" ); document.write( ": \n" ); document.write( "so this has 2 conjugate imaginary solutions \n" ); document.write( " |