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 #578594 by lwsshak3(11628)![]() ![]() ![]() 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( "a=7, b=-3, c=5 \n" ); document.write( "discriminant=b^2-4ac=9-4*7*5=9-140=-131<0 \n" ); document.write( "no real solution \n" ); document.write( " |