Find the zeroes of polynomial p(x) = x² - 7x + 12 and verify sum/product relations

easy CBSE NCERT Class 10 3 min read

Question

Find the zeroes of the polynomial p(x)=x27x+12p(x) = x^2 - 7x + 12 and verify the relationship between the zeroes and the coefficients.

(NCERT Class 10, Chapter 2 — Polynomials)


Solution — Step by Step

We need two numbers that multiply to give +12+12 and add to give 7-7.

Those numbers are 3-3 and 4-4 (since (3)×(4)=12(-3) \times (-4) = 12 and (3)+(4)=7(-3) + (-4) = -7).

x27x+12=(x3)(x4)x^2 - 7x + 12 = (x - 3)(x - 4)

Set each factor equal to zero:

x3=0    x=3x - 3 = 0 \implies x = 3

x4=0    x=4x - 4 = 0 \implies x = 4

The zeroes are α=3\alpha = 3 and β=4\beta = 4.

For ax2+bx+cax^2 + bx + c, the sum of zeroes =b/a= -b/a.

Here a=1a = 1, b=7b = -7, c=12c = 12.

Sum of zeroes =α+β=3+4=7= \alpha + \beta = 3 + 4 = 7

b/a=(7)/1=7-b/a = -(-7)/1 = 7

Product of zeroes =c/a= c/a.

α×β=3×4=12\alpha \times \beta = 3 \times 4 = 12

c/a=12/1=12c/a = 12/1 = 12

Both relationships are verified.


Why This Works

Every quadratic ax2+bx+cax^2 + bx + c can be written as a(xα)(xβ)a(x - \alpha)(x - \beta) where α\alpha and β\beta are its zeroes. If you expand this:

a(xα)(xβ)=ax2a(α+β)x+aαβa(x - \alpha)(x - \beta) = ax^2 - a(\alpha + \beta)x + a\alpha\beta

Comparing coefficients: b=a(α+β)b = -a(\alpha + \beta) and c=aαβc = a\alpha\beta. That’s where the relations α+β=b/a\alpha + \beta = -b/a and αβ=c/a\alpha\beta = c/a come from. They’re not something to memorise blindly — they follow directly from factorisation.


Alternative Method — Using the Quadratic Formula

x=b±b24ac2a=7±49482=7±12x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} = \frac{7 \pm \sqrt{49 - 48}}{2} = \frac{7 \pm 1}{2}

So x=4x = 4 or x=3x = 3. Same answer.

For CBSE board exams, the factorisation method is faster and gets full marks. Use the quadratic formula only when the zeroes aren’t integers — for example, when the discriminant isn’t a perfect square.


Common Mistake

The most common error: students write the sum of zeroes as b/ab/a instead of b/a-b/a. That negative sign is critical. In this problem, b=7b = -7, so b/a=7-b/a = 7 (not 7-7). Always write the formula first, then substitute — don’t try to do it in your head.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next