Difficulty: Easy
Correct Answer: 21st May
Explanation:
Introduction / Context:
Many ranking and date-overlap problems in verbal reasoning ask you to combine two incomplete but correct memories to pinpoint a single day. The key skill is to translate each statement into a precise set of candidate dates and then take the intersection. This mirrors set-intersection logic used in data filtering and calendar constraints.
Given Data / Assumptions:
Concept / Approach:
The approach is set intersection. Convert each natural-language window into a closed or open range. Then take the overlap (common elements). If that overlap is a single date, the answer is definite; if multiple, the answer is “Cannot be determined.”
Step-by-Step Solution:
Verification / Alternative check:
If the brother’s window had been “on or after 21 May and on or before 23 May,” the set would remain {21, 22, 23} and the intersection would still be {21}. Any slight widening that includes 20 or narrows to remove 21 would change the conclusion; here it does not.
Why Other Options Are Wrong:
Common Pitfalls:
Forgetting that “after” and “before” are strict (exclude the endpoints). Including 18 or 22 by mistake changes the sets and leads to wrong intersections. Always write the candidate sets explicitly before intersecting.
Final Answer:
21st May
Discussion & Comments