2023 CSAT — Q9
If and are both -digit numbers such that and are distinct non-zero digits such that , then what is the value of ?
Worked rationale
Add column by column and track carries — the digit sum falls out of the carry structure without ever pinning the individual digits.
The sum has units , tens , hundreds , thousands .
- Units: ends in . Distinct non-zero digits give , so (carry ). It cannot be (too small for two non-zero digits) or (too large).
- Tens: , so (carry ).
- Hundreds: , so (carry , which produces the leading of ). ✓
Therefore
Answer: (d) 31.
Why the other options miss
- A missed a case: takes all three columns to add to with no carry tracking, giving minus a further slip — ignores that the units column must reach .
- B an arithmetic slip: gets two columns right but mishandles one carry (e.g. instead of ), undershooting by then partially correcting.
- C off by one: treats every column as summing to (no carry into units), missing that to leave a units digit of .
Specialist insight
You never need the actual digits — only the column sums. The leading of is a pure carry, so the hundreds, tens, and units columns must read , , . Carry propagation forces the units to (not ) because two distinct non-zero digits cannot sum to . Adding the three column sums gives the answer; chasing specific assignments is the time trap.
The trap, in one line
Two distinct non-zero digits force the units column to (not ); columns read .