Polynomials

Polynomials usually carries 3 to 5 marks in the board paper: 5 in the 2026-27 sample paper, 4 in the 2025 paper and in the second 2026 paper, and 3 in the main 2026 paper.

The marks come as one or two 1-mark MCQs (often reading the number of zeroes from a graph), sometimes an Assertion-Reason item, and a 2- or 3-mark question on the relationship between zeroes and coefficients. The board has not set a 5-mark or case-study question from this chapter, so the case-based questions here are for practice in the same ideas.

Where marks are usually lost:

  • sign slips in −ba-\frac{b}{a}, especially when bb is itself negative;
  • writing x2+(α+β)x+αβx^2 + (\alpha + \beta)x + \alpha\beta instead of x2−(α+β)x+αβx^2 - (\alpha + \beta)x + \alpha\beta;
  • using (α+β)2+2αβ(\alpha + \beta)^2 + 2\alpha\beta for α2+β2\alpha^2 + \beta^2;
  • counting the point on the yy-axis as a zero when reading a graph.

Revise in 5 Minutes

Key facts

  • A zero of p(x)p(x) is a number kk with p(k)=0p(k) = 0.
  • Geometrically, the zeroes of y=p(x)y = p(x) are the xx-coordinates of the points where the graph meets the xx-axis. The point on the yy-axis is (0,p(0))(0, p(0)), not a zero.
  • A polynomial of degree nn has at most nn zeroes. A quadratic has 0, 1 or 2 real zeroes.
  • The graph of ax2+bx+cax^2 + bx + c is a parabola: it opens upwards if a>0a > 0 and downwards if a<0a < 0. It cuts the yy-axis at (0,c)(0, c).

Zeroes and coefficients of ax2+bx+cax^2 + bx + c (zeroes α\alpha, β\beta)

Formula
Sum α+β=−ba\alpha + \beta = -\frac{b}{a}
Product αβ=ca\alpha\beta = \frac{c}{a}

Forming a polynomial: k[x2−(α+β)x+αβ]k\left[x^2 - (\alpha + \beta)x + \alpha\beta\right], k≠0k \neq 0. So there are infinitely many quadratics with the same zeroes.

Useful forms

Expression In terms of α+β\alpha + \beta and αβ\alpha\beta
α2+β2\alpha^2 + \beta^2 (α+β)2−2αβ(\alpha + \beta)^2 - 2\alpha\beta
(α−β)2(\alpha - \beta)^2 (α+β)2−4αβ(\alpha + \beta)^2 - 4\alpha\beta
1α+1β\frac{1}{\alpha} + \frac{1}{\beta} α+βαβ\frac{\alpha + \beta}{\alpha\beta}
(α+m)(β+m)(\alpha + m)(\beta + m) αβ+m(α+β)+m2\alpha\beta + m(\alpha + \beta) + m^2

Quick checks

  • Zeroes equal in size, opposite in sign: b=0b = 0.
  • Zeroes reciprocal to each other: a=ca = c.
  • Both zeroes negative (when the zeroes are real): sum negative and product positive.

Traps

  • Losing the minus in −ba-\frac{b}{a} when bb is negative.
  • Writing x2+(α+β)x+αβx^2 + (\alpha + \beta)x + \alpha\beta.
  • Forgetting that kk in kx2+…kx^2 + \dots cannot be 0.
  • Splitting the middle term wrongly with surds: check by expanding back.

How to use this page: try each question on paper first, then read the answer. The marks against each step show what an examiner looks for. The 1-mark MCQs and Assertion-Reason questions are in the quiz at the end, together with questions that test how well you understand the chapter; every quiz answer comes with its explanation.

Short Answer Questions (2 and 3 Marks)

Question 1 (2 marks)

The zeroes of the polynomial x2+(a+1)x+bx^2 + (a + 1)x + b are 3 and −5-5. Find the values of aa and bb.

Answer.

  1. Sum of zeroes =3+(−5)=−2=−(a+1)= 3 + (-5) = -2 = -(a + 1), so a=1a = 1 — 1 mark
  2. Product of zeroes =3×(−5)=−15=b= 3 \times (-5) = -15 = b, so b=−15b = -15 — 1 mark

