document.write( "Question 881490: compute the value of the discriminant and give the number of real solutions of the quadratic equation 2x^2-5x+5=0\r
\n" );
document.write( "\n" );
document.write( "Discriminate
\n" );
document.write( "Number of real soultions \n" );
document.write( "
Algebra.Com's Answer #532253 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! 2x^2-5x+5=0 \n" ); document.write( "a=2, b=-5, c=5 \n" ); document.write( "sqrt (b^2-4ac) \n" ); document.write( "sqrt(25-40) \n" ); document.write( "sqrt -15 \n" ); document.write( "no real solutions \n" ); document.write( " |