document.write( "Question 948053: use the discriminant to determine whether the quadratic equation has two unequal real solutions, a repeated real solution, or no real solution without solving the equation.
\n" );
document.write( "7x^2-3x+5=0 \n" );
document.write( "
Algebra.Com's Answer #578593 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! use the discriminant to determine whether the quadratic equation has two unequal real solutions, a repeated real solution, or no real solution without solving the equation. \n" ); document.write( "7x^2-3x+5=0 \n" ); document.write( "------------- \n" ); document.write( "Check the discriminant \n" ); document.write( "Disc = b^2 - 4ac \n" ); document.write( "------ \n" ); document.write( "If Disc > 0 --> 2 real different solutions \n" ); document.write( "If Disc = 0 --> 2 real equal solutions \n" ); document.write( "If Disc < 0 --> 2 complex solutions (conjugates) \n" ); document.write( " |