1. A student divides $x^3 + 4x^2 + x - 6$ by $x + 3$ and gets quotient $x^2 + x - 2$ with remainder $0$. Another student uses synthetic division and obtains the same result. Which statement best compares the two methods for this problem?
- A.Polynomial long division works only for linear divisors, while synthetic division works for any divisor
- B.Both methods produce identical results; synthetic division is a shortcut that works specifically for linear divisors of the form $x - c$
- C.Synthetic division is more accurate than polynomial long division for cubic dividends
- D.Polynomial long division cannot handle divisors with negative constants
View Answer
Answer: Both methods produce identical results; synthetic division is a shortcut that works specifically for linear divisors of the form $x - c$
Comparison of methods: Polynomial long division is a general algorithm that works for divisors of any degree. Synthetic division is an abbreviated version that only works for divisors of the form $x - c$ (linear binomials). Why the correct answer works: Option B correctly states that both methods yield identical results and that synthetic division is a streamlined shortcut restricted to linear divisors. Why distractors fail: Option A reverses the capabilities: long division works for any divisor, while synthetic division is limited. Option C is false—both methods are equally accurate when performed correctly. Option D is false—long division handles any divisor.