SOLUTION: How do you find if an equation has 2 real number solutions, 1 real solution or no real-number solutuons? an example is x^2-6x+c=0

Algebra ->  Quadratic Equations and Parabolas -> SOLUTION: How do you find if an equation has 2 real number solutions, 1 real solution or no real-number solutuons? an example is x^2-6x+c=0      Log On


   



Question 116197: How do you find if an equation has 2 real number solutions, 1 real solution or no real-number solutuons? an example is x^2-6x+c=0
Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
From the quadratic formula
x+=+%28-b+%2B-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+

the discriminant consists of all of the terms in the square root. So the discriminant is

D=b%5E2-4ac

the discriminant tells us how many solutions (and what type of solutions) we can expect for any quadratic.

So let's find the discriminant for x%5E2-6x%2Bc

D=-6%5E2-4%2A1%2Ac Plug in a=1, b=-6

D=36-4%2A1%2Ac Square -6 to get 36

D=36-4c Multiply -4*1*c to get -4c

------------------

Now if the discriminant is greater than zero, then we'll have 2 real solutions.

36-4c%3E0 Set the discriminant greater than zero


-4c%3E0-36Subtract 36 from both sides


-4c%3E-36 Combine like terms on the right side


c%3C%28-36%29%2F%28-4%29 Divide both sides by -4 to isolate c (note: Remember, dividing both sides by a negative number flips the inequality sign)



c%3C9 Divide

So when c%3C9, we'll have two real solutions.





Now when the discriminant 36-4c is equal to zero, then we'll have one real solution:

36-4c=0 Set the discriminant equal to zero


-4c=0-36Subtract 36 from both sides


-4c=-36 Combine like terms on the right side


c=%28-36%29%2F%28-4%29 Divide both sides by -4 to isolate c



c=9 Divide

So when c=9, we'll have one real solution.






Now when the discriminant 36-4c is less than zero, then we'll have no real solutions:


36-4c%3C0 Set the discriminant less than zero


-4c%3C0-36Subtract 36 from both sides


-4c%3C-36 Combine like terms on the right side


c%3E%28-36%29%2F%28-4%29 Divide both sides by -4 to isolate c (note: Remember, dividing both sides by a negative number flips the inequality sign)



c%3E9 Divide


So when c%3E9, we won't have any real solutions