2021 CSAT — Q5
If is divided by , then what is the remainder?
Worked rationale
The remainder on division by is just the units digit. Powers of cycle with period :
so the units digits run
Find : , so . The third entry of the cycle is .
Answer: (c) 7.
Why the other options miss
- A counted one slot off: takes (the slot), miscounting the cycle position.
- B counted one slot off: reads , landing on .
- D counted one slot off: reads , landing on .
Specialist insight
Every “remainder mod of a power” question is a cyclicity question. The only real work is the exponent reduced modulo the cycle length ( for ), and the one place students bleed marks is the fencepost: the cycle is for exponents , so a remainder of in means the 3rd entry, not "". Map the residue to the slot, not to the digit.
The trap, in one line
picks the 3rd unit-digit in , which is (c).