How many positive integer divisors of are perfect squares or perfect cubes (or both)?
- A)
- B)
- C)
- D)
- E)
Answer
C
Key insight
Since 201 = 3 x 67, divisors are 3^a 67^b; squares need both exponents even (25), cubes need multiples of 3 (16), overlap is sixth powers (4).
Solution
Since , we have , and every divisor has the form with .
- Perfect squares: and both even. The even values in are , five choices each, giving .
- Perfect cubes: and both multiples of : , four choices each, giving .
- Both (perfect sixth powers): , giving .
By inclusion-exclusion, the count is .
The answer is .
Why this works
A divisor of is a perfect th power exactly when each exponent is a multiple of , so counting such divisors is counting exponent pairs, and "square or cube" is a union of two sets whose intersection is the sixth powers. Always factor the base first: is not prime, and its two prime factors are what make the count two-dimensional.
The trap
Forgetting to subtract the divisors that are both squares and cubes (sixth powers), which gives 41, or treating 201 as prime.
Common mistakes
- Forgetting to subtract the divisors that are both squares and cubes (sixth powers), which gives 41, or treating 201 as prime.
- Counting even exponents as (omitting ) or multiples of as (omitting or ), which produces or .
Techniques
Set up the equation/formula and compute; no special trick needed