2021 CSAT — Q6
The number is divisible by . What is the value of the digit ?
Worked rationale
Work modulo using the place-value weights , which cycle with period :
Read the digits of from the units place up: with weights :
Now , so we need
The only digit is .
Answer: (b) 6.
Why the other options miss
- A an arithmetic slip: a single weight or carry mis-added in the mod- sum, landing on the wrong residue.
- C solved the wrong question: is not even a valid digit-by-digit fix here; chosen because the divisor is (a lure), not because the arithmetic forces it.
- D an arithmetic slip: drops or mis-weights one of the higher place values, shifting the required .
Specialist insight
For divisibility by there is no one-line digit-sum rule, so the scoring method is the place-value cycle (period ). Tabulate weights against digits from the units up, sum once, and solve a single congruence in . The structure is clean: since , it collapses to . Resist the urge to do trial long-division on each option under the clock — the congruence is faster and less error-prone.
The trap, in one line
Weighted sum ; force (b).