document.write( "Question 262235: What are the possible number of solutions for a quadratic equation?
\n" );
document.write( "there are a maximum of 2 solutions since the highest order exponent is 2.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #193179 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! There are always 2, but sometimes it's the same value twice. \n" ); document.write( "Some would say it's either 1 or 2. \n" ); document.write( "For example: \n" ); document.write( "x^2 + 2x + 1 = 0 \n" ); document.write( "x = -1, x = -1 \n" ); document.write( "The 2 solutions are the same. \n" ); document.write( " \n" ); document.write( " |