document.write( "Question 32336: Compute the value of the discriminant and give the number or real solutions to the quadratic equation.\r
\n" );
document.write( "\n" );
document.write( "-9x^2 +6x -1 =0 \n" );
document.write( "
Algebra.Com's Answer #18938 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=-9, b=6 and c=-1 \n" ); document.write( "(b^2-4ac) = 36-4(-9)(-1) = 36-36 = 0 \n" ); document.write( "Since the discriminant is zero, there is only one real solution to this equation, which is -b/2a = 6/18 = 1/3 \n" ); document.write( "Answer: x= 1/3 \n" ); document.write( " |