Question 2 (2 marks)

Find the zeroes of the polynomial 2x2−32x+22x^2 - 3\sqrt{2}x + 2 and check that their product is equal to ca\frac{c}{a}.

Answer.

  1. 2x2−22x−2x+2=2x(x−2)−2(x−2)=(2x−2)(x−2)2x^2 - 2\sqrt{2}x - \sqrt{2}x + 2 = 2x(x - \sqrt{2}) - \sqrt{2}(x - \sqrt{2}) = (2x - \sqrt{2})(x - \sqrt{2}) — 1 mark
  2. Zeroes 22\frac{\sqrt{2}}{2} (that is, 12\frac{1}{\sqrt{2}}) and 2\sqrt{2}; product =22×2=1=22=ca= \frac{\sqrt{2}}{2} \times \sqrt{2} = 1 = \frac{2}{2} = \frac{c}{a} — 1 mark

Question 3 (2 marks)

Aman was asked to write a quadratic polynomial whose zeroes are 5 and −2-2. He wrote x2+3x−10x^2 + 3x - 10. Is he correct? If not, write a correct polynomial.

Answer.

Model answer:

No, Aman is not correct.

His polynomial factorises as x2+3x−10=(x+5)(x−2)x^2 + 3x - 10 = (x + 5)(x - 2), so its zeroes are −5-5 and 2. He has added the sum of the zeroes in the middle term, where it should be subtracted.

For zeroes 5 and −2-2: sum =5+(−2)=3= 5 + (-2) = 3 and product =5×(−2)=−10= 5 \times (-2) = -10.

So a correct polynomial is x2−(α+β)x+αβ=x2−3x−10x^2 - (\alpha + \beta)x + \alpha\beta = x^2 - 3x - 10. Check: x2−3x−10=(x−5)(x+2)x^2 - 3x - 10 = (x - 5)(x + 2).

Marking scheme:

  1. x2+3x−10=(x+5)(x−2)x^2 + 3x - 10 = (x + 5)(x - 2) has zeroes −5-5 and 2, so Aman is not correct (his sum of zeroes is −3-3, not 3) — 1 mark
  2. Sum =3= 3, product =−10= -10; correct polynomial x2−3x−10x^2 - 3x - 10 (or any non-zero multiple of it) — 1 mark

Question 4 (2 marks)

If α\alpha and β\beta are the zeroes of the polynomial 3x2+kx−63x^2 + kx - 6 and 1α+1β=23\frac{1}{\alpha} + \frac{1}{\beta} = \frac{2}{3}, find the value of kk.

Answer.

  1. α+β=−k3\alpha + \beta = -\frac{k}{3}, αβ=−2\alpha\beta = -2; 1α+1β=α+βαβ=k6\frac{1}{\alpha} + \frac{1}{\beta} = \frac{\alpha + \beta}{\alpha\beta} = \frac{k}{6} — 1 mark
  2. k6=23\frac{k}{6} = \frac{2}{3}, so k=4k = 4 — 1 mark

Question 5 (2 marks)

If −4-4 is one of the zeroes of the polynomial 3x2+px−83x^2 + px - 8, find the value of pp and the other zero.

Answer.

  1. 3(−4)2+p(−4)−8=03(-4)^2 + p(-4) - 8 = 0, so 48−4p−8=048 - 4p - 8 = 0 and p=10p = 10 — 1 mark
  2. Product of zeroes =−83= -\frac{8}{3}, so other zero =−83÷(−4)=23= -\frac{8}{3} \div (-4) = \frac{2}{3} — 1 mark

Question 6 (3 marks)

Find the zeroes of the quadratic polynomial 6x2+x−126x^2 + x - 12 and verify the relationship between the zeroes and the coefficients.

