CSAT Solved Papers/ 2023/Q9

2023 CSAT — Q9

Quant Number theory 2.5 marks Medium

If ABCABC and DEFDEF are both 33-digit numbers such that A,B,C,D,EA, B, C, D, E and FF are distinct non-zero digits such that ABC+DEF=1111ABC + DEF = 1111, then what is the value of A+B+C+D+E+FA + B + C + D + E + F?

  1. A 28
  2. B 29
  3. C 30
  4. D 31 Answer

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 11111111 has units 11, tens 11, hundreds 11, thousands 11.

  • Units: C+FC + F ends in 11. Distinct non-zero digits give C+F1+2=3C + F \ge 1 + 2 = 3, so C+F=11C + F = 11 (carry 11). It cannot be 11 (too small for two non-zero digits) or 2121 (too large).
  • Tens: B+E+1=1B + E + 1 = \dots 1, so B+E+1=11B+E=10B + E + 1 = 11 \Rightarrow B + E = 10 (carry 11).
  • Hundreds: A+D+1=1A + D + 1 = \dots 1, so A+D+1=11A+D=10A + D + 1 = 11 \Rightarrow A + D = 10 (carry 11, which produces the leading 11 of 11111111). ✓

Therefore

A+B+C+D+E+F=(A+D)+(B+E)+(C+F)=10+10+11=31.A + B + C + D + E + F = (A+D) + (B+E) + (C+F) = 10 + 10 + 11 = 31.

Answer: (d) 31.

Why the other options miss

  • A
    missed a case: takes all three columns to add to 1010 with no carry tracking, giving 3030 minus a further slip — ignores that the units column must reach 1111.
  • B
    an arithmetic slip: gets two columns right but mishandles one carry (e.g. C+F=10C+F=10 instead of 1111), undershooting by 22 then partially correcting.
  • C
    off by one: treats every column as summing to 1010 (no carry into units), missing that C+F=11C + F = 11 to leave a units digit of 11.

Specialist insight

You never need the actual digits — only the column sums. The leading 11 of 11111111 is a pure carry, so the hundreds, tens, and units columns must read A+D=10A+D=10, B+E=10B+E=10, C+F=11C+F=11. Carry propagation forces the units to 1111 (not 11) because two distinct non-zero digits cannot sum to 11. 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 1111 (not 11); columns read 10+10+11=3110+10+11=31.

← All 2023 CSAT questions