Jon P. answered 03/20/15
Tutor
5.0
(173)
Knowledgeable Math, Science, SAT, ACT tutor - Harvard honors grad
The way to determine the nature of the solutions is to find the "discriminant" of the quadratic polynomial, which is equal to b2 - 4ac. If the discriminant is positive, there are 2 real solutions. If it is 0, there is 1 real solution. If it is negative there are no real solutions and 2 complex solutions.
From that, we can derive a simpler test that covers some, but not all cases.
If 4ac is negative, then b2 - 4ac MUST be positive, because b2 must be positive and you'd be SUBTRACTING a negative from a positive, and the result must be positive. And since 4 is positive, all you need to test is whether ac is negative. If it IS, then there are 2 real roots. If it is NOT, then you have to calculate the full discriminant.
-7x2 + 6x + 3 = 0 ... ac = (-7)*3 = -21, which is negative. So there are two real solutions.
0 = 3x2 + 18x + 27 ... ac = 3*27 = 81, which is positive. So you have to calculate the discriminant, b2 - 4ac, which is 182 - 4*3*27 = 324 - 324 = 0. So there is one real solution.