document.write( "Question 861424: compute the discriminant and determine the nature of the solutions. 5x^2 + 6x - 3 = 0 \n" ); document.write( "
Algebra.Com's Answer #519025 by aditya2117(32)\"\" \"About 
You can put this solution on YOUR website!
here, in this quadratic equation a=5, b=6, c=-3.
\n" ); document.write( "Discriminant= sqrt(b^2-4ac)
\n" ); document.write( " = sqrt(6^2 - 4.5(-3))
\n" ); document.write( " = sqrt(36 + 60)
\n" ); document.write( " = sqrt(86)
\n" ); document.write( "The equation doesn't comprise a real value
\n" ); document.write( "
\n" );