Answer.

  1. 6x2+9x−8x−12=3x(2x+3)−4(2x+3)=(3x−4)(2x+3)6x^2 + 9x - 8x - 12 = 3x(2x + 3) - 4(2x + 3) = (3x - 4)(2x + 3) — 1 mark
  2. Zeroes 43\frac{4}{3} and −32-\frac{3}{2} — 1 mark
  3. Sum =43−32=−16=−ba= \frac{4}{3} - \frac{3}{2} = -\frac{1}{6} = -\frac{b}{a}; product =43×(−32)=−2=−126=ca= \frac{4}{3} \times \left(-\frac{3}{2}\right) = -2 = \frac{-12}{6} = \frac{c}{a} — 1 mark

Question 7 (3 marks)

If α\alpha and β\beta are the zeroes of the polynomial x2−5x+3x^2 - 5x + 3, find a quadratic polynomial whose zeroes are α+2\alpha + 2 and β+2\beta + 2.

Answer.

  1. α+β=5\alpha + \beta = 5 and αβ=3\alpha\beta = 3 — 1 mark
  2. New sum =(α+β)+4=9= (\alpha + \beta) + 4 = 9; new product =αβ+2(α+β)+4=3+10+4=17= \alpha\beta + 2(\alpha + \beta) + 4 = 3 + 10 + 4 = 17 — 1 mark
  3. Required polynomial x2−9x+17x^2 - 9x + 17 — 1 mark

Question 8 (3 marks)

If α\alpha and β\beta are the real zeroes of the polynomial kx2+3x−3kx^2 + 3x - 3 such that α2+β2=3\alpha^2 + \beta^2 = 3, find the value of kk.

Answer.

Model answer:

Here a=ka = k, b=3b = 3, c=−3c = -3, so α+β=−3k\alpha + \beta = -\frac{3}{k} and αβ=−3k\alpha\beta = -\frac{3}{k}.

α2+β2=(α+β)2−2αβ=9k2+6k\alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta = \frac{9}{k^2} + \frac{6}{k}. Setting this equal to 3 and multiplying by k2k^2: 9+6k=3k29 + 6k = 3k^2, that is, k2−2k−3=0k^2 - 2k - 3 = 0.

So (k−3)(k+1)=0(k - 3)(k + 1) = 0, which gives k=3k = 3 or k=−1k = -1.

Now check that the zeroes are real, as the question says. The zeroes of kx2+3x−3kx^2 + 3x - 3 are real only when b2−4ac=9+12k≥0b^2 - 4ac = 9 + 12k \geq 0.

For k=3k = 3: 9+36=45>09 + 36 = 45 > 0, so the zeroes are real (the polynomial is 3x2+3x−33x^2 + 3x - 3). For k=−1k = -1: 9−12=−3<09 - 12 = -3 < 0, so −x2+3x−3-x^2 + 3x - 3 has no real zeroes, and this value is rejected.

Hence k=3k = 3.

Marking scheme:

  1. α+β=−3k\alpha + \beta = -\frac{3}{k}, αβ=−3k\alpha\beta = -\frac{3}{k}; α2+β2=9k2+6k=3\alpha^2 + \beta^2 = \frac{9}{k^2} + \frac{6}{k} = 3 — 1 mark
  2. 9+6k=3k29 + 6k = 3k^2, so k2−2k−3=0k^2 - 2k - 3 = 0 and (k−3)(k+1)=0(k - 3)(k + 1) = 0 — 1 mark
  3. Real zeroes need 9+12k≥09 + 12k \geq 0: k=3k = 3 gives 45 (real zeroes), k=−1k = -1 gives −3-3 (no real zeroes); so k=3k = 3 — 1 mark

Question 9 (3 marks)

Verify that 2 and −13-\frac{1}{3} are the zeroes of the polynomial 3x2−5x−23x^2 - 5x - 2. Hence find a quadratic polynomial whose zeroes are the reciprocals of these zeroes.

Answer.

  1. p(2)=12−10−2=0p(2) = 12 - 10 - 2 = 0 and p(−13)=13+53−2=0p\left(-\frac{1}{3}\right) = \frac{1}{3} + \frac{5}{3} - 2 = 0; so both are zeroes — 1 mark
  2. Reciprocals 12\frac{1}{2} and −3-3: sum =−52= -\frac{5}{2}, product =−32= -\frac{3}{2} — 1 mark
  3. x2+52x−32x^2 + \frac{5}{2}x - \frac{3}{2}, or 2x2+5x−32x^2 + 5x - 3 — 1 mark

