document.write( "Question 84117: Find the discriminant for each of the following quadratic equations and use it to determine the number of roots or real solutions it has.
\n" );
document.write( "5. x2 - 2x + 8 = 0 \r
\n" );
document.write( "\n" );
document.write( "6. -x2+5x+6= 0 \r
\n" );
document.write( "\n" );
document.write( "7. x2 - 14x + 49 = 0 \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #60569 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! Find the discriminant for each of the following quadratic equations and use it to determine the number of roots or real solutions it has. \n" ); document.write( "5. x2 - 2x + 8 = 0 \n" ); document.write( "FOR THE EQN. \n" ); document.write( "AX^2+BX+C=0 \n" ); document.write( "D= B^2-4AC IS THE DISCRIMINANT \n" ); document.write( "D=(-2)^2-4(1)(8)=4-32=-28...-VE \n" ); document.write( "HENCE 2 DISTINCT IMAGINARY ROOTS\r \n" ); document.write( "\n" ); document.write( "6. -x2+5x+6= 0 \n" ); document.write( "D=25+24=49..+VE & PERFECT SQUARE \n" ); document.write( "HENCE 2 DISTINCT REAL RATIONAL ROOTS \n" ); document.write( "7. x2 - 14x + 49 = 0 \n" ); document.write( "D=196-4*49-0 \n" ); document.write( "HENCE REAL EQUAL ROOTS.ONE ROO \n" ); document.write( " |