Difficulty: Easy
Correct Answer: 18th
Explanation:
Introduction / Context:
This is another set-intersection task but with one clue explicitly capping the latest possible date. Combining a “not after” cap with a tight two-day window can yield a single value.
Given Data / Assumptions:
Concept / Approach:
Intersect Rajat’s cap with the sister’s two-day window.
Step-by-Step Solution:
Verification / Alternative check:
Even if you misread “not after 18” as “on or before 18,” the conclusion stays {18} once intersected with {18, 19}.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing “not after” with “after not,” or swapping inclusivity of endpoints.
Final Answer:
18th
Discussion & Comments