Zeroes & coefficients — Class 10 CBSE Mathematics MCQs with Solutions
Free Class 10 CBSE Mathematics Zeroes & coefficients MCQs with step-by-step solutions (64 questions). Part of Polynomials. Practise online on Prepizo — no login needed.
▶ Practise Zeroes & coefficients online (free)
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 — Zeroes & coefficients · medium · theory
If $\alpha$ and $\beta$ are the zeroes of $p(x) = x^2 - 5x + 6$, which relationship holds?
A. $\alpha + \beta = 5$ and $\alpha \beta = 6$ ✓ Correct
B. $\alpha + \beta = -5$ and $\alpha \beta = -6$
C. $\alpha + \beta = 5$ and $\alpha \beta = -6$
D. $\alpha + \beta = 6$ and $\alpha \beta = 5$
Solution: For $p(x) = x^2 - 5x + 6$, we have $a = 1$, $b = -5$, $c = 6$. Using Vieta's formulas: $\alpha + \beta = -\frac{b}{a} = -\frac{(-5)}{1} = 5$ and $\alpha \beta = \frac{c}{a} = \frac{6}{1} = 6$. Note: you could verify by factoring ($p(x) = (x - 2)(x - 3)$, so zeroes are 2 and 3, and indeed $2 + 3 = 5$ and $2 \times 3 = 6$), but the key is understanding the relationship from the formula.
Q7 — Zeroes & coefficients · medium · theory
A quadratic polynomial has zeroes $\alpha$ and $\beta$. If we know $\alpha + \beta = 7$, what must be the coefficient relationship in $p(x) = x^2 + bx + c$?
A. $b = -7$ ✓ Correct
B. $b = 7$
C. $c = -7$
D. $b$ and $c$ cannot be determined from this information alone
Solution: Using Vieta's formula $\alpha + \beta = -\frac{b}{a}$ with $a = 1$, we have $7 = -b$, so $b = -7$. We can determine $b$ uniquely from the sum of zeroes, but we cannot determine $c$ (the product of zeroes) from the sum alone — that would require additional information. The relationship between zeroes and the coefficient of $x$ is always fixed.
Q8 — Zeroes & coefficients · medium · theory
If $\alpha$ and $\beta$ are zeroes of a quadratic, and $\alpha + \beta = 4$ while $\alpha\beta = 3$, which quadratic polynomial has these zeroes?
A. $x^2 - 4x + 3$ ✓ Correct
B. $x^2 + 4x + 3$
C. $x^2 - 4x - 3$
D. $x^2 + 4x - 3$
Solution: If $\alpha$ and $\beta$ are zeroes, the polynomial can be written as $p(x) = a(x - \alpha)(x - \beta) = a[x^2 - (\alpha + \beta)x + \alpha\beta]$. With $a = 1$, $\alpha + \beta = 4$, and $\alpha\beta = 3$, we get $p(x) = x^2 - 4x + 3$. This demonstrates the reverse problem: given zeroes (or their sum and product), construct the polynomial. The key is understanding how Vieta's formulas work in both directions.
Q9 — Zeroes & coefficients · medium · theory
If $p(x) = x^2 + bx + c$ has zeroes $\alpha$ and $\beta$, which expression equals $(\alpha + \beta)^2 - 2\alpha\beta$?
A. $\alpha^2 + \beta^2$ ✓ Correct
B. $\alpha^2 - \beta^2$
C. $2\alpha\beta$
D. $(\alpha - \beta)^2$
Solution: Using the algebraic identity: $(\alpha + \beta)^2 = \alpha^2 + 2\alpha\beta + \beta^2$, so $\alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta$. This shows how to express the sum of squares of zeroes using Vieta's formulas. Since $\alpha + \beta = -b$ and $\alpha\beta = c$, we have $\alpha^2 + \beta^2 = (-b)^2 - 2c = b^2 - 2c$. This type of relationship (involving symmetric functions of zeroes) is fundamental in understanding polynomial structure.
Q10 — Zeroes & coefficients · medium · theory
If $\alpha$ and $\beta$ are the zeroes of $x^2 - 3x + 2$, which expression for $\frac{1}{\alpha} + \frac{1}{\beta}$ is correct?
A. $\frac{\alpha + \beta}{\alpha\beta} = \frac{3}{2}$ ✓ Correct
B. $\frac{\alpha\beta}{\alpha + \beta} = \frac{2}{3}$
C. $\alpha + \beta = 3$
D. $\alpha\beta = -2$
Solution: For $x^2 - 3x + 2$: $\alpha + \beta = 3$ and $\alpha\beta = 2$. So $\frac{1}{\alpha} + \frac{1}{\beta} = \frac{\alpha + \beta}{\alpha\beta} = \frac{3}{2}$. This demonstrates finding the sum of reciprocals of zeroes using Vieta's formulas. The key algebraic step is: $\frac{1}{\alpha} + \frac{1}{\beta} = \frac{\beta + \alpha}{\alpha\beta}$. This is a standard technique for converting relationships between zeroes into expressions in terms of coefficients.
Q11 — 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.
Q12 — 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.
Q13 — Zeroes & coefficients · medium · theory
The zeros of the quadratic polynomial $x^2 - 3x - 10$ are:
A. A) $-5, 2$
B. B) $5, -2$ ✓ Correct
C. C) $5, 2$
D. D) $-5, -2$
Solution: Set $p(x) = 0$ and factorize by splitting the middle term: $x^2 - 5x + 2x - 10 = 0$. Factor: $(x - 5)(x + 2) = 0$. Therefore $x = 5$ or $x = -2$.
Q14 — Zeroes & coefficients · medium · theory
If one zero of the quadratic polynomial $3x^2 + 8x + k$ is the reciprocal of the other, then the value of $k$ is:
A. A) $-3$
B. B) $\frac{1}{3}$
C. C) $3$ ✓ Correct
D. D) $8$
Solution: Let the zeros be $\alpha$ and $\frac{1}{\alpha}$. Product of zeros = $\frac{k}{3}$. Since $\alpha \cdot \frac{1}{\alpha} = 1$, we have $1 = \frac{k}{3}$, so $k = 3$.
Q15 — Zeroes & coefficients · medium · theory
A quadratic polynomial whose zeros are $2 + \sqrt{3}$ and $2 - \sqrt{3}$ is:
A. A) $x^2 - 4x + 1$ ✓ Correct
B. B) $x^2 + 4x + 1$
C. C) $x^2 - 4x - 1$
D. D) $x^2 - 2x + 3$
Solution: Sum of zeros: $S = (2 + \sqrt{3}) + (2 - \sqrt{3}) = 4$. Product of zeros: $P = (2 + \sqrt{3})(2 - \sqrt{3}) = 4 - 3 = 1$. Polynomial: $x^2 - 4x + 1$.
Q16 — Zeroes & coefficients · medium · theory
If $\alpha$ and $\beta$ are the zeros of $p(x) = x^2 - 5x + 6$, then the value of $\frac{1}{\alpha} + \frac{1}{\beta}$ is:
A. A) $\frac{5}{6}$ ✓ Correct
B. B) $-\frac{5}{6}$
C. C) $\frac{6}{5}$
D. D) $\frac{1}{6}$
Solution: From $p(x) = x^2 - 5x + 6$: $\alpha + \beta = 5$ and $\alpha\beta = 6$. Evaluate: $\frac{1}{\alpha} + \frac{1}{\beta} = \frac{\alpha + \beta}{\alpha\beta} = \frac{5}{6}$.
Q17 — Zeroes & coefficients · medium · theory
If the graph of a quadratic polynomial $y = ax^2 + bx + c$ touches the $x$-axis at exactly one point, then the polynomial has:
A. A) Two distinct real zeros
B. B) No real zeros
C. C) Two equal real zeros ✓ Correct
D. D) More than two real zeros
Solution: When a parabola touches the $x$-axis at exactly one point, the discriminant $b^2 - 4ac = 0$, which means the polynomial has two equal (coincident) real zeros.
Q18 — Zeroes & coefficients · medium · theory
If the sum of the zeros of the quadratic polynomial $kx^2 + 2x + 3k$ is equal to their product, then $k$ equals:
A. A) $\frac{2}{3}$
B. B) $-\frac{2}{3}$ ✓ Correct
C. C) $\frac{1}{3}$
D. D) $-\frac{1}{3}$
Solution: Sum of zeros: $-\frac{2}{k}$. Product of zeros: $\frac{3k}{k} = 3$. Given sum = product: $-\frac{2}{k} = 3$. Solve: $3k = -2$, so $k = -\frac{2}{3}$.
Q19 — Zeroes & coefficients · medium · theory
If $\alpha$ and $\beta$ are the zeros of $4x^2 - 3x - 7$, then the value of $\alpha + \beta + \alpha\beta$ is:
A. A) $-1$ ✓ Correct
B. B) $1$
C. C) $-\frac{1}{4}$
D. D) $\frac{7}{4}$
Solution: From $4x^2 - 3x - 7$: $\alpha + \beta = \frac{3}{4}$ and $\alpha\beta = -\frac{7}{4}$. Calculate: $\alpha + \beta + \alpha\beta = \frac{3}{4} - \frac{7}{4} = -1$.
Q20 — Zeroes & coefficients · medium · theory
The number of polynomials having zeros as $-2$ and $5$ is:
A. A) $1$
B. B) $2$
C. C) $3$
D. D) More than $3$ (Infinitely many) ✓ Correct
Solution: The general form of a quadratic polynomial with given zeros $\alpha$ and $\beta$ is $p(x) = k[x^2 - (\alpha + \beta)x + \alpha\beta]$ where $k$ is any non-zero real constant. Since $k$ can take infinitely many values, there are infinitely many polynomials.
Q21 — Zeroes & coefficients · medium · theory
If the product of the zeros of $x^2 - 4x + k$ is $3$, then the value of $k$ is:
A. A) $4$
B. B) $-3$
C. C) $3$ ✓ Correct
D. D) $12$
Solution: For $p(x) = x^2 - 4x + k$, the product of zeros equals $k$. Given that the product is $3$, therefore $k = 3$.
Q22 — Zeroes & coefficients · medium · theory
A quadratic polynomial whose sum and product of zeros are $-3$ and $2$ respectively is:
A. A) $x^2 - 3x + 2$
B. B) $x^2 + 3x + 2$ ✓ Correct
C. C) $x^2 + 3x - 2$
D. D) $-x^2 + 3x + 2$
Solution: Using formula $x^2 - Sx + P$ where $S$ is sum and $P$ is product: $x^2 - (-3)x + 2 = x^2 + 3x + 2$.
Q23 — Zeroes & coefficients · medium · theory
If $\alpha, \beta$ are zeros of $p(x) = 2x^2 + 7x + 5$, then the value of $\alpha^2 + \beta^2$ is:
A. A) $\frac{29}{4}$ ✓ Correct
B. B) $\frac{49}{4}$
C. C) $\frac{9}{4}$
D. D) $\frac{19}{4}$
Solution: From $2x^2 + 7x + 5$: $\alpha + \beta = -\frac{7}{2}$ and $\alpha\beta = \frac{5}{2}$. Using $\alpha^2 + \beta^2 = (\alpha + \beta)^2 - 2\alpha\beta = \frac{49}{4} - 5 = \frac{29}{4}$.
Q24 — Zeroes & coefficients · medium · theory
If the zeros of the polynomial $x^2 + (a+1)x + b$ are $2$ and $-3$, then:
A. A) $a = -7, b = -1$
B. B) $a = 5, b = -1$
C. C) $a = 0, b = -6$ ✓ Correct
D. D) $a = 2, b = -6$
Solution: Sum of zeros: $2 + (-3) = -1 = -(a+1)$, so $a + 1 = 1$ and $a = 0$. Product of zeros: $2 \times (-3) = -6 = b$.
Q25 — Zeroes & coefficients · medium · theory
If one zero of $a x^2 + b x + c$ is negative of the other, then:
A. A) $b = 0$ ✓ Correct
B. B) $c = 0$
C. C) $a = 0$
D. D) $b = c$
Solution: Let zeros be $\alpha$ and $-\alpha$. Their sum is $\alpha + (-\alpha) = 0$. Using sum formula: $-\frac{b}{a} = 0$, therefore $b = 0$.
Q26 — Zeroes & coefficients · medium · theory
If $\alpha, \beta$ are the zeros of $x^2 - 4x + 1$, then $\alpha^3 + \beta^3$ is:
A. A) $52$ ✓ Correct
B. B) $48$
C. C) $64$
D. D) $40$
Solution: From $x^2 - 4x + 1$: $\alpha + \beta = 4$ and $\alpha\beta = 1$. Using $\alpha^3 + \beta^3 = (\alpha + \beta)^3 - 3\alpha\beta(\alpha + \beta) = 64 - 3(1)(4) = 64 - 12 = 52$.
Q27 — Zeroes & coefficients · medium · theory
The zeroes of the quadratic polynomial $x^2 + 99x + 127$ are:
A. A) both positive
B. B) both negative ✓ Correct
C. C) one positive and one negative
D. D) equal
Solution: Sum of zeros: $\alpha + \beta = -99$ (negative). Product of zeros: $\alpha\beta = 127$ (positive). Since the product is positive, both zeros have the same sign. Since their sum is negative, both zeros must be negative.
Q28 — Zeroes & coefficients · medium · theory
If $p(x)$ is a polynomial of degree $n$, then $p(x) = 0$ can have at most:
A. A) $n-1$ real roots
B. B) $n$ real roots ✓ Correct
C. C) $n+1$ real roots
D. D) $2n$ real roots
Solution: By the Fundamental Theorem of Algebra, a polynomial of degree $n$ has at most $n$ real zeros (roots).
Q29 — Zeroes & coefficients · medium · theory
If $\alpha, \beta$ are zeros of $3x^2 - 6x + 4$, then the value of $\frac{\alpha}{\beta} + \frac{\beta}{\alpha}$ is:
A. A) $1$ ✓ Correct
B. B) $-1$
C. C) $\frac{1}{3}$
D. D) $-\frac{1}{3}$
Solution: From $3x^2 - 6x + 4$: $\alpha + \beta = 2$ and $\alpha\beta = \frac{4}{3}$. Calculate: $\frac{\alpha}{\beta} + \frac{\beta}{\alpha} = \frac{\alpha^2 + \beta^2}{\alpha\beta} = \frac{4 - \frac{8}{3}}{\frac{4}{3}} = \frac{\frac{4}{3}}{\frac{4}{3}} = 1$.
Q30 — Zeroes & coefficients · medium · theory
If $\alpha, \beta$ are zeros of $x^2 + x - 2$, then $\frac{1}{\alpha} - \frac{1}{\beta}$ is equal to:
A. A) $\pm \frac{3}{2}$ ✓ Correct
B. B) $\pm \frac{2}{3}$
C. C) $\pm \frac{1}{2}$
D. D) $\pm 3$
Solution: From $x^2 + x - 2$: $\alpha + \beta = -1$ and $\alpha\beta = -2$. Calculate: $(\alpha - \beta)^2 = (\alpha + \beta)^2 - 4\alpha\beta = 1 + 8 = 9$, so $\alpha - \beta = \pm 3$. Therefore $\frac{1}{\alpha} - \frac{1}{\beta} = \frac{\beta - \alpha}{\alpha\beta} = \frac{\mp 3}{-2} = \pm \frac{3}{2}$.