CSAT Solved Papers/ 2023/Q25
2023 CSAT — Q25
Let be a positive integer such that is divisible by . How many values of are possible?
Worked rationale
If , then since , we must have . Conversely every divisor of works. So the number of valid equals the number of positive divisors of .
Factorise: . The divisor count is
Answer: (c) 12.
Why the other options miss
- A mishandled a repeated factor: mis-factors (e.g. ) or applies the exponent rule to a wrong exponent, undercounting divisors.
- B off by one: computes then drops or as “trivial,” or forgets to add to one exponent.
- D solved the wrong question: reasons ” is always divisible by , so any works,” forgetting the term that pins .
Specialist insight
The whole problem is the one-line reduction (subtract the obvious multiple ). Then it is a pure divisor-count: . The seductive wrong answer is (d) “infinitely many,” which catches anyone who sees only the and misses that the constant bounds the divisors. CSAT routinely hides a divisor-count behind a divisibility phrasing.
The trap, in one line
; has divisors (c).