document.write( "Question 32332: 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 - x - 3 = 0\r
\n" );
document.write( "\n" );
document.write( "Please help!!!!! \n" );
document.write( "
Algebra.Com's Answer #19062 by mukhopadhyay(490)![]() ![]() ![]() You can put this solution on YOUR website! 5x^2 - x - 3 = 0 \n" ); document.write( "Discriminant for ax^2+bx+c=0 is b^2-4ac \n" ); document.write( "Here a=5, b=-1, and c=-3 \n" ); document.write( "b^2-4ac = 1+60 = 61 \n" ); document.write( "Roots are x=[-b+sqrt(discriminant)]/2a and x=[-b-sqrt(discriminant)]/2a \n" ); document.write( "=> x = [1+sqrt(61)]/10 and x = [1-sqrt(61)]/10 \n" ); document.write( " |