document.write( "Question 235508: For these problems I need 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( "2x^2 + 5x + 5 = 0 \n" );
document.write( "
Algebra.Com's Answer #173454 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! just determine the number and types of solutions. \n" ); document.write( "2x^2 + 5x + 5 = 0 \n" ); document.write( "--- \n" ); document.write( "a = 2 ; b = 5 ; c = 5 \n" ); document.write( "--- \n" ); document.write( "discriminant = b^2-4ac = 25 -4*2*5 = -15 \n" ); document.write( "================================================= \n" ); document.write( "Since the discriminant is negative the \n" ); document.write( "quadratic has two unequal Complex Number solutions. \n" ); document.write( "================================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H \n" ); document.write( " |