document.write( "Question 427879: What happens when the quadratic equation is no solution? For example,
\n" );
document.write( "x2+6x+10=0
\n" );
document.write( "A=1 B=6 C=10
\n" );
document.write( "D= b2-4ac
\n" );
document.write( "D=62-4(10)=-4
\n" );
document.write( "-4<0 no real solutions\r
\n" );
document.write( "\n" );
document.write( "What now?
\n" );
document.write( "Thank you :) \n" );
document.write( "
Algebra.Com's Answer #297561 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! Then there are no real solutions. Graphically, this would mean that on the xy-plane, the quadratic would not intersect the x-axis. The quadratic does have two complex solutions, which can be shown graphically by graphing on a three-dimensional plane. \n" ); document.write( " |