CSAT Solved Papers/ 2024/Q17
2024 CSAT — Q17
What is the rightmost digit preceding the zeros in the value of ?
Worked rationale
Strip the tens: . The factor is exactly thirty trailing zeros and nothing else, so the digit just before the zeros is the units digit of .
Units digit of cycles with period :
Find . The nd entry of the cycle is .
Answer: (d) 9.
Why the other options miss
- A an indexing slip on the cycle: takes but reads the cycle as -indexed from , or uses remainder last entry. Lands on the th-position digit ().
- B an indexing slip on the cycle: maps remainder to the first cycle entry (treats the remainder as a count starting at the wrong end), or computes as .
- C an arithmetic slip: misread as , giving the rd entry .
Specialist insight
The whole template is “factor out the s, then ride the unit-digit cycle of what’s left.” Any base ending in () splits cleanly into (digit); the rightmost non-zero digit is just the unit-digit power of that leading digit. Memorise the four cycles you actually need: , , , (all period ); have period ; are fixed. The one place people bleed marks is the indexing: I read the cycle as positions matching — so a remainder of means the last slot, not the first. Get that mapping once and every unit-digit item in the paper is a 20-second kill.
Mis-indexing the -cycle (off-by-one on ) — every wrong option here is a different indexing slip.