For how many positive integers does evenly divide ?
- A)
- B)
- C)
- D)
- E)
Answer
B
Key insight
Since 1 + ... + n = n(n+1)/2, the quotient 6n divided by it is 12/(n+1), so n + 1 must be a divisor of 12 greater than 1.
Solution
The sum is . The requirement is that
be an integer, i.e. divides .
The divisors of are . Since , we need , leaving and .
Quick check of the largest: and , so it divides. There are values.
The answer is .
Why this works
Replacing the sum by its closed form turns a divisibility statement about a sequence into a divisibility statement about . Whenever a condition reduces to " is an integer," the answer is a divisor count of , filtered by whatever range can take.
The trap
Counting all six divisors of 12 and answering 6 (not a choice) or forgetting to exclude n + 1 = 1.
Common mistakes
- Counting all six divisors of 12 and answering 6 (not a choice) or forgetting to exclude n + 1 = 1.
- Simplifying to (dropping the factor of ), which gives only and answer (A).
Techniques
Set up the equation/formula and compute; no special trick needed