document.write( "Question 234186: I need to use the discriminant to determine the number of solutions of the quadratic equation, and whether the solutions are real or complex. (it is not necessary to find the roots; just determine the number and types of solutions)\r
\n" );
document.write( "\n" );
document.write( "x^2 + 6x - 7 = 0 \n" );
document.write( "
Algebra.Com's Answer #172707 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! I need to use the discriminant to determine the number of solutions of the quadratic equation, and whether the solutions are real or complex. (it is not necessary to find the roots; just determine the number and types of solutions) \n" ); document.write( "x^2 + 6x - 7 = 0 \n" ); document.write( "------------------------ \n" ); document.write( "discriminant = b^2-4ac \n" ); document.write( "= 6^2-4*1*-7 \n" ); document.write( "= 36+28 \n" ); document.write( "= 64 \n" ); document.write( "----------- \n" ); document.write( "Since the discriminant is positive, the quadratic \n" ); document.write( "has 2 unequal Real Number solutions. \n" ); document.write( "====================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |