1. A student claims that the quotient when $x^6 - 1$ is divided by $x^2 - 1$ is $x^4 + x^2 + 1$. Evaluate this claim.
- A.Incorrect; the quotient should be $x^4 - x^2 + 1$
- B.Correct; $(x^2-1)(x^4+x^2+1) = x^6 - 1$
- C.Incorrect; there should be a non-zero remainder
- D.Incorrect; the quotient should be $x^4 + x^3 + x^2 + x + 1$
View Answer
Answer: Correct; $(x^2-1)(x^4+x^2+1) = x^6 - 1$
Verify by multiplication: $(x^2-1)(x^4+x^2+1) = x^6 + x^4 + x^2 - x^4 - x^2 - 1 = x^6 - 1$. ✓ Pattern recognition: This uses the factorization $a^3 - b^3 = (a-b)(a^2+ab+b^2)$ with $a = x^2$ and $b = 1$: $x^6 - 1 = (x^2)^3 - 1^3 = (x^2-1)(x^4+x^2+1)$. Why distractors fail: Option A gives $x^4 - x^2 + 1$, and $(x^2-1)(x^4-x^2+1)=x^6-x^4+x^2-x^4+x^2-1=x^6-2x^4+2x^2-1 \neq x^6-1$. Option C is wrong because the division is exact. Option D gives the quotient of $x^5-1$ divided by $x-1$, not this problem.