Prepizo
Learn › Class 10 CBSE · Mathematics › Polynomials

Polynomials — Class 10 CBSE Mathematics MCQs with Solutions

Free Class 10 CBSE Mathematics Polynomials MCQs with step-by-step solutions covering Zeroes & coefficients, Division algorithm. Practise online on Prepizo — no login needed.

▶ Practise Polynomials online (free)

Subtopics

Sample questions with solutions

Q1 — Zeroes & coefficients · easy · theory
Which of the following correctly defines a zero of a polynomial $p(x)$?
A. A value $a$ such that $p(a) = 0$  ✓ Correct
B. Any value that makes $p(x)$ undefined
C. The constant term in $p(x)$
D. The highest power of $x$ in $p(x)$
Solution: By definition, a zero of a polynomial $p(x)$ is a value $a$ for which $p(a) = 0$. This is the fundamental concept: when you substitute the zero into the polynomial, the output is exactly zero. The other options confuse zeroes with other polynomial properties (domain, constant term, degree).
Q2 — Zeroes & coefficients · easy · theory
If a graph of a quadratic polynomial crosses the x-axis at two distinct points, what can we say about its zeroes?
A. It has exactly two distinct real zeroes  ✓ Correct
B. It has exactly one real zero with multiplicity 2
C. It has two complex (non-real) zeroes
D. It has no real zeroes
Solution: When a polynomial's graph crosses the x-axis at a point, the x-coordinate of that point is a real zero. Two distinct crossing points mean two distinct real zeroes. Touching the axis (not crossing) would indicate a repeated zero; complex zeroes don't appear as x-intercepts on a real graph.
Q3 — Zeroes & coefficients · easy · theory
For a quadratic polynomial $p(x) = ax^2 + bx + c$ with zeroes $\alpha$ and $\beta$, which statement about their sum is true?
A. $\alpha + \beta = -\frac{b}{a}$  ✓ Correct
B. $\alpha + \beta = \frac{b}{a}$
C. $\alpha + \beta = \frac{c}{a}$
D. $\alpha + \beta = c$
Solution: The relationship between zeroes and coefficients is derived from the factored form: $p(x) = a(x - \alpha)(x - \beta)$. Expanding gives $p(x) = ax^2 - a(\alpha + \beta)x + a\alpha\beta$. Comparing with $ax^2 + bx + c$, we get $b = -a(\alpha + \beta)$, so $\alpha + \beta = -\frac{b}{a}$. This is a KEY relationship to memorize and understand.
Q4 — Zeroes & coefficients · easy · theory
Which of the following is NOT necessarily true for any cubic polynomial?
A. It must have at least one real zero
B. It has exactly three zeroes (counting multiplicity) in the complex numbers
C. It has exactly three distinct real zeroes  ✓ Correct
D. Its degree is 3
Solution: A cubic polynomial always has degree 3 and always has at least one real zero (because odd-degree polynomials have end behaviours that force them to cross the x-axis). By the Fundamental Theorem of Algebra, it has exactly 3 zeroes counting multiplicity (in complex numbers). However, these three zeroes need not be DISTINCT — one could be repeated, or some could be non-real complex conjugates. So a cubic need not have three distinct real zeroes.
Q5 — Zeroes & coefficients · easy · theory
A polynomial $p(x)$ has degree $n$. What is the maximum number of zeroes it can have?
A. $n$  ✓ Correct
B. $n-1$
C. $n+1$
D. Unlimited
Solution: A fundamental theorem in algebra states that a polynomial of degree $n$ has at most $n$ zeroes (counting multiplicity). This is because if $p(x)$ has $n$ distinct zeroes $r_1, \ldots, r_n$, then $p(x) = a(x - r_1) \cdots (x - r_n)$, which has degree exactly $n$. More zeroes would require a higher-degree polynomial.
Q6 — Division algorithm · easy · theory
By the Remainder Theorem, when $p(x)$ is divided by $(x - a)$, what is the remainder?
A. $p(a)$  ✓ Correct
B. $p(x)$
C. $a$
D. Always zero
Solution: The Remainder Theorem states that when a polynomial $p(x)$ is divided by the linear divisor $(x - a)$, the remainder is the constant $p(a)$. This is derived from the division algorithm: $p(x) = (x - a) \cdot q(x) + r$. Since $r$ must have degree less than 1, $r$ is a constant. Setting $x = a$ gives $p(a) = 0 + r$, so $r = p(a)$.
Q7 — Division algorithm · easy · theory
Which statement correctly interprets why $(x - 3)$ is a factor of $x^2 + px + q$ for some values of $p$ and $q$?
A. Because $x = 3$ makes the polynomial equal to zero  ✓ Correct
B. Because the coefficient of $x$ is $p$
C. Because the constant term is $q$
D. Because the polynomial has degree 2
Solution: A binomial $(x - a)$ is a factor of a polynomial if and only if $a$ is a zero of that polynomial. So $(x - 3)$ is a factor when $3$ is a zero, meaning substituting $x = 3$ makes the polynomial equal zero. This is the conceptual link between factors and zeroes.
Q8 — Division algorithm · easy · theory
If $p(x)$ is divisible by $(x - 2)$ and $p(x)$ is divisible by $(x + 3)$, what can we conclude about the zeroes of $p(x)$?
A. $p(x)$ has $x = 2$ and $x = -3$ as zeroes  ✓ Correct
B. $p(x)$ has $x = -2$ and $x = 3$ as zeroes
C. $p(x)$ has exactly two zeroes
D. $p(x)$ is a quadratic
Solution: By the Factor Theorem, if $(x - 2)$ divides $p(x)$, then $p(2) = 0$, so $2$ is a zero. Similarly, if $(x + 3) = (x - (-3))$ divides $p(x)$, then $p(-3) = 0$, so $-3$ is a zero. Note the sign carefully: divisor $(x - a)$ corresponds to zero $a$. We can conclude at least these two are zeroes, but $p(x)$ might have others if it has degree greater than 2.
Q9 — Zeroes & coefficients · hard · theory
If $\alpha$ and $\beta$ are zeroes of $x^2 + px + q$, which statement about $\frac{\alpha}{\beta} + \frac{\beta}{\alpha}$ is always true?
A. It equals $\frac{p^2 - 2q}{q^2}$  ✓ Correct
B. It equals $-\frac{p}{q}$
C. It equals $\frac{p^2}{q}$
D. It cannot be determined without specific values
Solution: We have $\frac{\alpha}{\beta} + \frac{\beta}{\alpha} = \frac{\alpha^2 + \beta^2}{\alpha\beta}$. Using Vieta's formulas: $\alpha + \beta = -p$ and $\alpha\beta = q$. We know $\alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta = p^2 - 2q$. So $\frac{\alpha}{\beta} + \frac{\beta}{\alpha} = \frac{p^2 - 2q}{q^2}$. This shows how symmetric expressions in the zeroes can always be reduced to expressions in the coefficients — a powerful technique in polynomial theory.
Q10 — Division algorithm · hard · theory
A polynomial $p(x)$ leaves a remainder of $r_1$ when divided by $(x - a)$ and a remainder of $r_2$ when divided by $(x - b)$ (with $a \neq b$). What is $p(a) - p(b)$?
A. $r_1 - r_2$  ✓ Correct
B. $r_1 + r_2$
C. $r_1 \cdot r_2$
D. Cannot be determined without more information
Solution: By the Remainder Theorem: when $p(x)$ is divided by $(x - a)$, the remainder is $p(a) = r_1$. When divided by $(x - b)$, the remainder is $p(b) = r_2$. Therefore, $p(a) - p(b) = r_1 - r_2$. This directly applies the Remainder Theorem to relate polynomial values to division remainders, showing the deep connection between these concepts.
Q11 — Division algorithm · hard · theory
If $p(x)$ is divisible by $(x - 1)$, $(x - 2)$, and $(x - 3)$, and $p(x)$ is a cubic, what must be true about its leading coefficient $a$?
A. $p(x) = a(x - 1)(x - 2)(x - 3)$ for any non-zero $a$  ✓ Correct
B. $a$ must equal 1
C. $a$ must equal the product of the zeroes
D. $a$ cannot be determined from divisibility alone
Solution: If a cubic $p(x)$ is divisible by $(x - 1)$, $(x - 2)$, and $(x - 3)$ — three distinct linear factors — then $p(x)$ has exactly these three zeroes. A cubic with three specified zeroes must have the form $p(x) = a(x - 1)(x - 2)(x - 3)$ where $a$ is any non-zero constant (the leading coefficient). Different values of $a$ give different cubics, all satisfying the divisibility conditions. Divisibility determines the factors but not their scalar multiple.
Q12 — Division algorithm · hard · theory
When $p(x) = x^4 - 5x^3 + kx^2 + mx + n$ is divided by $(x^2 - 1)$, the remainder is $2x + 3$. What does this tell us about $p(1)$ and $p(-1)$?
A. $p(1) = 5$ and $p(-1) = 1$  ✓ Correct
B. $p(1) = 2$ and $p(-1) = 3$
C. $p(1) = 1$ and $p(-1) = 5$
D. We cannot determine without knowing $k$, $m$, $n$
Solution: When dividing by $(x^2 - 1)$, the remainder must have degree less than 2, so it's at most linear: $r(x) = 2x + 3$. The division algorithm gives: $p(x) = (x^2 - 1)q(x) + (2x + 3)$. Setting $x = 1$: $p(1) = (1 - 1)q(1) + 2(1) + 3 = 0 + 5 = 5$. Setting $x = -1$: $p(-1) = (1 - 1)q(-1) + 2(-1) + 3 = 0 + 1 = 1$. The remainder formula directly determines polynomial values at the divisor's zeroes, regardless of the coefficients in the quotient.
Q13 — Division algorithm · hard · theory
A quadratic polynomial $p(x) = x^2 + bx + c$ has the property that $p(2) = 0$ and when divided by $(x + 1)$, the remainder is $-2$. What must $b$ and $c$ satisfy?
A. $4 + 2b + c = 0$ and $1 - b + c = -2$  ✓ Correct
B. $4 + 2b + c = 0$ and $b - c = 2$
C. $2b + c = -4$ and $b + c = 1$
D. $b + c = -4$ and $b - c = -2$
Solution: If $p(2) = 0$, then $4 + 2b + c = 0$ (by substitution). If the remainder when dividing by $(x + 1)$ is $-2$, then by the Remainder Theorem, $p(-1) = -2$. Substituting: $1 - b + c = -2$, so $-b + c = -3$. Together these form a system that uniquely determines $b$ and $c$. This combines the Factor Theorem (if $p(2) = 0$, then $(x - 2)$ is a factor) with the Remainder Theorem, showing how multiple conditions constrain polynomial coefficients.
Q14 — Division algorithm · hard · theory
Why is it that if $(x - a)$ and $(x - b)$ are both factors of a polynomial $p(x)$ with $a \neq b$, then $(x - a)(x - b)$ must also be a factor?
A. Because $p(x)$ can be written as $(x - a)h(x)$ and $(x - b)$ divides $p(x)$, so $(x - b)$ must divide $h(x)$  ✓ Correct
B. Because any two linear factors share a common factor
C. Because if both are factors, their product is automatically a factor
D. Because polynomial multiplication is commutative
Solution: If $(x - a)$ is a factor, we can write $p(x) = (x - a)h(x)$ for some polynomial $h(x)$. If $(x - b)$ is also a factor, then $(x - b)$ divides $p(x) = (x - a)h(x)$. Since $(x - b)$ and $(x - a)$ are distinct linear factors (as $a \neq b$), they share no common factor. Therefore, $(x - b)$ must divide $h(x)$, giving $h(x) = (x - b)g(x)$. Thus, $p(x) = (x - a)(x - b)g(x)$, proving that $(x - a)(x - b)$ divides $p(x)$. This is a subtle but powerful divisibility argument.
Q15 — Zeroes & coefficients · hard · theory
If the product of the zeroes of a polynomial $x^2 + px + q$ is zero, what must be true?
A. $q = 0$  ✓ Correct
B. $p = 0$
C. $p + q = 0$
D. One of the zeroes must be positive and one negative
Solution: By Vieta's formulas, the product of the zeroes equals the constant term divided by the leading coefficient: $\alpha \beta = \frac{q}{1} = q$. If the product is zero, then $q = 0$. This means the polynomial is $x^2 + px = x(x + p)$, which has zeroes $0$ and $-p$. Notice: when the constant term is zero, one zero is always $0$; when the coefficient of $x$ is zero, the non-zero zeroes are opposites.
Q16 — Division algorithm · hard · theory
A polynomial $p(x)$ of degree $n$ leaves a non-zero remainder $r(x)$ when divided by a polynomial $g(x)$ of degree $m$. What can we definitively say about the relationship between $n$ and $m$?
A. $n$ and $m$ can have any relationship; a non-zero remainder only requires that $\deg(r) < m$  ✓ Correct
B. $n$ must be greater than $m$
C. $n$ must equal $m + 1$
D. The remainder must be a constant
Solution: By the division algorithm, $p(x) = g(x) \cdot q(x) + r(x)$ where $r(x)$ is either zero or has degree less than $m$. The presence of a non-zero remainder does NOT determine a specific relationship between $n$ and $m$. For example, dividing $x^3 + 1$ (degree 3) by $x^2 + 1$ (degree 2) gives a linear remainder; dividing $x + 1$ (degree 1) by $x^2 + 1$ (degree 2) also gives a linear remainder. The only requirement is $\deg(r) < m$.
Q17 — Zeroes & coefficients · hard · theory
If $\alpha, \beta$ are zeros of $x^2 - p x + q$, then a quadratic polynomial whose zeros are $\frac{\alpha}{\beta}$ and $\frac{\beta}{\alpha}$ is:
A. A) $q x^2 - (p^2 - 2q) x + q$  ✓ Correct
B. B) $p x^2 - (q^2 - 2p) x + p$
C. C) $q x^2 + (p^2 - 2q) x + q$
D. D) $x^2 - (p^2 - 2q) x + 1$
Solution: From $x^2 - px + q$: $\alpha + \beta = p$ and $\alpha\beta = q$. New sum: $\frac{\alpha}{\beta} + \frac{\beta}{\alpha} = \frac{\alpha^2 + \beta^2}{\alpha\beta} = \frac{p^2 - 2q}{q}$. New product: $\frac{\alpha}{\beta} \cdot \frac{\beta}{\alpha} = 1$. Polynomial: $qx^2 - (p^2 - 2q)x + q$.
Q18 — Zeroes & coefficients · hard · theory
If $\alpha, \beta$ are the zeros of $p(x) = 2x^2 + 5x + k$ such that $\alpha^2 + \beta^2 + \alpha\beta = \frac{21}{4}$, then $k = $:
A. A) $3$
B. B) $2$  ✓ Correct
C. C) $-2$
D. D) $1$
Solution: From $2x^2 + 5x + k$: $\alpha + \beta = -\frac{5}{2}$ and $\alpha\beta = \frac{k}{2}$. Given: $\alpha^2 + \beta^2 + \alpha\beta = (\alpha + \beta)^2 - \alpha\beta = \frac{25}{4} - \frac{k}{2} = \frac{21}{4}$. Solve: $\frac{k}{2} = 1$, so $k = 2$.
Q19 — Zeroes & coefficients · hard · theory
If $\alpha, \beta$ are zeros of $x^2 - 6x + k$ such that $3\alpha + 2\beta = 20$, then $k$ is equal to:
A. A) $-16$  ✓ Correct
B. B) $8$
C. C) $-8$
D. D) $16$
Solution: From $\alpha + \beta = 6$ and $3\alpha + 2\beta = 20$: Substitute $\beta = 6 - \alpha$ into the second equation. $3\alpha + 2(6 - \alpha) = 20$. Solve: $\alpha = 8$, $\beta = -2$. Product: $k = 8 \times (-2) = -16$.
Q20 — Zeroes & coefficients · hard · theory
If $\alpha, \beta$ are zeros of $ax^2 + bx + c$, then the value of $\frac{1}{a\alpha + b} + \frac{1}{a\beta + b}$ is:
A. A) $\frac{a}{bc}$
B. B) $\frac{b}{ac}$  ✓ Correct
C. C) $-\frac{b}{ac}$
D. D) $\frac{c}{ab}$
Solution: Since $\alpha$ is a zero: $a\alpha^2 + b\alpha + c = 0$. Therefore $a\alpha + b = -\frac{c}{\alpha}$. Similarly, $a\beta + b = -\frac{c}{\beta}$. Compute: $\frac{1}{-c/\alpha} + \frac{1}{-c/\beta} = -\frac{\alpha + \beta}{c} = -\frac{-b/a}{c} = \frac{b}{ac}$.
Q21 — Zeroes & coefficients · hard · theory
If $\alpha, \beta$ are the zeros of $x^2 - 5x + k$ such that $\alpha - \beta = 1$, then $k = $:
A. A) $6$  ✓ Correct
B. B) $4$
C. C) $5$
D. D) $12$
Solution: From $\alpha + \beta = 5$ and $\alpha - \beta = 1$: Add to get $2\alpha = 6$, so $\alpha = 3$. Subtract to get $2\beta = 4$, so $\beta = 2$. Product: $k = 3 \times 2 = 6$.
Q22 — Zeroes & coefficients · hard · theory
If $\alpha, \beta$ are zeros of $x^2 - k(x+1) - c$, then $(\alpha+1)(\beta+1)$ is equal to:
A. A) $c$
B. B) $1 - c$  ✓ Correct
C. C) $c - 1$
D. D) $1 + c$
Solution: Expand: $p(x) = x^2 - kx - (k + c)$. Sum: $\alpha + \beta = k$. Product: $\alpha\beta = -(k + c)$. Calculate: $(\alpha+1)(\beta+1) = \alpha\beta + (\alpha + \beta) + 1 = -(k + c) + k + 1 = 1 - c$.
Q23 — Zeroes & coefficients · hard · theory
If the zeros of the polynomial $x^2 - ax + b$ are in the ratio $2:3$, then which of the following relations holds true?
A. A) $6a^2 = 25b$  ✓ Correct
B. B) $25a^2 = 6b$
C. C) $6b^2 = 25a$
D. D) $5a^2 = 6b$
Solution: Let zeros be $2m$ and $3m$. Sum: $5m = a$, so $m = \frac{a}{5}$. Product: $6m^2 = b$. Substitute: $6(\frac{a}{5})^2 = b$. Therefore $6a^2 = 25b$.
Q24 — Zeroes & coefficients · hard · theory
If $\alpha, \beta$ are zeros of $2x^2 - 4x + 5$, then the value of $\frac{1}{\alpha^2} + \frac{1}{\beta^2}$ is:
A. A) $-\frac{4}{25}$  ✓ Correct
B. B) $-\frac{16}{25}$
C. C) $\frac{16}{25}$
D. D) $\frac{4}{25}$
Solution: From $2x^2 - 4x + 5$: $\alpha + \beta = 2$ and $\alpha\beta = \frac{5}{2}$. Calculate: $\frac{1}{\alpha^2} + \frac{1}{\beta^2} = \frac{\alpha^2 + \beta^2}{(\alpha\beta)^2} = \frac{4 - 5}{25/4} = \frac{-1}{25/4} = -\frac{4}{25}$.
Q25 — Zeroes & coefficients · hard · theory
If one zero of $(k^2 + 4)x^2 + 13x + 4k$ is the reciprocal of the other, then $k = $:
A. A) $2$  ✓ Correct
B. B) $-2$
C. C) $1$
D. D) $4$
Solution: Product of zeros = 1. Using $\frac{c}{a} = 1$: $\frac{4k}{k^2 + 4} = 1$. Solve: $k^2 + 4 = 4k$. Rearrange: $k^2 - 4k + 4 = 0$. Therefore $(k - 2)^2 = 0$, so $k = 2$.
Q26 — Zeroes & coefficients · hard · theory
If $\alpha, \beta$ are the zeros of $ax^2 + bx + c$, then the value of $\sqrt{\frac{\alpha}{\beta}} + \sqrt{\frac{\beta}{\alpha}}$ is:
A. A) $\frac{b}{\sqrt{ac}}$
B. B) $-\frac{b}{\sqrt{ac}}$  ✓ Correct
C. C) $\frac{-b}{a\sqrt{c}}$
D. D) $\frac{\sqrt{b}}{ac}$
Solution: Simplify: $\sqrt{\frac{\alpha}{\beta}} + \sqrt{\frac{\beta}{\alpha}} = \frac{\alpha + \beta}{\sqrt{\alpha\beta}} = \frac{-b/a}{\sqrt{c/a}} = -\frac{b}{\sqrt{ac}}$.
Q27 — Zeroes & coefficients · hard · theory
If $\alpha, \beta$ are zeros of $x^2 - 3x + 2$, then a polynomial whose zeros are $\frac{\alpha+1}{\beta}$ and $\frac{\beta+1}{\alpha}$ is:
A. A) $x^2 - 4x + 3$  ✓ Correct
B. B) $2x^2 + 9x + 9$
C. C) $x^2 - 9x + 9$
D. D) $2x^2 - 9x - 9$
Solution: Factorize: $x^2 - 3x + 2 = (x - 1)(x - 2)$, so $\alpha = 1, \beta = 2$ (or vice versa). New zeros: $\frac{1+1}{2} = 1$ and $\frac{2+1}{1} = 3$. Sum = 4, Product = 3. Polynomial: $x^2 - 4x + 3$.
Q28 — Zeroes & coefficients · hard · theory
If the zeros of $x^2 - bx + c$ are two consecutive integers, then $b^2 - 4c$ equals:
A. A) $1$  ✓ Correct
B. B) $2$
C. C) $0$
D. D) $4$
Solution: Let zeros be $k$ and $k+1$. Difference: $(k+1) - k = 1$. Using $(\alpha - \beta)^2 = (\alpha + \beta)^2 - 4\alpha\beta$: $1 = b^2 - 4c$.
Q29 — Zeroes & coefficients · hard · theory
If $\alpha, \beta$ are zeros of $x^2 + px + q$, then $\alpha^4 + \beta^4$ is equal to:
A. A) $(p^2 - 2q)^2 - 2q^2$
B. B) $(p^2 - 2q)^2 + 2q^2$
C. C) $p^4 - 4p^2q + 2q^2$
D. D) Both A and C are equivalent  ✓ Correct
Solution: Using $\alpha^2 + \beta^2 = p^2 - 2q$: $\alpha^4 + \beta^4 = (\alpha^2 + \beta^2)^2 - 2(\alpha\beta)^2 = (p^2 - 2q)^2 - 2q^2 = p^4 - 4p^2q + 2q^2$. Both A and C are equivalent.
Q30 — Zeroes & coefficients · hard · theory
If $\alpha, \beta$ are the zeros of $x^2 - 8x + k$ such that $\alpha^2 + \beta^2 = 40$, then $k = $:
A. A) $12$  ✓ Correct
B. B) $6$
C. C) $24$
D. D) $16$
Solution: From $x^2 - 8x + k$: $\alpha + \beta = 8$ and $\alpha\beta = k$. Using $\alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta$: $40 = 64 - 2k$. Solve: $k = 12$.