1. During polynomial long division of $x^3 + 2x^2 - 5x + 1$ by $x - 3$, a student obtains $x^2 + 5x + 10$ with remainder $31$. Without redoing the division, which quick check determines whether this is correct?
- A.Verify that the degree of the quotient equals the degree of the dividend minus one
- B.Evaluate the dividend at $x = 3$ and check if the result equals $31$
- C.Add all coefficients of the quotient and compare to the dividend's leading coefficient
- D.Check that the sum of all coefficients in the quotient equals those in the dividend
View Answer
Answer: Evaluate the dividend at $x = 3$ and check if the result equals $31$
Apply the Remainder Theorem connection: When dividing by a linear divisor $(x - c)$, the remainder equals $P(c)$. Here $c = 3$, so the remainder should equal $P(3) = 27 + 18 - 15 + 1 = 31$. Why the correct answer works: Option B uses the Remainder Theorem: $P(3) = 3^3 + 2(3^2) - 5(3) + 1 = 27 + 18 - 15 + 1 = 31$, which matches the claimed remainder. This is a quick verification without redoing the full division. Why distractors fail: Option A only checks the degree, not the correctness of coefficients. Options C and D propose invalid verification methods that have no mathematical basis.