document.write( "Question 956079: Find the discriminant of each quadratic equation.
\n" );
document.write( "A) x^2+4x+9=0\r
\n" );
document.write( "\n" );
document.write( "B) 2x^2+3x=0 \n" );
document.write( "
Algebra.Com's Answer #584077 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the discriminant of each quadratic equation. \n" ); document.write( "Disc = b^2 - 4ac \n" ); document.write( "----------- \n" ); document.write( "A) x^2+4x+9=0 \n" ); document.write( "a = 1, b = 4, c = 9 \n" ); document.write( "========================= \n" ); document.write( "B) 2x^2+3x=0 \n" ); document.write( "a = 2, b = 3, c = 0 \n" ); document.write( " \n" ); document.write( " |