document.write( "Question 132853: What type of solution do you get for quadratic equations where D < 0? Give reasons for your answer. Also provide an example of such a quadratic equation and find the solution of the equation.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #97085 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! What type of solution do you get for quadratic equations where D < 0? Give reasons for your answer. Also provide an example of such a quadratic equation and find the solution of the equation. \n" ); document.write( "---------- \n" ); document.write( "If the discriminant is negative you get two distinct complex solutions. \n" ); document.write( "--------------------- \n" ); document.write( "y = x^2+x+1 \n" ); document.write( "x = [-1 +- sqrt(1-4*1*1)]/2 \n" ); document.write( "x = (-1 + sqrt(-3))/2 or x = (-1-sqrt(-3))/2 \n" ); document.write( "x = (-1+isqrt(3))/2 or x = (-1-isqrt(3))/2 \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |