CSAT Solved Papers/ 2023/Q74

2023 CSAT — Q74

Quant Number theory 2.5 marks Easy

What is the remainder if 21922^{192} is divided by 66?

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

Worked rationale

List the powers of 22 mod 66 to find the cycle:

21≡2,22≡4,23≡8≡2,24≡4, …(mod6).2^1 \equiv 2,\quad 2^2 \equiv 4,\quad 2^3 \equiv 8 \equiv 2,\quad 2^4 \equiv 4,\ \dots \pmod 6.

From 212^1 onward the residues alternate 2,4,2,4,…2, 4, 2, 4, \dots — odd exponents give 22, even exponents give 44.

Since 192192 is even,

2192≡4(mod6).2^{192} \equiv 4 \pmod 6.

Answer: (d) 4.

Why the other options miss

  • A
    solved the wrong question: assumes 6∣21926 \mid 2^{192} because 2∣21922 \mid 2^{192}, forgetting 6=2⋅36 = 2\cdot 3 and 3∤21923 \nmid 2^{192}.
  • B
    a remainder-rule slip: misapplies a Fermat/Euler idea (2ϕ(6)≡12^{\phi(6)} \equiv 1 is false since gcd⁡(2,6)≠1\gcd(2,6)\ne 1), wrongly concluding remainder 11.
  • C
    off by one: reads the cycle for an odd exponent (giving 22), mismatching the even 192192.

Specialist insight

The trap is that Euler’s theorem does not apply — 22 and 66 are not coprime — so don’t reach for 2ϕ(6)≡12^{\phi(6)}\equiv 1. Instead just list the residues: 2n mod 62^n \bmod 6 is 22 for odd nn and 44 for even nn (for n≥1n \ge 1). The exponent 192192 is even, so the answer is 44. A two-line cycle table beats any theorem here.

The trap, in one line

2n mod 62^n \bmod 6 is 22 (odd nn) or 44 (even nn); 192192 even ⇒4\Rightarrow 4 — Euler's theorem doesn't apply (gcd⁡(2,6)≠1\gcd(2,6)\ne 1) == (d).

← All 2023 CSAT questions