Difficulty: Easy
Correct Answer: Any positive integer n (n ∈ ℕ)
Explanation:
Given data
Concept / Approach
Step-by-step reasoning
Since x^n − a^n has (x − a) as a factor for any n ≥ 1, the quotient is the (n−1)-term geometric sum shown above.
Verification
Check n = 1: x − a is trivially divisible by x − a.Check n = 2: x^2 − a^2 = (x − a)(x + a).
Common pitfalls
Final Answer
Any positive integer n.
Discussion & Comments