Chapter 2 · Class 10 CBSE · MCQ Test
Polynomials MCQ Test — Class 10 CBSE
Practice 10 multiple-choice questions with instant answer reveal and explanations.
Polynomials — MCQ Questions
1If 'k' is a zero of the polynomial P(x) = ax² + bx + c, which of the following statements must be true?
Show Answer+
Answer: P(k) = 0
Hint: Recall the fundamental definition of a zero of a polynomial. What happens to the polynomial's value when you substitute a zero into it?
Solution:
By definition, a number 'k' is called a zero of a polynomial P(x) if P(k) = 0.
This means that when 'k' is substituted for 'x' in the polynomial, the entire expression evaluates to zero.
2Which of the following expressions represents a quadratic polynomial?
Show Answer+
Answer: 3x² - 4x + 1
Hint: Remember that the degree of a polynomial is determined by the highest power of the variable in the expression. What degree defines a quadratic polynomial?
Solution:
A quadratic polynomial is a polynomial of degree 2. This means the highest power of the variable in the expression must be 2.
Option A (2x + 5) is a linear polynomial (degree 1). — Degree of 2x + 5 is 1
Option B (3x² - 4x + 1) has the highest power of x as 2, so it is a quadratic polynomial. — Degree of 3x² - 4x + 1 is 2
Option C (x³ + 2x - 7) is a cubic polynomial (degree 3). — Degree of x³ + 2x - 7 is 3
Option D (4x⁴) is a polynomial of degree 4. — Degree of 4x⁴ is 4
3A graph of a polynomial y = P(x) is shown. If this graph intersects the x-axis at exactly three distinct points, say at x = -2, x = 1, and x = 3, what can be concluded about the number of zeros of P(x)?
Show Answer+
Answer: P(x) has exactly three real zeros.
Hint: Recall the geometric interpretation of the zeros of a polynomial. What do the points where the graph crosses or touches the x-axis represent?
Solution:
The zeros of a polynomial P(x) are the x-values for which P(x) = 0. Geometrically, these are the points where the graph of y = P(x) intersects or touches the x-axis.
If the graph intersects the x-axis at exactly three distinct points, it means there are three distinct x-values for which P(x) = 0.
Therefore, P(x) has exactly three real zeros.
4Ravi was finding the sum of zeros for the quadratic polynomial x² - 7x + 10. He stated that the sum of zeros is 7. Is his calculation correct? If not, what is the correct sum?
Show Answer+
Answer: Yes, the sum is 7 because -(-7)/1 = 7.
Hint: Remember the relationship between the zeros (α, β) and the coefficients (a, b, c) of a quadratic polynomial ax² + bx + c. What is the formula for the sum of the zeros?
Solution:
For a quadratic polynomial ax² + bx + c, the sum of its zeros (α + β) is given by the formula -b/a.
In the given polynomial x² - 7x + 10, we have a = 1, b = -7, and c = 10.
Substituting these values into the formula, the sum of zeros = -(-7)/1 = 7/1 = 7.
Ravi's statement that the sum of zeros is 7 is correct, and the reasoning for option D correctly explains why.
5If the sum of the zeros of a quadratic polynomial is -5 and the product of its zeros is 6, which of the following could be the polynomial?
Show Answer+
Answer: x² + 5x + 6
Hint: A quadratic polynomial with zeros α and β can be expressed as k[x² - (α + β)x + αβ], where k is any non-zero real number. Use the given sum and product directly.
Solution:
For a quadratic polynomial, if α and β are its zeros, then the polynomial can be written in the form x² - (sum of zeros)x + (product of zeros).
Given: Sum of zeros (α + β) = -5.
Given: Product of zeros (αβ) = 6.
Substitute these values into the general form: x² - (-5)x + (6) = x² + 5x + 6.
6According to the Division Algorithm for polynomials, if P(x) is divided by G(x) (where G(x) ≠ 0), resulting in quotient Q(x) and remainder R(x), which of the following statements about the degree of the remainder R(x) is always true?
Show Answer+
Answer: Degree of R(x) < Degree of G(x) or R(x) = 0
Hint: Think about when the division process stops. It stops when the remainder's degree is no longer high enough to be divisible by the divisor.
Solution:
The Division Algorithm states that for any polynomial P(x) and any non-zero polynomial G(x), there exist unique polynomials Q(x) (quotient) and R(x) (remainder) such that P(x) = G(x) × Q(x) + R(x).
A crucial condition for the remainder is that its degree must be less than the degree of the divisor G(x), or the remainder R(x) must be the zero polynomial (in which case its degree is undefined or considered -∞, which is certainly less than any positive degree).
7Which of the following quadratic polynomials has zeros 2 and -3?
Show Answer+
Answer: x² + x - 6
Hint: You can either form the polynomial using the sum and product of zeros, or check each option by substituting the zeros or by factoring.
Solution:
Let the zeros be α = 2 and β = -3.
Calculate the sum of zeros: α + β = 2 + (-3) = -1.
Calculate the product of zeros: αβ = 2 × (-3) = -6.
The quadratic polynomial can be formed as x² - (α + β)x + αβ. — x² - (-1)x + (-6) = x² + x - 6
Thus, the polynomial is x² + x - 6.
8If α and β are the zeros of the quadratic polynomial P(x) = ax² + bx + c, then what is the value of 1/α + 1/β?
Show Answer+
Answer: -b/c
Hint: First, find a common denominator for the expression 1/α + 1/β. Then, recall the formulas for the sum and product of zeros in terms of a, b, and c.
Solution:
We need to find the value of 1/α + 1/β. First, combine the fractions:
1/α + 1/β = (β + α) / (αβ)
For a quadratic polynomial P(x) = ax² + bx + c, we know the relationships:
Sum of zeros: α + β = -b/a
Product of zeros: αβ = c/a
Substitute these into the combined expression: — (β + α) / (αβ) = (-b/a) / (c/a)
Simplify the expression: — (-b/a) × (a/c) = -b/c
9A polynomial of degree 1 is called a ________ polynomial.
Show Answer+
Answer: Linear
Hint: Consider the simplest type of polynomial equation where the highest power of the variable is 1. What shape does its graph typically form?
Solution:
Polynomials are classified by their degree, which is the highest power of the variable.
A polynomial with degree 1, such as P(x) = ax + b (where a ≠ 0), is called a linear polynomial because its graph is a straight line.
10A quadratic polynomial represents the height of a ball thrown in the air, h(t) = -t² + 6t + 7, where 't' is time in seconds. When the ball hits the ground, its height is 0. What does the positive zero of this polynomial represent in this context?
Show Answer+
Answer: The time it takes for the ball to hit the ground.
Hint: Remember what a 'zero' of a polynomial signifies. In this real-world problem, P(t) = 0 means the height is zero. What does a height of zero mean for a ball thrown in the air?
Solution:
A zero of the polynomial h(t) occurs when h(t) = 0.
In this context, h(t) represents the height of the ball. So, h(t) = 0 means the ball is at ground level.
Therefore, the value of 't' for which h(t) = 0 (i.e., the zero of the polynomial) represents the time when the ball hits the ground.
Since time 't' cannot be negative in this physical context, we are interested in the positive zero.
Want more questions?
Practice 60+ questions with AI-powered doubt clearing and step-by-step solutions.
Tips for Polynomials MCQs
- 1Read each question carefully and identify what is being asked before looking at the options.
- 2Try to solve the problem mentally or on paper first, then match your answer with the options.
- 3Use elimination — rule out clearly wrong options to improve your chances even when unsure.
- 4Check units, signs, and edge cases — these are common traps in Polynomials MCQs.
- 5Review your mistakes after completing the test to build lasting understanding.
Master Polynomials on SparkEd
Go beyond MCQs. Practice at three difficulty levels with instant feedback, solutions, and an AI coach to clear every doubt.
Start PractisingSparkEd Maths offers free MCQ tests for Class 1-10 across 7 education boards. All questions are aligned to the 2025-26 syllabus with step-by-step solutions and AI-powered doubt clearing.