document.write( "Question 38727: Compute the value of the discriminant and give the number of real solutions to the quadratic equation:\r
\n" );
document.write( "\n" );
document.write( "3x^2 - 7x + 9 = 0 \n" );
document.write( "
Algebra.Com's Answer #24562 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! The discriminant for \n" ); document.write( "3x^2 - 7x + 9 = 0 \n" ); document.write( "is found by b^2 - 4ac \n" ); document.write( "Here that is \n" ); document.write( "(-7)^2 - 4(3)(9) = \n" ); document.write( "49 - 108 = \n" ); document.write( "-59 \n" ); document.write( "Roots are complex, and no real roots exist. \n" ); document.write( " |