Prepizo
Learn › Class 10 CBSE · Mathematics › Polynomials › Zeroes & coefficients

Zeroes & coefficients — Class 10 CBSE Mathematics MCQs with Solutions

Free Class 10 CBSE Mathematics Zeroes & coefficients MCQs with step-by-step solutions (15 questions). Part of Polynomials. Practise online on Prepizo — no login needed.

▶ Practise Zeroes & coefficients online (free)

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 — 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$.
Q7 — 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}$.
Q8 — 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$.
Q9 — 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}$.
Q10 — 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$.
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$.