Learn Before
Classification

Number of Solutions of a Quadratic Equation Based on the Discriminant

The sign of the discriminant b24acb^2 - 4ac reveals how many real solutions a quadratic equation ax2+bx+c=0ax^2 + bx + c = 0 (with a0a \neq 0) has, without requiring the equation to be fully solved:

  • If b24ac>0b^2 - 4ac > 0 (positive discriminant), the equation has two real solutions. A positive value under the square root yields two distinct results from the ±\pm in the formula.
  • If b24ac=0b^2 - 4ac = 0 (zero discriminant), the equation has one real solution. The square root of zero is zero, so the ±\pm produces only one value.
  • If b24ac<0b^2 - 4ac < 0 (negative discriminant), the equation has no real solutions. The square root of a negative number is not real, so neither branch of the ±\pm yields a real result.

For example, 2x2+9x5=02x^2 + 9x - 5 = 0 has discriminant 9242(5)=121>09^2 - 4 \cdot 2 \cdot (-5) = 121 > 0, so it has two solutions. The equation 4x220x+25=04x^2 - 20x + 25 = 0 has discriminant (20)24425=0(-20)^2 - 4 \cdot 4 \cdot 25 = 0, so it has one solution. And 3p2+2p+9=03p^2 + 2p + 9 = 0 has discriminant 22439=104<02^2 - 4 \cdot 3 \cdot 9 = -104 < 0, so it has no real solutions.

0

1

Updated 2026-04-21

Contributors are:

Who are from:

Tags

OpenStax

Elementary Algebra @ OpenStax

Ch.10 Quadratic Equations - Elementary Algebra @ OpenStax

Algebra

Math

Prealgebra

Related
Learn After