CSAT Solved Papers/ 2021/Q75

2021 CSAT — Q75

Quant Logical & quantitative reasoning 2.5 marks Medium

Joseph visits the club on every 55th day, Harsh visits on every 2424th day, while Sumit visits on every 99th day. If all three of them met at the club on a Sunday, then on which day will all three of them meet again?

  1. A Monday
  2. B Wednesday Answer
  3. C Thursday
  4. D Sunday

Worked rationale

They all meet again after lcm(5,24,9)\operatorname{lcm}(5, 24, 9) days. Factorise:

5=5,24=233,9=32    lcm=23325=360.5 = 5,\quad 24 = 2^3\cdot 3,\quad 9 = 3^2 \;\Rightarrow\; \operatorname{lcm} = 2^3\cdot 3^2\cdot 5 = 360.

Now find the weekday 360360 days after Sunday: 360mod7=360357=3360 \bmod 7 = 360 - 357 = 3, so the day is Sunday+3=Wednesday\text{Sunday} + 3 = \textbf{Wednesday}.

Answer: (b) Wednesday.

Why the other options miss

  • A
    a remainder slip: takes 3601(mod7)360 \equiv 1 \pmod 7 (a remainder slip) and adds one day.
  • C
    an arithmetic slip: uses 3604(mod7)360 \equiv 4 \pmod 7 or a wrong LCM that shifts the offset.
  • D
    the wrong assumption: assumes the meeting cycle is a whole number of weeks (3600360 \equiv 0), ignoring the mod7\bmod 7 remainder.

Specialist insight

Two independent steps, each with a classic trap: the LCM must use the highest power of each prime (23,32,53602^3, 3^2, 5 \to 360, not 5×24×95\times24\times9), and then the weekday is the remainder mod 77 (3603360 \equiv 3), not the raw day count. Compute the LCM cleanly, then reduce mod 77 and step forward from Sunday. The “Sunday” distractor is the bait for anyone who forgets 360360 isn’t a multiple of 77.

The trap, in one line

lcm(5,24,9)=360\operatorname{lcm}(5,24,9) = 360, and 3603(mod7)360 \equiv 3 \pmod 7, so Sunday +3=+3 = Wednesday \Rightarrow (b).

← All 2021 CSAT questions