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
The graph of $y = p(x)$ cuts the x-axis at exactly 3 distinct points. The number of zeroes of the polynomial $p(x)$ is
A. 0
B. 1
C. 2
D. 3  ✓ Correct
Solution: A zero of $p(x)$ is a value of $x$ where $p(x) = 0$, which is exactly a point where the graph of $y = p(x)$ meets the x-axis. Since the graph cuts the x-axis at 3 distinct points, $p(x)$ has exactly 3 zeroes.
Q2 — Zeroes & coefficients · easy · theory
The sum of the zeroes of the quadratic polynomial $x^2 - 7x + 10$ is
A. $-7$
B. $7$  ✓ Correct
C. $10$
D. $-10$
Solution: For $ax^2 + bx + c$, the sum of zeroes is $-\frac{b}{a}$. Here $a = 1$ and $b = -7$, so the sum $= -\frac{(-7)}{1} = 7$. Indeed the zeroes are $2$ and $5$, and $2 + 5 = 7$.
Q3 — Zeroes & coefficients · easy · theory
The product of the zeroes of the polynomial $2x^2 - 8x + 6$ is
A. $4$
B. $-3$
C. $3$  ✓ Correct
D. $6$
Solution: For $ax^2 + bx + c$, the product of zeroes is $\frac{c}{a}$. Here $\frac{c}{a} = \frac{6}{2} = 3$. Note that $4$ is the sum of the zeroes, not the product.
Q4 — Zeroes & coefficients · easy · theory
A quadratic polynomial whose zeroes are $3$ and $-4$ is
A. $x^2 + x - 12$  ✓ Correct
B. $x^2 - x - 12$
C. $x^2 + x + 12$
D. $x^2 - 7x + 12$
Solution: Sum of zeroes $= 3 + (-4) = -1$ and product $= 3 \times (-4) = -12$. A required polynomial is $x^2 - (\text{sum})x + \text{product} = x^2 - (-1)x + (-12) = x^2 + x - 12$. Check: $(x - 3)(x + 4) = x^2 + x - 12$.
Q5 — Zeroes & coefficients · easy · theory
The zeroes of the polynomial $x^2 - 3$ are
A. $3$ and $-3$
B. $\sqrt{3}$ and $-\sqrt{3}$  ✓ Correct
C. $\sqrt{3}$ only
D. $9$ and $-9$
Solution: Setting $x^2 - 3 = 0$ gives $x^2 = 3$, so $x = \pm\sqrt{3}$. We can also write $x^2 - 3 = (x - \sqrt{3})(x + \sqrt{3})$, showing both zeroes clearly.
Q6 — Division algorithm · easy · theory
When $x^2 + 3x + 2$ is divided by $x + 1$, the quotient is
A. $x + 1$
B. $x - 2$
C. $x + 3$
D. $x + 2$  ✓ Correct
Solution: Factorising, $x^2 + 3x + 2 = (x + 1)(x + 2)$. Dividing by $x + 1$ therefore gives quotient $x + 2$ with remainder $0$.
Q7 — Division algorithm · easy · theory
In the division algorithm $p(x) = g(x) \cdot q(x) + r(x)$, the remainder $r(x)$ must satisfy
A. $r(x) = 0$ or $\deg r(x) < \deg g(x)$  ✓ Correct
B. $\deg r(x) \le \deg g(x)$ always
C. $\deg r(x) = \deg g(x)$ always
D. $\deg r(x) > \deg g(x)$ always
Solution: The division algorithm states that for any polynomials $p(x)$ and $g(x) \ne 0$, we can write $p(x) = g(x)q(x) + r(x)$ where either $r(x) = 0$ or $\deg r(x) < \deg g(x)$. If the remainder had degree equal to or more than $g(x)$, the division could be carried further.
Q8 — Division algorithm · easy · theory
On dividing a polynomial $p(x)$ by $x - 2$, the quotient is $x + 3$ and the remainder is $5$. Then $p(x)$ is
A. $x^2 + x + 1$
B. $x^2 + x - 1$  ✓ Correct
C. $x^2 - x - 1$
D. $x^2 + 5x - 6$
Solution: By the division algorithm, $p(x) = g(x) \cdot q(x) + r(x) = (x - 2)(x + 3) + 5$. Expanding, $(x - 2)(x + 3) = x^2 + x - 6$, so $p(x) = x^2 + x - 6 + 5 = x^2 + x - 1$.
Q9 — Division algorithm · easy · theory
If a polynomial $p(x)$ is divided by $g(x)$ and the remainder comes out to be zero, then
A. $p(x)$ is a factor of $g(x)$
B. $\deg p(x) < \deg g(x)$
C. $p(x)$ and $g(x)$ have no common zero
D. $g(x)$ is a factor of $p(x)$  ✓ Correct
Solution: If the remainder is zero, the division algorithm gives $p(x) = g(x) \cdot q(x)$. This means $g(x)$ divides $p(x)$ exactly, i.e. $g(x)$ is a factor of $p(x)$.
Q10 — Division algorithm · easy · theory
A polynomial of degree $4$ is divided exactly (remainder zero) by a polynomial of degree $2$. The degree of the quotient is
A. $4$
B. $8$
C. $2$  ✓ Correct
D. $6$
Solution: When the remainder is zero, $p(x) = g(x) \cdot q(x)$, and degrees add on multiplication: $\deg p = \deg g + \deg q$. So $\deg q = 4 - 2 = 2$.
Q11 — Zeroes & coefficients · hard · theory
If $\alpha$ and $\beta$ are the zeroes of $x^2 - x - 2$, then a quadratic polynomial whose zeroes are $2\alpha + 1$ and $2\beta + 1$ is
A. $x^2 - 4x - 5$  ✓ Correct
B. $x^2 + 4x - 5$
C. $x^2 - 4x + 5$
D. $x^2 + 4x + 5$
Solution: Here $\alpha + \beta = 1$ and $\alpha\beta = -2$. Sum of new zeroes $= 2(\alpha + \beta) + 2 = 4$; product $= (2\alpha + 1)(2\beta + 1) = 4\alpha\beta + 2(\alpha + \beta) + 1 = -8 + 2 + 1 = -5$. The required polynomial is $x^2 - 4x - 5$.
Q12 — Zeroes & coefficients · hard · theory
If $\alpha$, $\beta$, $\gamma$ are the zeroes of the cubic polynomial $2x^3 - 5x^2 - 14x + 8$, then the value of $\frac{1}{\alpha} + \frac{1}{\beta} + \frac{1}{\gamma}$ is
A. $-\frac{7}{4}$
B. $\frac{7}{4}$  ✓ Correct
C. $\frac{4}{7}$
D. $-\frac{7}{2}$
Solution: For $ax^3 + bx^2 + cx + d$: $\alpha\beta + \beta\gamma + \gamma\alpha = \frac{c}{a} = \frac{-14}{2} = -7$ and $\alpha\beta\gamma = -\frac{d}{a} = -\frac{8}{2} = -4$. So $\frac{1}{\alpha} + \frac{1}{\beta} + \frac{1}{\gamma} = \frac{\alpha\beta + \beta\gamma + \gamma\alpha}{\alpha\beta\gamma} = \frac{-7}{-4} = \frac{7}{4}$.
Q13 — Zeroes & coefficients · hard · theory
The zeroes of $x^3 - 3x^2 + x + 1$ are $a - d$, $a$ and $a + d$ (in arithmetic progression). The values of $a$ and $d$ are
A. $a = -1,\ d = \pm\sqrt{2}$
B. $a = 1,\ d = \pm 2$
C. $a = 1,\ d = \pm\sqrt{2}$  ✓ Correct
D. $a = 3,\ d = \pm 1$
Solution: Sum of zeroes: $(a - d) + a + (a + d) = 3a = -\frac{(-3)}{1} = 3$, so $a = 1$. Product of zeroes: $(a - d) \cdot a \cdot (a + d) = a(a^2 - d^2) = -\frac{1}{1} = -1$, giving $1 - d^2 = -1$, so $d^2 = 2$ and $d = \pm\sqrt{2}$.
Q14 — Zeroes & coefficients · hard · theory
If one zero of the polynomial $(k^2 + 4)x^2 + 13x + 4k$ is the reciprocal of the other, then $k$ equals
A. $-2$
B. $\pm 2$
C. $4$
D. $2$  ✓ Correct
Solution: If the zeroes are $\alpha$ and $\frac{1}{\alpha}$, their product is $1$. So $\frac{4k}{k^2 + 4} = 1$, which gives $k^2 - 4k + 4 = 0$, i.e. $(k - 2)^2 = 0$. Hence $k = 2$ only; $k = -2$ gives product $\frac{-8}{8} = -1$, which does not work.
Q15 — Zeroes & coefficients · hard · theory
If $\alpha$ and $\beta$ are the zeroes of $x^2 - 6x + k$ and $3\alpha + 2\beta = 20$, then the value of $k$ is
A. $16$
B. $-16$  ✓ Correct
C. $-8$
D. $8$
Solution: From the polynomial, $\alpha + \beta = 6$. Writing $3\alpha + 2\beta = 2(\alpha + \beta) + \alpha = 12 + \alpha = 20$ gives $\alpha = 8$, so $\beta = -2$. Then $k = \alpha\beta = 8 \times (-2) = -16$.
Q16 — Division algorithm · hard · theory
Two zeroes of $3x^4 + 6x^3 - 2x^2 - 10x - 5$ are $\sqrt{\frac{5}{3}}$ and $-\sqrt{\frac{5}{3}}$. The other two zeroes are
A. $1$ and $1$
B. $-1$ and $1$
C. $-\frac{5}{3}$ and $-1$
D. $-1$ and $-1$  ✓ Correct
Solution: Since $\pm\sqrt{\frac{5}{3}}$ are zeroes, $\left(x^2 - \frac{5}{3}\right)$, and hence $3x^2 - 5$, is a factor. Dividing $3x^4 + 6x^3 - 2x^2 - 10x - 5$ by $3x^2 - 5$ gives $x^2 + 2x + 1 = (x + 1)^2$. So the other two zeroes are $-1$ and $-1$.
Q17 — Division algorithm · hard · theory
If two zeroes of $x^4 - 6x^3 - 26x^2 + 138x - 35$ are $2 + \sqrt{3}$ and $2 - \sqrt{3}$, then the other two zeroes are
A. $7$ and $5$
B. $-7$ and $5$
C. $7$ and $-5$  ✓ Correct
D. $-7$ and $-5$
Solution: The factor from the given zeroes is $\left(x - (2 + \sqrt{3})\right)\left(x - (2 - \sqrt{3})\right) = x^2 - 4x + 1$. Dividing the quartic by $x^2 - 4x + 1$ gives quotient $x^2 - 2x - 35 = (x - 7)(x + 5)$. Hence the remaining zeroes are $7$ and $-5$.
Q18 — Division algorithm · hard · theory
The polynomial $x^4 + x^3 + 8x^2 + ax + b$ is exactly divisible by $x^2 + 1$. The values of $a$ and $b$ are
A. $a = 1,\ b = 7$  ✓ Correct
B. $a = 7,\ b = 1$
C. $a = -1,\ b = 7$
D. $a = 1,\ b = -7$
Solution: Dividing $x^4 + x^3 + 8x^2 + ax + b$ by $x^2 + 1$ gives quotient $x^2 + x + 7$ and remainder $(a - 1)x + (b - 7)$. For exact divisibility the remainder must be identically zero, so $a - 1 = 0$ and $b - 7 = 0$, i.e. $a = 1,\ b = 7$. Check: $(x^2 + 1)(x^2 + x + 7) = x^4 + x^3 + 8x^2 + x + 7$.
Q19 — Division algorithm · hard · theory
On dividing a non-zero polynomial $p(x)$ by a polynomial $g(x)$, the quotient comes out to be zero. Which of the following must be true?
A. $\deg p(x) = \deg g(x)$
B. $\deg p(x) > \deg g(x)$
C. Nothing definite can be said about the degrees
D. $\deg p(x) < \deg g(x)$  ✓ Correct
Solution: If $q(x) = 0$, the division algorithm gives $p(x) = g(x) \cdot 0 + r(x)$, so the remainder equals $p(x)$ itself. Since the remainder must satisfy $\deg r(x) < \deg g(x)$, we conclude $\deg p(x) < \deg g(x)$. For example, dividing $x + 1$ by $x^2 + 3$ gives quotient $0$ and remainder $x + 1$.
Q20 — Division algorithm · hard · theory
The polynomial $x^3 + 2x^2 - 5ax - 7$ leaves remainder $R_1$ when divided by $x + 1$, and $x^3 + ax^2 - 12x + 6$ leaves remainder $R_2$ when divided by $x - 2$. If $2R_1 + R_2 = 6$, then the value of $a$ is
A. $-2$
B. $1$
C. $2$  ✓ Correct
D. $3$
Solution: The remainder on dividing by a linear polynomial is the value at its zero. So $R_1 = (-1)^3 + 2(-1)^2 - 5a(-1) - 7 = 5a - 6$ and $R_2 = 2^3 + a(2)^2 - 12(2) + 6 = 4a - 10$. Then $2R_1 + R_2 = 10a - 12 + 4a - 10 = 14a - 22 = 6$, giving $a = 2$.
Q21 — Zeroes & coefficients · medium · theory
If $\alpha$ and $\beta$ are the zeroes of $x^2 - 5x + 6$, then the value of $\alpha^2 + \beta^2$ is
A. $25$
B. $37$
C. $13$  ✓ Correct
D. $11$
Solution: Here $\alpha + \beta = 5$ and $\alpha\beta = 6$. Using the identity $\alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta = 25 - 12 = 13$. Choosing $25$ forgets to subtract $2\alpha\beta$, while $37$ comes from wrongly adding $2\alpha\beta$.
Q22 — Zeroes & coefficients · medium · theory
If $x = 2$ is a zero of the polynomial $kx^2 + 3x + k$, then the value of $k$ is
A. $\frac{6}{5}$
B. $-\frac{6}{5}$  ✓ Correct
C. $-\frac{5}{6}$
D. $\frac{5}{6}$
Solution: Since $x = 2$ is a zero, substituting gives $k(2)^2 + 3(2) + k = 0$, i.e. $4k + 6 + k = 0$. So $5k = -6$, which gives $k = -\frac{6}{5}$.
Q23 — Zeroes & coefficients · medium · theory
If $\alpha$ and $\beta$ are the zeroes of $x^2 - (k + 6)x + 2(2k - 1)$ such that $\alpha + \beta = \frac{1}{2}\alpha\beta$, then the value of $k$ is
A. $7$  ✓ Correct
B. $3$
C. $-7$
D. $2$
Solution: From the coefficients, $\alpha + \beta = k + 6$ and $\alpha\beta = 2(2k - 1) = 4k - 2$. The condition $\alpha + \beta = \frac{1}{2}\alpha\beta$ gives $k + 6 = \frac{4k - 2}{2} = 2k - 1$. Solving, $k = 7$.
Q24 — Zeroes & coefficients · medium · theory
A quadratic polynomial, the sum and product of whose zeroes are $\sqrt{2}$ and $\frac{1}{3}$ respectively, is
A. $3x^2 + 3\sqrt{2}x + 1$
B. $x^2 - 3\sqrt{2}x + 1$
C. $3x^2 - 3\sqrt{2}x - 1$
D. $3x^2 - 3\sqrt{2}x + 1$  ✓ Correct
Solution: A required polynomial is $x^2 - (\text{sum})x + \text{product} = x^2 - \sqrt{2}x + \frac{1}{3}$. Multiplying throughout by $3$ to clear the fraction gives $3x^2 - 3\sqrt{2}x + 1$. Check: sum $= \frac{3\sqrt{2}}{3} = \sqrt{2}$ and product $= \frac{1}{3}$.
Q25 — Zeroes & coefficients · medium · theory
If $\alpha$ and $\beta$ are the zeroes of $2x^2 + 5x + 1$, then the value of $\frac{1}{\alpha} + \frac{1}{\beta}$ is
A. $5$
B. $-\frac{5}{2}$
C. $-5$  ✓ Correct
D. $10$
Solution: We have $\alpha + \beta = -\frac{5}{2}$ and $\alpha\beta = \frac{1}{2}$. So $\frac{1}{\alpha} + \frac{1}{\beta} = \frac{\alpha + \beta}{\alpha\beta} = \frac{-5/2}{1/2} = -5$.
Q26 — Division algorithm · medium · theory
When $3x^3 + x^2 + 2x + 5$ is divided by $x^2 + 2x + 1$, the remainder is
A. $9x - 10$
B. $9x + 10$  ✓ Correct
C. $-9x + 10$
D. $5x + 9$
Solution: By long division, the first term of the quotient is $3x$; subtracting $3x(x^2 + 2x + 1) = 3x^3 + 6x^2 + 3x$ leaves $-5x^2 - x + 5$. The next quotient term is $-5$; subtracting $-5(x^2 + 2x + 1) = -5x^2 - 10x - 5$ leaves $9x + 10$. Since $\deg(9x + 10) < \deg(x^2 + 2x + 1)$, the remainder is $9x + 10$.
Q27 — Division algorithm · medium · theory
If $x^4 + 2x^3 + 8x^2 + 12x + 18$ is divided by $x^2 + 5$, the remainder comes out to be $px + q$. The values of $p$ and $q$ are
A. $p = 3,\ q = 2$
B. $p = 2,\ q = 3$  ✓ Correct
C. $p = -2,\ q = 3$
D. $p = 2,\ q = -3$
Solution: Long division by $x^2 + 5$ gives quotient $x^2 + 2x + 3$ and remainder $2x + 3$. Check: $(x^2 + 5)(x^2 + 2x + 3) + (2x + 3) = x^4 + 2x^3 + 8x^2 + 10x + 15 + 2x + 3 = x^4 + 2x^3 + 8x^2 + 12x + 18$. Hence $p = 2$ and $q = 3$.
Q28 — Division algorithm · medium · theory
What must be subtracted from $x^3 + 5x^2 + 5x + 8$ so that the resulting polynomial is exactly divisible by $x^2 + 3x - 2$?
A. $x - 12$
B. $2x + 12$
C. $x + 12$  ✓ Correct
D. $x + 10$
Solution: Dividing $x^3 + 5x^2 + 5x + 8$ by $x^2 + 3x - 2$ gives quotient $x + 2$ and remainder $x + 12$. Subtracting the remainder makes the division exact: $x^3 + 5x^2 + 5x + 8 - (x + 12) = (x^2 + 3x - 2)(x + 2)$, which you can verify by expanding.
Q29 — Division algorithm · medium · theory
What must be added to $x^4 + 2x^3 - 2x^2 + x - 1$ so that the result is exactly divisible by $x^2 + 2x - 3$?
A. $x - 2$  ✓ Correct
B. $2 - x$
C. $x + 2$
D. $-x - 2$
Solution: On dividing $x^4 + 2x^3 - 2x^2 + x - 1$ by $x^2 + 2x - 3$, the quotient is $x^2 + 1$ and the remainder is $2 - x$. To make the remainder zero we must add its negative, i.e. add $x - 2$. Check: $x^4 + 2x^3 - 2x^2 + x - 1 + (x - 2) = (x^2 + 2x - 3)(x^2 + 1)$.
Q30 — Division algorithm · medium · theory
On dividing $x^3 - 3x^2 + x + 2$ by a polynomial $g(x)$, the quotient and remainder are $x - 2$ and $-2x + 4$ respectively. Then $g(x)$ is
A. $x^2 + x + 1$
B. $x^2 - x - 1$
C. $x^2 + x - 1$
D. $x^2 - x + 1$  ✓ Correct
Solution: From $p(x) = g(x)q(x) + r(x)$ we get $g(x) = \frac{p(x) - r(x)}{q(x)}$. Now $p(x) - r(x) = x^3 - 3x^2 + x + 2 - (-2x + 4) = x^3 - 3x^2 + 3x - 2$. Dividing this by $x - 2$ gives $g(x) = x^2 - x + 1$.