CSAT Solved Papers/ 2025/Q18

2025 CSAT — Q18

Quant Number theory 2.5 marks Hard

A 44-digit number NN is such that when divided by 33, 55, 66, 99 leaves a remainder 11, 33, 44, 77 respectively. What is the smallest value of NN?

  1. A 1068
  2. B 1072
  3. C 1078 Answer
  4. D 1082

Worked rationale

Translate to congruences and drop the redundant moduli first. N7(mod9)N \equiv 7 \pmod 9 already forces N1(mod3)N \equiv 1 \pmod 3 (since 71(mod3)7 \equiv 1 \pmod 3), so the mod-33 condition is free. The mod-66 condition N4(mod6)N \equiv 4 \pmod 6 means NN is even and N1(mod3)N \equiv 1 \pmod 3 (consistent). So the binding conditions are:

N7(mod9),N3(mod5),N even.N \equiv 7 \pmod 9, \qquad N \equiv 3 \pmod 5, \qquad N \text{ even.}

Combine mod 99 and mod 55 (CRT, lcm 4545): solve N7(mod9)N \equiv 7 \pmod 9 and N3(mod5)N\equiv 3\pmod5. Listing 7,16,25,34,43,7,16,25,34,43,\dots, the value 4343 satisfies 433(mod5)43 \equiv 3 \pmod 5. So N43(mod45)N \equiv 43 \pmod{45}.

Now impose even: 4343 is odd, so add 4545 to get 8888 (even); the joint period is lcm(45,2)=90\operatorname{lcm}(45,2) = 90, giving N88(mod90)N \equiv 88 \pmod{90}. (Check mod 66: $88 = 14\cdot6

  • 4$ ✓.)

Smallest 44-digit: N=90k+881000k10.13k=11N = 90k + 88 \ge 1000 \Rightarrow k \ge 10.13 \Rightarrow k = 11:

N=90×11+88=1078.N = 90 \times 11 + 88 = 1078.

Verify: 1078=3359+1, 5215+3, 6179+4, 9119+71078 = 3\cdot359+1,\ 5\cdot215+3,\ 6\cdot179+4,\ 9\cdot119+7 — all four ✓.

Answer: (c) 1078.

Why the other options miss

  • A
    checked some conditions and stopped: 10683(mod5)1068 \equiv 3 \pmod 5? 1068=5213+31068 = 5\cdot213+3 ✓, but 1068mod9=671068 \bmod 9 = 6 \ne 7 — satisfies some conditions, fails mod 99 (the redundancy trap).
  • B
    an arithmetic slip: 1072mod9=171072 \bmod 9 = 1 \ne 7; arises from using N1(mod3)N\equiv 1 \pmod 3 alone and forgetting the stronger mod-99 condition.
  • D
    overshot the next value: takes 1078+41078 + 4 or the next term, overshooting the smallest valid value (the next one is 1078+90=11681078 + 90 = 1168, not 10821082).

Specialist insight

The exam-fast move is culling redundant moduli before any CRT work: mod 99 swallows mod 33, and mod 66 splits into “even” plus a mod-33 fact already covered — so four conditions collapse to two congruences and a parity. Notice too the common deficiency: each remainder is exactly 22 short of the divisor (31, 53, 64, 97=23{-}1,\ 5{-}3,\ 6{-}4,\ 9{-}7 = 2), so N+2N+2 is divisible by all of 3,5,6,93,5,6,9, i.e. N+20(modlcm=90)N+2 \equiv 0 \pmod{\operatorname{lcm}=90}, giving N288(mod90)N \equiv -2 \equiv 88 \pmod{90} in one line. Spotting the uniform deficiency is the elegant shortcut that beats brute CRT and is exactly the structural eye CSAT rewards.

The trap, in one line

Every remainder is 22 below its divisor, so N+20(modlcm(3,5,6,9)=90)N + 2 \equiv 0 \pmod{\operatorname{lcm}(3,5,6,9)=90} — giving N88(mod90)N \equiv 88 \pmod{90}, smallest 44-digit =1078= 1078.

← All 2025 CSAT questions