document.write( "Question 71840: create three unique equations where the discriminant is positive, zero, or negative using the quadratic formula to solve a quadratic equation ( ax^2 + bx + c=0) the discriminant is b^2-4ac \n" ); document.write( "
Algebra.Com's Answer #51346 by bucky(2189)\"\" \"About 
You can put this solution on YOUR website!
If the discriminant is positive you get two real answers to the quadratic. \r
\n" ); document.write( "\n" ); document.write( "We could do this by saying that we want \"b%5E2\" to be larger than \"4%2Aa%2Ac\".
\n" ); document.write( "So let's
\n" ); document.write( "say that \"b%5E2+=+36\" so that \"b+=+6\". Now let's assume \"a+=+1\"
\n" ); document.write( "and
\n" ); document.write( "therefore, as long as 4*c is less than 36 we will have a positive discriminant. So
\n" ); document.write( "let's say that \"4%2Ac+=+20\". Solving this we see that \"c+=+5\".\r
\n" ); document.write( "\n" ); document.write( "So we have a = 1, b = 6, and c = 5. This makes the quadratic equation:\r
\n" ); document.write( "\n" ); document.write( "\"x%5E2+%2B+6x+%2B+5+=+0\"
\n" ); document.write( ".
\n" ); document.write( "and the discriminant is:
\n" ); document.write( ".
\n" ); document.write( "\"%286%29%5E2+-+4%281%29%285%29+=+36+-+20+=+%2B16\"
\n" ); document.write( ".
\n" ); document.write( "(Just for your info, if you solve \"x%5E2+%2B+6x+%2B+5+=+0\" you will find that \"x=+-1\" or
\n" ); document.write( "\"x+=+-5\" are the answers.
\n" ); document.write( ".
\n" ); document.write( "Now let's find a case where the discriminant equals zero. For this case, we need to
\n" ); document.write( "make \"b%5E2\" equal to \"4%2Aa%2Ac\". Again, we will assume that a = 1 just to simplify
\n" ); document.write( "things. This reduces the problem to making \"b%5E2\" equal to \"4%2Ac\".
\n" ); document.write( ".
\n" ); document.write( "Let's assign a value of 8 to b. This means that \"b%5E2+=+64\". Therefore, we need to
\n" ); document.write( "make \"4%2Ac\" equal to 64. Solving this we find that \"c+=+16\". So our values for
\n" ); document.write( "the quadratic equation are a = 1, b = 8, and c = 16. Plugging these into the standard
\n" ); document.write( "form of a quadratic equation we get:
\n" ); document.write( ".
\n" ); document.write( "\"x%5E2+%2B+8x+%2B+16+=+0\"
\n" ); document.write( ".
\n" ); document.write( "If you calculate the discriminant you will find that it equals zero, just as we figured it
\n" ); document.write( "would. And the answer for x in this equation is x= 4.
\n" ); document.write( ".
\n" ); document.write( "To find an equation that has no real solution, all we need to do is make \"4%2Aa%2Ac\"
\n" ); document.write( "greater than \"b%5E2\". Again, for simplification let a = 1. Then we just need to have
\n" ); document.write( "\"b%5E2\" be less than \"4%2Ac\". Let's assume b = 2. Then \"b%5E2+=+4\". So all we
\n" ); document.write( "now need to do is make sure that \"4%2Ac\" is greater than 4. So let's make c equal 3.
\n" ); document.write( "Then \"4%2Ac+=+12\" and this is greater than \"b%5E2\".
\n" ); document.write( ".
\n" ); document.write( "We have now found the following values: a = 1, b = 2, and c = 3. So the corresponding
\n" ); document.write( "quadratic equation is:
\n" ); document.write( ".
\n" ); document.write( "\"x%5E2+%2B+2x+%2B+3+=+0\"
\n" ); document.write( ".
\n" ); document.write( "If you solve for the discriminant you will find that it has a negative value, and if
\n" ); document.write( "you further solve for x using the quadratic formula you will find that the two answers are:
\n" ); document.write( ".
\n" ); document.write( "\"x+=+-1-sqrt%282%29%2Ai\" and \"x+=+-1%2Bsqrt%282%29%2Ai\"
\n" ); document.write( ".
\n" ); document.write( "I hope this helps you to see your way through this problem. Check the math above. I
\n" ); document.write( "think it's correct, but it's pretty late at night to work error free.
\n" ); document.write( "
\n" );