document.write( "Question 71936: When using the quadratic formula to solve a quadratic equation (ax2 + bx + c = 0), the discriminant is b2 - 4ac. This discriminant can be positive, zero, or negative.\r
\n" );
document.write( "\n" );
document.write( "Create three unique equations where the discriminant is positive, zero, or negative. For each case, explain what this value means to the graph of y = ax2 + bx + c.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #51437 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! If the discriminant is greater than zero, then you will have a positive square root. This means you will have 2 roots that are real numbers. \n" ); document.write( "Ex: x^2+5x+6 if you put this into the quadratic equation you get \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If the discriminant is equal to zero, then you will have only 1 root with multiplicity of 2. \n" ); document.write( "Ex: x^2+4x+4 place into quadratic formula \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If you have a negative discriminant, then no real roots will result since it's not possible to take the square root of a negative number and get a real result. \n" ); document.write( "Ex: x^2+x+3 if placed into the quadratic formula \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( "So a you will have a graph that doesn't cross the x-axis but will have complex roots \n" ); document.write( " |