Quadratic formula — solve x² - 5x + 6 = 0 and discriminant analysis

easy CBSE NCERT Class 10 3 min read

Question

Solve x25x+6=0x^2 - 5x + 6 = 0 using the quadratic formula. Find the discriminant and determine the nature of the roots. Verify your answer by factorisation.

(NCERT Class 10 — fundamental quadratic equation problem)


Solution — Step by Step

For x25x+6=0x^2 - 5x + 6 = 0:

a=1,b=5,c=6a = 1, \quad b = -5, \quad c = 6
D=b24ac=(5)24(1)(6)=2524=1D = b^2 - 4ac = (-5)^2 - 4(1)(6) = 25 - 24 = 1

Since D>0D > 0, the equation has two distinct real roots.

Nature of roots based on discriminant:

  • D>0D > 0 → two distinct real roots
  • D=0D = 0 → two equal real roots (one repeated root)
  • D<0D < 0 → no real roots (complex roots)
x=b±D2a=b±b24ac2ax = \frac{-b \pm \sqrt{D}}{2a} = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} x=(5)±12(1)=5±12x = \frac{-(-5) \pm \sqrt{1}}{2(1)} = \frac{5 \pm 1}{2} x=5+12=3orx=512=2x = \frac{5 + 1}{2} = 3 \quad \text{or} \quad x = \frac{5 - 1}{2} = 2

The roots are x=3\mathbf{x = 3} and x=2\mathbf{x = 2}.

x25x+6=(x2)(x3)=0x^2 - 5x + 6 = (x - 2)(x - 3) = 0

We need two numbers that multiply to give +6+6 and add to give 5-5. Those are 2-2 and 3-3.

Setting each factor to zero: x=2x = 2 or x=3x = 3. Matches our formula answer.


Why This Works

The quadratic formula is derived by completing the square on the general equation ax2+bx+c=0ax^2 + bx + c = 0. It gives the exact roots of any quadratic equation, regardless of whether the equation can be factored neatly.

The discriminant D=b24acD = b^2 - 4ac appears under the square root. If DD is positive, the square root gives a real number, and the ±\pm gives two different roots. If D=0D = 0, both roots collapse to the same value. If DD is negative, the square root of a negative number isn’t real — so no real roots exist.


Alternative Method — Factorisation (Splitting the Middle Term)

For equations with nice integer roots, factorisation is faster:

  1. Find two numbers whose product = a×c=1×6=6a \times c = 1 \times 6 = 6
  2. And whose sum = b=5b = -5
  3. Those numbers: 2-2 and 3-3 (product = 6, sum = -5)
  4. Split the middle term: x22x3x+6=x(x2)3(x2)=(x2)(x3)x^2 - 2x - 3x + 6 = x(x-2) - 3(x-2) = (x-2)(x-3)

For CBSE boards: always show the discriminant analysis, even if you solve by factorisation. Questions often ask “find the nature of roots” separately — that requires the discriminant. Also, when DD is a perfect square and a,b,ca, b, c are rational, the roots are rational — this is a common follow-up question.


Common Mistake

Two frequent errors: (1) Students forget the negative sign in b-b. When b=5b = -5, we get b=(5)=+5-b = -(-5) = +5, not 5-5. Always be careful with double negatives. (2) Students divide only the numerator’s first term by 2a2a and forget the ±D\pm\sqrt{D} part. The entire expression (b±D)(-b \pm \sqrt{D}) is divided by 2a2a — use brackets to avoid this error.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next