2022 CSAT — Q7
Which date of June among the following is Sunday?
Worked rationale
Anchor on a known day and count odd days (days mod ).
January was a Saturday. From Jan to Jan is years; the leap years in are , i.e. of them. Odd days . So Jan Saturday Thursday.
From Jan to June (and is not a leap year, since is not divisible by ):
So June Thursday Monday.
Counting forward: Mon, so Sunday is days later the th.
Answer: (d) 7.
Why the other options miss
- A a convention slip: an off-by-three from mis-counting odd days (e.g. forgetting the century’s leap-year count).
- B an arithmetic slip: a one-day slip in the Jan-to-June day total.
- C counted one too few: lands one day short, taking June as Sunday’s neighbour.
Specialist insight
Two traps decide this item: (1) is not a leap year — only divisible-by- years are, and the century-rule never even comes up here; (2) the leap-year count over the span (, not ) hinges on including itself (a leap year, divisible by ). Under the clock, anchor on Jan Saturday and march the odd days — never try to recall the day of a date directly.
Jan Thursday; days June Monday; first Sunday th (d).