document.write( "Question 569254: How do you know if a quadratic equation will have one, two, or no sloution? \n" ); document.write( "
Algebra.Com's Answer #367330 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
All quadratics will have two (complex) solutions. However, to determine if they're real or if there are duplicate roots, you'll have to take the discriminant, defined as delta = b^2 - 4ac.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Recall the quadratic formula\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( " \r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If b^2 - 4ac > 0, then the square root will be defined and you will have two real solutions.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If b^2 - 4ac = 0, then the square root will be equal to 0, and you'll have a duplicate root (-b/2a).\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "If b^2 - 4ac < 0, then the square root will be a complex number and you'll have two complex solutions (by complex, I mean Im(x) is not equal to 0).
\n" ); document.write( "
\n" );