Question 10 (3 marks)

If α\alpha and β\beta are the zeroes of the polynomial x2−7x+11x^2 - 7x + 11 and α>β\alpha > \beta, find the value of α−β\alpha - \beta and of α2−β2\alpha^2 - \beta^2.

Answer.

  1. α+β=7\alpha + \beta = 7, αβ=11\alpha\beta = 11; (α−β)2=(α+β)2−4αβ=49−44=5(\alpha - \beta)^2 = (\alpha + \beta)^2 - 4\alpha\beta = 49 - 44 = 5 — 1 mark
  2. Since α>β\alpha > \beta, α−β=5\alpha - \beta = \sqrt{5} — 1 mark
  3. α2−β2=(α+β)(α−β)=75\alpha^2 - \beta^2 = (\alpha + \beta)(\alpha - \beta) = 7\sqrt{5} — 1 mark

Long Answer and Case-Based Questions

Question 11 (4 marks)

The entrance gate of a school in Mysuru has an arch in the shape of a parabola, as shown in the figure. Taking the ground as the xx-axis and a vertical pole as the yy-axis, the arch is the graph of p(x)=−x2+2x+8p(x) = -x^2 + 2x + 8, where xx and yy are in metres. The arch meets the ground at A and B.

Parabolic arch over the x-axis meeting it at A and B

(i) Find the zeroes of p(x)p(x). (1 mark)

Answer.

  1. −x2+2x+8=−(x2−2x−8)=−(x−4)(x+2)-x^2 + 2x + 8 = -(x^2 - 2x - 8) = -(x - 4)(x + 2); zeroes −2-2 and 44 — 1 mark

(ii) How wide is the arch at ground level, that is, what is the distance AB? (1 mark)

Answer.

  1. A and B are (−2,0)(-2, 0) and (4,0)(4, 0), so AB =4−(−2)=6= 4 - (-2) = 6 m — 1 mark

(iii) The highest point of the arch is exactly above the mid-point of AB. Find the height of the arch at this point. (2 marks)

Answer.

  1. Mid-point of AB: x=−2+42=1x = \frac{-2 + 4}{2} = 1 — 1 mark
  2. Height =p(1)=−1+2+8=9= p(1) = -1 + 2 + 8 = 9 m — 1 mark

OR

(iii) A smaller arch over a side gate meets the ground 2 m on either side of the yy-axis, and its highest point is 4 m above the ground, on the yy-axis. Find the quadratic polynomial whose graph is this arch. (2 marks)

Answer.

  1. Zeroes −2-2 and 22, so q(x)=k(x+2)(x−2)=k(x2−4)q(x) = k(x + 2)(x - 2) = k(x^2 - 4) — 1 mark
  2. q(0)=−4k=4q(0) = -4k = 4 gives k=−1k = -1; so q(x)=−x2+4q(x) = -x^2 + 4 — 1 mark

Question 12 (4 marks)

A small bakery in Indore sells cakes. The owner finds that if xx hundred cakes are made and sold in a week, the profit (in thousands of rupees) is P(x)=−x2+8x−12P(x) = -x^2 + 8x - 12. A negative value of P(x)P(x) means a loss, and the values of xx at which P(x)=0P(x) = 0 are called the break-even points.

(i) Find the zeroes of P(x)P(x). How many cakes give the break-even points? (1 mark)

Answer.

  1. −x2+8x−12=−(x−2)(x−6)-x^2 + 8x - 12 = -(x - 2)(x - 6); zeroes 2 and 6, that is, 200 and 600 cakes — 1 mark

(ii) Find the profit when 400 cakes are sold in a week. (1 mark)

Answer.

  1. P(4)=−16+32−12=4P(4) = -16 + 32 - 12 = 4, so the profit is ₹ 4000 — 1 mark

(iii) Verify the relationship between the zeroes and the coefficients of P(x)P(x). (2 marks)

