document.write( "Question 1068569: Find the value of the discriminant and determine the number of real-number solutions for this quadratic equation. y^2+3y-4=0
\n" );
document.write( " [0,one] [25,two] [30,one]
\n" );
document.write( "Can someone tell me how i find out which answer to pick and why \n" );
document.write( "
Algebra.Com's Answer #683798 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the value of the discriminant and determine the number of real-number solutions for this quadratic equation. y^2+3y-4=0 \n" ); document.write( " [0,one] [25,two] [30,one] \n" ); document.write( "------------------- \n" ); document.write( "y^2+3y-4=0 \n" ); document.write( "It's in the form ax^2 + bx + c = 0 \n" ); document.write( "a = 1, b = 3, c = -4 \n" ); document.write( "--- \n" ); document.write( "The Disc is b^2 - 4ac \n" ); document.write( "Disc = 3^2 - 4*1*(-4) = 9 +16 = 25 \n" ); document.write( "======================== \n" ); document.write( "Disc < 0 --> no real roots \n" ); document.write( "Disc = 0 --> 2 real roots that are equal \n" ); document.write( "Disc > 0 --> 2 real roots that are different \n" ); document.write( " \n" ); document.write( " |