CSAT Solved Papers/ 2025/Q67

2025 CSAT — Q67

Quant Number theory 2.5 marks Medium

What is the remainder when 93+94+95+96++91009^3 + 9^4 + 9^5 + 9^6 + \ldots + 9^{100} is divided by 66?

  1. A 0 Answer
  2. B 1
  3. C 2
  4. D 3

Worked rationale

Reduce the base mod 66 first: 93(mod6)9 \equiv 3 \pmod 6. Then every power behaves the same:

9k3k(mod6),31=3, 32=93, 33333,9^k \equiv 3^k \pmod 6, \qquad 3^1 = 3,\ 3^2 = 9 \equiv 3,\ 3^3 \equiv 3 \cdot 3 \equiv 3, \dots

so 9k3(mod6)9^k \equiv 3 \pmod 6 for every k1k \ge 1 (multiplying 33 by 33 stays 3\equiv 3).

Count the terms: from k=3k = 3 to k=100k = 100 that is 1003+1=98100 - 3 + 1 = 98 terms, each 3\equiv 3:

sum98×3=2940(mod6)(294=49×6).\text{sum} \equiv 98 \times 3 = 294 \equiv 0 \pmod 6 \quad (294 = 49 \times 6).

Answer: (a) 0.

Why the other options miss

  • B
    an arithmetic slip: mis-counts the terms (e.g. 9797 terms ×3=2913\times 3 = 291 \equiv 3, then a further slip), or mishandles 294mod6294 \bmod 6.
  • C
    an arithmetic slip: takes the per-term residue as 22 (confusing 9mod69 \bmod 6 with 9mod79 \bmod 7 or similar) and propagates the error.
  • D
    counted one too few: counts an odd number of terms (so the total 3\equiv 3), the classic fence-post error from 1003=97100 - 3 = 97 instead of 9898.

Specialist insight

Two moves win modular-sum items. First, collapse the base: 939 \equiv 3 and 3k3(mod6)3^k \equiv 3 \pmod 6 for all kk — a constant residue, not a cycle, because 33 is a fixed point of multiplication-by-33 mod 66. Second, count terms with fence-post care: k=3k=3 to k=100k=100 inclusive is 9898 terms, and the parity of that count decides everything (9898 threes sum to a multiple of 66; 9797 would leave 33). The (d) distractor is engineered for exactly the off-by-one term count, so write 1003+1100 - 3 + 1 deliberately. Reducing each term to a constant turns a 9898-term sum into a single multiplication.

The trap, in one line

9k3(mod6)9^k \equiv 3 \pmod 6 for all kk; the answer hinges on the term count 1003+1=98100-3+1 = 98 (even) 98×3=2940\Rightarrow 98\times3 = 294 \equiv 0 — an off-by-one gives the planted 33.

← All 2025 CSAT questions