Answer.

  1. Sum of zeroes =2+6=8= 2 + 6 = 8 and −ba=−8−1=8-\frac{b}{a} = -\frac{8}{-1} = 8 — 1 mark
  2. Product of zeroes =2×6=12= 2 \times 6 = 12 and ca=−12−1=12\frac{c}{a} = \frac{-12}{-1} = 12; verified — 1 mark

OR

(iii) For the owner's second shop, the profit polynomial Q(x)Q(x) is quadratic, its break-even points are at 300 and 500 cakes, and Q(0)=−30Q(0) = -30. Find Q(x)Q(x). (2 marks)

Answer.

  1. Zeroes 3 and 5, so Q(x)=k(x−3)(x−5)=k(x2−8x+15)Q(x) = k(x - 3)(x - 5) = k(x^2 - 8x + 15) — 1 mark
  2. Q(0)=15k=−30Q(0) = 15k = -30 gives k=−2k = -2; Q(x)=−2x2+16x−30Q(x) = -2x^2 + 16x - 30 — 1 mark

Question 13 (4 marks)

In a maths lab activity, Tanya plotted the graph of a quadratic polynomial y=p(x)y = p(x) on graph paper, as shown in the figure.

Graph of y = p(x) on a square grid with numbered axes

(i) How many zeroes does p(x)p(x) have? (1 mark)

Answer.

  1. The graph meets the xx-axis at two points, so p(x)p(x) has 2 zeroes — 1 mark

(ii) Write the zeroes of p(x)p(x). (1 mark)

Answer.

  1. The graph meets the xx-axis at (−1,0)(-1, 0) and (3,0)(3, 0); zeroes −1-1 and 3 — 1 mark

(iii) The graph cuts the yy-axis at (0,−3)(0, -3). Find p(x)p(x). (2 marks)

Answer.

  1. p(x)=k(x+1)(x−3)=k(x2−2x−3)p(x) = k(x + 1)(x - 3) = k(x^2 - 2x - 3) — 1 mark
  2. p(0)=−3k=−3p(0) = -3k = -3 gives k=1k = 1; p(x)=x2−2x−3p(x) = x^2 - 2x - 3 — 1 mark

OR

(iii) Find a quadratic polynomial whose zeroes are twice the zeroes of p(x)p(x). (2 marks)

Answer.

  1. New zeroes −2-2 and 6: sum =4= 4, product =−12= -12 — 1 mark
  2. Required polynomial x2−4x−12x^2 - 4x - 12 — 1 mark

Question 14 (4 marks)

In a maths club game in Patna, Asha thinks of the quadratic polynomial p(x)p(x) whose zeroes are −1-1 and 4, with the coefficient of x2x^2 equal to 1. Bala thinks of the polynomial q(x)=2x2−4x−6q(x) = 2x^2 - 4x - 6.

(i) Write Asha's polynomial p(x)p(x). (1 mark)

Answer.

  1. Sum =3= 3, product =−4= -4; p(x)=x2−3x−4p(x) = x^2 - 3x - 4 — 1 mark

(ii) Find the zeroes of Bala's polynomial q(x)q(x). (1 mark)

Answer.

  1. q(x)=2(x2−2x−3)=2(x−3)(x+1)q(x) = 2(x^2 - 2x - 3) = 2(x - 3)(x + 1); zeroes 3 and −1-1 — 1 mark

(iii) Which zero do p(x)p(x) and q(x)q(x) share? Find a quadratic polynomial whose zeroes are the two zeroes that are not shared. (2 marks)

Answer.

  1. Shared zero: −1-1; the other zeroes are 4 and 3 — 1 mark
  2. Sum =7= 7, product =12= 12; required polynomial x2−7x+12x^2 - 7x + 12 — 1 mark

OR

(iii) If α\alpha and β\beta are the zeroes of Asha's polynomial p(x)p(x), find the value of α2β+αβ2\alpha^2\beta + \alpha\beta^2 without finding the zeroes separately. (2 marks)

Answer.

  1. α+β=3\alpha + \beta = 3, αβ=−4\alpha\beta = -4; α2β+αβ2=αβ(α+β)\alpha^2\beta + \alpha\beta^2 = \alpha\beta(\alpha + \beta) — 1 mark
  2. =−4×3=−12= -4 \times 3 = -12 — 1 mark