document.write( "Question 32333: Compute the value of the discriminant and give the number of real solutions to the quadratic equation.\r
\n" );
document.write( "\n" );
document.write( "-5x^2 -2x+3=0\r
\n" );
document.write( "\n" );
document.write( "Please help!!!!!!! and Thank You!!!!!! \n" );
document.write( "
Algebra.Com's Answer #18941 by mukhopadhyay(490)![]() ![]() ![]() You can put this solution on YOUR website! Discriminant for quadratic equation ax^2+bx+c =0 is (b^2-4ac) \n" ); document.write( "Here a=-5, b=-2 and c=3 \n" ); document.write( "(b^2-4ac) = 4-4(-5)(3) = 4+60 = 64 \n" ); document.write( "The real solution to this equation are: \n" ); document.write( "-b/2a + sqrt(discriminant)/2a and -b/2a - sqrt(discriminant)/2a \n" ); document.write( "Same as, x= -(-2)/(-10) + 8/(-10) = -2/10 - 8/10 = -1 \n" ); document.write( "and x= -2/10 + 8/10 = 6/10 = 3/5 \n" ); document.write( "Answer: x=-1 or x=3/5 \n" ); document.write( " |