Division algorithm — Class 10 CBSE Mathematics MCQs with Solutions
Free Class 10 CBSE Mathematics Division algorithm MCQs with step-by-step solutions (19 questions). Part of Polynomials. Practise online on Prepizo — no login needed.
▶ Practise Division algorithm online (free)
Questions with solutions
Q1 — 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)$.
Q2 — 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.
Q3 — 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.
Q4 — Division algorithm · medium · theory
A polynomial $p(x) = 2x^3 + px^2 + qx + 8$ is divisible by both $(x - 1)$ and $(x + 2)$. What can we say about $p(1)$ and $p(-2)$?
A. $p(1) = 0$ and $p(-2) = 0$ ✓ Correct
B. $p(1) = 8$ and $p(-2) = 8$
C. $p(1) \neq 0$ and $p(-2) \neq 0$
D. We cannot determine without knowing $p$ and $q$
Solution: By the Factor Theorem, if $(x - 1)$ divides $p(x)$, then $p(1) = 0$. Similarly, if $(x + 2)$ divides $p(x)$, then $p(-2) = 0$. Divisibility directly implies the corresponding points are zeroes. This relationship holds regardless of the values of $p$ and $q$ — divisibility *determines* that these values must be zeroes.
Q5 — Division algorithm · medium · theory
When $p(x) = x^3 + 2x^2 + kx + 6$ is divided by $(x - 1)$, the remainder is 10. Based on the Remainder Theorem, what must be true?
A. $p(1) = 10$ ✓ Correct
B. $p(1) = 6$
C. $p(10) = 1$
D. The quotient is a quadratic
Solution: The Remainder Theorem states that the remainder when $p(x)$ is divided by $(x - a)$ equals $p(a)$. Here, dividing by $(x - 1)$ gives remainder 10, so $p(1) = 10$. This means we can set up the equation $1 + 2 + k + 6 = 10$, which gives $k = 1$. The theorem directly converts a divisibility statement into a condition on the polynomial's value.
Q6 — Division algorithm · medium · theory
A cubic polynomial has one real zero at $x = 2$ and has a remainder of 5 when divided by $(x + 1)$. Which statement must be true?
A. $(x - 2)$ is a factor and $p(-1) = 5$ ✓ Correct
B. $(x + 2)$ is a factor and $p(-1) = -5$
C. The polynomial has exactly three real zeroes
D. The remainder when divided by $(x - 2)$ is zero
Solution: If $x = 2$ is a zero, then by the Factor Theorem, $(x - 2)$ is a factor, making $p(2) = 0$. If the remainder when dividing by $(x + 1)$ is 5, then by the Remainder Theorem, $p(-1) = 5$. These two statements follow directly from applying the relevant theorems. Note: a cubic might have one real zero and two complex conjugate zeroes, so we can't say it has three real zeroes.
Q7 — 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.
Q8 — 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.
Q9 — 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.
Q10 — 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.
Q11 — 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.
Q12 — 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$.
Q13 — Division algorithm · medium · theory
If $x = 1$ is a zero of $p(x) = ax^2 - 3(a-1)x - 1$, then the value of $a$ is:
A. A) $1$ ✓ Correct
B. B) $2$
C. C) $-1$
D. D) $\frac{1}{2}$
Solution: Since $x = 1$ is a zero, $p(1) = 0$. Substitute: $a(1)^2 - 3(a - 1)(1) - 1 = 0$. Simplify: $a - 3a + 3 - 1 = 0$. Therefore $-2a + 2 = 0$, so $a = 1$.
Q14 — Division algorithm · medium · theory
If one zero of the quadratic polynomial $x^2 + 3x + k$ is $2$, then the value of $k$ is:
A. A) $10$
B. B) $-10$ ✓ Correct
C. C) $-7$
D. D) $-2$
Solution: Since $x = 2$ is a zero, $p(2) = 0$. Substitute: $(2)^2 + 3(2) + k = 0$. Simplify: $4 + 6 + k = 0$, so $k = -10$.
Q15 — Division algorithm · medium · theory
The value of $p$ for which $(x-2)$ is a factor of $x^2 - 5x + p$ is:
A. A) $6$ ✓ Correct
B. B) $-6$
C. C) $3$
D. D) $-3$
Solution: By the Factor Theorem, if $(x-2)$ is a factor, then $p(2) = 0$. Substitute: $2^2 - 5(2) + p = 0$. Simplify: $4 - 10 + p = 0$, so $p = 6$.
Q16 — Division algorithm · medium · theory
A linear polynomial $ax + b$ has its zero at:
A. A) $\frac{b}{a}$
B. B) $-\frac{b}{a}$ ✓ Correct
C. C) $-\frac{a}{b}$
D. D) $\frac{a}{b}$
Solution: Set $ax + b = 0$. Solve: $ax = -b$, so $x = -\frac{b}{a}$.
Q17 — Division algorithm · medium · theory
Which of the following is NOT a polynomial?
A. A) $x^2 + \sqrt{2}x + 3$
B. B) $x + \frac{2}{x}$ ✓ Correct
C. C) $3x^{3/2} \cdot x^{1/2} + 5$
D. D) $\frac{x^2}{2} - \frac{2}{x^2}$
Solution: A polynomial cannot contain negative or fractional powers of the variable. Option B: $x + 2x^{-1}$ contains $x^{-1}$ (negative exponent), so it is not a polynomial.
Q18 — Division algorithm · hard · theory
If $x+a$ is a factor of $2x^2 + 2ax + 5x + 10$, then $a = $:
A. A) $2$ ✓ Correct
B. B) $-2$
C. C) $5$
D. D) $-5$
Solution: If $(x+a)$ is a factor, then $p(-a) = 0$. Substitute: $2(-a)^2 + 2a(-a) + 5(-a) + 10 = 0$. Simplify: $2a^2 - 2a^2 - 5a + 10 = 0$, so $-5a + 10 = 0$ and $a = 2$.
Q19 — Division algorithm · hard · theory
If $x^2 - 1$ is a factor of $a x^4 + b x^3 + c x^2 + d x + e$, then:
A. A) $a + c + e = b + d = 0$
B. B) $a + b + e = c + d$
C. C) $a + c + e = 0$ and $b + d = 0$ ✓ Correct
D. D) $a + b + c + d + e = 0$
Solution: Since $x^2 - 1 = (x - 1)(x + 1)$, both $x = 1$ and $x = -1$ are roots. At $x = 1$: $a + b + c + d + e = 0$. At $x = -1$: $a - b + c - d + e = 0$, which simplifies to $(a + c + e) - (b + d) = 0$. Combining: $a + c + e = 0$ and $b + d = 0$.