document.write( "Question 372585: Compute the value of the discriminant and give the number of real solutions to the quadratic equation.
\n" ); document.write( "-2x^2+3x+1=0\r
\n" ); document.write( "\n" ); document.write( "discriminant=
\n" ); document.write( "number of real numbers =
\n" ); document.write( "

Algebra.Com's Answer #265373 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
\"D=b%5E2-4ac\"
\n" ); document.write( "\"D=3%5E2-4%28-2%29%281%29\"
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "If \"D%3E0\", 2 real solutions.
\n" ); document.write( "If \"D=0\", 1 real solution.
\n" ); document.write( "If \"D%3C0\", 0 real solutions.
\n" ); document.write( "
\n" );