CSAT Solved Papers/ 2021/Q48
2021 CSAT — Q48
Which day is th October, ?
Worked rationale
Anchor on a known day: January was a Friday. Count odd days forward.
Jan Jan : the years contribute days ( is a leap year). Since , that is odd days. So Jan is also a Friday.
Jan Oct ( is not a leap year): day-of-year of Oct is
The offset from Jan is days, and .
So Oct .
Answer: (a) Sunday.
Why the other options miss
- B counts one day too many: uses offset instead of (counts Jan itself), shifting one day.
- C a leap-year convention slip: treats as a leap year (adds a spurious Feb ) or mis-handles the leap year, adding an extra odd day.
- D an arithmetic slip: a one-day slip in the year-block odd-day total ().
Specialist insight
Two independent fencepost traps live here: the leap-year count over – (exactly one, ) and the offset within (days since Jan is day-of-year ). Anchoring on a memorised day ( Jan Friday) and reducing each leg mod keeps the arithmetic tiny: the six-year block is odd days, and gives Friday Sunday. Always subtract when converting a day-of-year to an offset from the anchor.
Jan Friday; Oct is offset , so Friday Sunday (a).