CSAT Solved Papers/ 2025/Q46
2025 CSAT — Q46
If is a natural number, then what is the number of distinct remainders of when divided by ?
Worked rationale
always. The behaviour of has a tiny case-split:
- : , so .
- : is divisible by , so , giving .
So as ranges over all naturals, takes exactly the values — two distinct remainders.
Answer: (c) 2.
Why the other options miss
- A solved the wrong question: thinks the expression is always divisible by (remainder always ), missing both actual residues.
- B missed a case: evaluates only (always remainder ) and forgets the special case giving remainder .
- D missed a case: imagines cycles through producing more residues, not realising it settles to for all .
Specialist insight
The crux is that does not cycle — it is once () and then forever (). Most modular-power items have a periodic cycle; this one has a transient then a constant, and the entire difficulty is remembering the lone case. Always test the smallest exponents explicitly () before declaring a pattern — here is the only source of the second residue. The answer is the size of the residue set , which is . A quick discipline: when a base shares a factor with the modulus ( and ), expect the powers to collapse to , not to cycle.
is only at then for all — so the sum hits just , two distinct remainders (don't forget ).