CSAT Solved Papers/ 2023/Q7

2023 CSAT — Q7

Quant Number theory 2.5 marks Medium

What is the remainder when 85×87×89×91×95×9685 \times 87 \times 89 \times 91 \times 95 \times 96 is divided by 100100?

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

Worked rationale

The remainder mod 100100 is just the last two digits, so reduce the running product mod 100100 at every step — never multiply the whole thing out.

85×87=739595.85 \times 87 = 7395 \equiv 95. 95×89=845555.95 \times 89 = 8455 \equiv 55. 55×91=500505.55 \times 91 = 5005 \equiv 05. 05×95=47575.05 \times 95 = 475 \equiv 75. 75×96=720000.75 \times 96 = 7200 \equiv 00.

The remainder is 00.

Shortcut (the real time-saver): a multiple of 44 times a multiple of 2525 is a multiple of 100100. Here 96=4×2496 = 4 \times 24 supplies the factor 44, and 85×9585 \times 95 supplies two factors of 55 (i.e. 2525), so the product is divisible by 4×25=1004 \times 25 = 100. Remainder 00.

Answer: (a) 0.

Why the other options miss

  • B
    an arithmetic slip: a single mis-multiplication in the running product, landing on a wrong two-digit tail.
  • C
    wrong formula: confuses the last-digit pattern (a mod-1010 idea) with the mod-100100 question, reading off a units digit instead.
  • D
    solved the wrong question: notices the factor 44 from 9696 but misses that 8585 and 9595 together carry the matching 2525, so stops at “divisible by 44” with a wrong tail.

Specialist insight

Two equally fast routes: (i) reduce mod 100100 after every multiplication so no number ever exceeds four digits; or (ii) spot the 4×25=1004 \times 25 = 100 factorisation9696 gives a 44, the two numbers ending in 55 give a 2525 — proving divisibility by 100100 in one line. The trap is reaching for the units-digit cycle, which answers a different (mod 1010) question.

The trap, in one line

Mod 100100 is the last two digits: reduce after each step (or spot 4964\mid 96 and 25859525\mid 85\cdot 95), giving remainder 00.

← All 2023 CSAT questions