Difficulty: Easy
Correct Answer: 19th
Explanation:
Introduction / Context:
Standard overlapping-window problem that reduces to a single date by intersection of two ranges.
Given Data / Assumptions:
Concept / Approach:
Intersect the two sets.
Step-by-Step Solution:
Verification / Alternative check:
Any misread that included 20 in Mohan’s set would still intersect at {19,20}; the sister’s “after 18” excludes 18 and forces the lower bound high enough that only 19 survives.
Why Other Options Are Wrong:
Common Pitfalls:
Accidentally reading “before” as inclusive or mixing months.
Final Answer:
19th
Discussion & Comments