Courses
By Ankit Gupta
|
Updated on 1 Sep 2025, 15:50 IST
Mathematics is one of the most important subjects in Class 10, and every chapter plays a big role in scoring good marks. Among them, Chapter 2 Polynomials is very important for both board exams and practice. To prepare well, students must go through class 10 maths chapter 2 extra questions because these questions help in understanding the concepts deeply. Practicing polynomials class 10 extra questions will not only strengthen your basics but also give you the confidence to solve any type of problem in exams.
In this chapter, students learn about the definition of polynomials, their types, and different methods to solve them. Questions related to factorization, finding zeros of polynomials, and verifying relationships between coefficients and zeros are very common in exams. That is why class 10 polynomials extra questions are designed in such a way that they cover all important topics of the chapter. By solving ch 2 maths class 10 extra questions, students can revise every important concept before the exam.
Practicing from chapter 2 maths class 10 extra questions also helps in improving speed and accuracy, which are very important during board exams. These extra questions give students an idea about the variety of questions that may appear in the exam.
The polynomial class 10 extra questions provided here are prepared by keeping in mind the exam pattern and previous year question papers. Students who practice class 10 maths ch 2 extra questions regularly can easily score better marks in the exam. Solving polynomials extra questions class 10 helps in removing doubts and clears concepts in a simple way.
In short, practicing polynomial extra questions class 10 is the best way to master this chapter. These class 10 maths chapter 2 extra questions not only improve problem-solving skills but also boost confidence. Whether you are preparing for school exams or the CBSE board exams, going through ch 2 maths class 10 extra questions is a must. By using these resources, students can make their preparation strong and score high in Mathematics.
Q1. If the sum of zeroes of the quadratic polynomial 3x2 – kx + 6 is 3, then find the value of k. (2012)
Solution: Here a = 3, b = -k, c = 6
Sum of the zeroes, (α + β) = −ba = 3 …..(given)
⇒ −(−k)3 = 3
JEE
NEET
Foundation JEE
Foundation NEET
CBSE
⇒ k = 9
Q2: Find the value of “p” from the polynomial x2 + 3x + p, if one of the zeroes of the polynomial is 2.
Solution: As 2 is the zero of the polynomial.
We know that if α is a zero of the polynomial p(x), then p(α) = 0
Substituting x = 2 in x2 + 3x + p,
⇒ 22 + 3(2) + p = 0
⇒ 4 + 6 + p = 0
⇒ 10 + p = 0
⇒ p = -10
Q3. If the sum of the zeroes of the polynomial p(x) = (k2 – 14) x2 – 2x – 12 is 1, then find the value of k. (2017 D)
Solution:
p(x) = (k2 – 14) x2 – 2x – 12
Here a = k2 – 14, b = -2, c = -12
Sum of the zeroes, (α + β) = 1 …[Given]
⇒ −ba = 1
⇒ −(−2)k2−14 = 1
⇒ k2 – 14 = 2
⇒ k2 = 16
⇒ k = ±4
Do Check: CBSE Class 10 Maths Important Questions
Q4: Does the polynomial a4 + 4a2 + 5 have real zeroes?
Solution: In the aforementioned polynomial, let a2 = x.
Now, the polynomial becomes,
x2 + 4x + 5
Comparing with ax2 + bx + c,
Here, b2 – 4ac = 42 – 4(1)(5) = 16 – 20 = -4
So, D = b2 – 4ac < 0
As the discriminant (D) is negative, the given polynomial does not have real roots or zeroes.
Q5. A quadratic polynomial, whose zeroes are -4 and -5, is …. (2016 D)
Solution: x2 + 9x + 20 is the required polynomial.
Q6: Compute the zeroes of the polynomial 4x2 – 4x – 8. Also, establish a relationship between the zeroes and coefficients.
Solution: Let the given polynomial be p(x) = 4x2 – 4x – 8
To find the zeroes, take p(x) = 0
Now, factorise the equation 4x2 – 4x – 8 = 0
4x2 – 4x – 8 = 0
4(x2 – x – 2) = 0
x2 – x – 2 = 0
x2 – 2x + x – 2 = 0
x(x – 2) + 1(x – 2) = 0
(x – 2)(x + 1) = 0
x = 2, x = -1
So, the roots of 4x2 – 4x – 8 are -1 and 2.
Relation between the sum of zeroes and coefficients:
-1 + 2 = 1 = -(-4)/4 i.e. (- coefficient of x/ coefficient of x2)
Relation between the product of zeroes and coefficients:
(-1) × 2 = -2 = -8/4 i.e (constant/coefficient of x2)
Q7. Find the condition that zeroes of polynomial p(x) = ax2 + bx + c are reciprocal of each other. (2017 OD)
Solution: Let α and 1α be the zeroes of P(x).
P(a) = ax2 + bx + c …(given)
Product of zeroes = ca
⇒ α × 1α = ca
⇒ 1 = ca
⇒ a = c (Required condition)
Coefficient of x2 = Constant term
Do Check: NCERT Solutions for Class 10 Maths
Q8.Form a quadratic polynomial whose zeroes are 3 + √2 and 3 – √2. (2012)
Solution: Sum of zeroes,
S = (3 + √2) + (3 – √2) = 6
Product of zeroes,
P = (3 + √2) x (3 – √2) = (3)2 – (√2)2 = 9 – 2 = 7
Quadratic polynomial = x2 – Sx + P = x2 – 6x + 7
Q.9: Find the quadratic polynomial if its zeroes are 0, √5.
Solution: A quadratic polynomial can be written using the sum and product of its zeroes as:
x2 – (α + β)x + αβ
Where α and β are the roots of the polynomial.
Here, α = 0 and β = √5
So, the polynomial will be:
x2 – (0 + √5)x + 0(√5)
= x2 – √5x
Q10: Find the value of “x” in the polynomial 2a2 + 2xa + 5a + 10 if (a + x) is one of its factors.
Solution: Let f(a) = 2a2 + 2xa + 5a + 10
Since, (a + x) is a factor of 2a2 + 2xa + 5a + 10, f(-x) = 0
So, f(-x) = 2x2 – 2x2 – 5x + 10 = 0
-5x + 10 = 0
5x = 10
x = 10/5
Therefore, x = 2
Q11: How many zeros does the polynomial (x – 3)2 – 4 have? Also, find its zeroes.
Solution:
Given polynomial is (x – 3)2 – 4
Now, expand this expression.
=> x2 + 9 – 6x – 4
= x2 – 6x + 5
As the polynomial has a degree of 2, the number of zeroes will be 2.
Now, solve x2 – 6x + 5 = 0 to get the roots.
So, x2 – x – 5x + 5 = 0
=> x(x – 1) -5(x – 1) = 0
=> (x – 1)(x – 5) = 0
x = 1, x = 5
So, the roots are 1 and 5.
Do Check: CBSE Class 10 Maths Sample Papers
Q12. Find a quadratic polynomial, the sum and product of whose zeroes are 0 and -√2 respectively. (2015)
Solution: Quadratic polynomial is
x2 – (Sum of zeroes) x + (Product of zeroes)
= x2 – (0)x + (-√2)
= x2 – √2
Q13. Can (x – 2) be the remainder on division of a polynomial p(x) by (2x + 3)? Justify your answer. (2016 OD)
Solution: In case of division of a polynomial by another polynomial, the degree of the remainder (polynomial) is always less than that of the divisor. (x – 2) can not be the remainder when p(x) is divided by (2x + 3) as the degree is the same.
Q14: α and β are zeroes of the quadratic polynomial x2 – 6x + y. Find the value of ‘y’ if 3α + 2β = 20.
Solution:
Let, f(x) = x² – 6x + y
From the given,
3α + 2β = 20———————(i)
From f(x),
α + β = 6———————(ii)
And,
αβ = y———————(iii)
Multiply equation (ii) by 2. Then, subtract the whole equation from equation (i),
=> α = 20 – 12 = 8
Now, substitute this value in equation (ii),
=> β = 6 – 8 = -2
Substitute the values of α and β in equation (iii) to get the value of y, such as;
y = αβ = (8)(-2) = -16
Q15: If the zeroes of the polynomial x3 – 3x2 + x + 1 are a – b, a, a + b, then find the value of a and b.
Solution: Let the given polynomial be:
p(x) = x3 – 3x2 + x + 1
Given,
The zeroes of the p(x) are a – b, a, and a + b.
Now, compare the given polynomial equation with general expression.
px3 + qx2 + rx + s = x3 – 3x2 + x + 1
Here, p = 1, q = -3, r = 1 and s = 1
For sum of zeroes:
Sum of zeroes will be = a – b + a + a + b
-q/p = 3a
Substitute the values q and p.
-(-3)/1 = 3a
a = 1
So, the zeroes are 1 – b, 1, 1 + b.
For the product of zeroes:
Product of zeroes = 1(1 – b)(1 + b)
-s/p = 1 – 𝑏2
=> -1/1 = 1 – 𝑏2
Or, 𝑏2 = 1 + 1 =2
So, b = √2
Thus, 1 – √2, 1, 1 + √2 are the zeroes of equation 𝑥3 − 3𝑥2 + 𝑥 + 1.
Do Check: CBSE Class 10 Maths Syllabus
Question 16. Find a quadratic polynomial, the sum and product of whose zeroes are -8 and 12 respectively. Hence find the zeroes. (2014)
Solution: Let Sum of zeroes (α + β) = S = -8 …[Given]
Product of zeroes (αβ) = P = 12 …[Given]
Quadratic polynomial is x2 – Sx + P
= x2 – (-8)x + 12
= x2 + 8x + 12
= x2 + 6x + 2x + 12
= x(x + 6) + 2(x + 6)
= (x + 2)(x + 6)
Zeroes are:
x + 2 = 0 or x + 6 = 0
x = -2 or x = -6
Question 17: Find a quadratic polynomial whose zeroes are reciprocals of the zeroes of the polynomial f(x) = ax2 + bx + c, a ≠ 0, c ≠ 0.
Solution: Let α and β be the zeroes of the polynomial f(x) = ax2 + bx + c.
So, α + β = -b/a
αβ = c/a
According to the given, 1/α and 1/β are the zeroes of the required quadratic polynomial.
Now, the sum of zeroes = (1/α) + (1/β)
= (α + β)/αβ
= (-b/a)/ (c/a)
= -b/c
Product of two zeroes = (1/α) (1/β)
= 1/αβ
= 1/(c/a)
= a/c
The required quadratic polynomial = k[x2 – (sum of zeroes)x + (product of zeroes)]
= k[x2 – (-b/c)x + (a/c)]
= k[x2 + (b/c) + (a/c)]
Do Check: CBSE Class 10 Maths Notes
Question 18: If the zeroes of the polynomial x3 – 3x2 + x + 1 are a – b, a, a + b, then find the value of a and b.
Solution: Let the given polynomial be:
p(x) = x3 – 3x2 + x + 1
Given,
The zeroes of the p(x) are a – b, a, and a + b.
Now, compare the given polynomial equation with general expression.
px3 + qx2 + rx + s = x3 – 3x2 + x + 1
Here, p = 1, q = -3, r = 1 and s = 1
For sum of zeroes:
Sum of zeroes will be = a – b + a + a + b
-q/p = 3a
Substitute the values q and p.
-(-3)/1 = 3a
a = 1
So, the zeroes are 1 – b, 1, 1 + b.
For the product of zeroes:
Product of zeroes = 1(1 – b)(1 + b)
-s/p = 1 – 𝑏2
=> -1/1 = 1 – 𝑏2
Or, 𝑏2 = 1 + 1 =2
So, b = √2
Thus, 1 – √2, 1, 1 + √2 are the zeroes of equation 𝑥3 − 3𝑥2 + 𝑥 + 1.
A polynomial is a math expression that has variables, constants, and exponents, like x^2 + 2x + 3.
There are three types: Monomial: 1 term (e.g., 5x), Binomial: 2 terms (e.g., x + 2), Trinomial: 3 terms (e.g., x^2 + 2x + 3).
The degree is the highest power of the variable. For example, in 3x^4 + x^2 + 5, the degree is 4.
A zero of a polynomial is the value of x that makes the polynomial equal to 0. For example, in x^2 - 4 = 0, x = 2 and x = -2 are the zeros.
To find the zeros, solve the equation by factoring, using the quadratic formula, or completing the square.
The factor theorem says that if x = a is a zero of the polynomial, then (x - a) is a factor of the polynomial.
To add or subtract polynomials, combine the like terms (terms with the same variable and power).
The standard form is when the terms are written in decreasing order of their powers. For example, 3x^3 + 2x^2 - 5x + 1 is in standard form.
A constant polynomial is a polynomial with no variable, like 5. Its degree is 0.