Hi,
ax^2 + bx + c = 0, for finding the solution of this equation by quadratic formula you need to know the quadratic formula x1, x2 = ( -b ±√ b2 - 4ac ) / 2a that depends of sign b^2 -4ac
1) b2 - 4ac > 0 in this case you have two real numbers as a solution x1, x2 = ( -b ±√ b2 - 4ac ) / 2a
2) b2 - 4ac = 0 in this case you have one number (multiplicity 2 ) x = -b /2a
3) b2 - 4ac <0 in this case there is no real number because under the radical is negative BUT there are two complex numbers that it is out of this subject.
I hope it is useful,
Minoo