Difficulty: Medium
Correct Answer: 20th or 21st
Explanation:
Introduction / Context:Some overlap problems do not resolve to a single date; instead, they leave a short list. Recognizing when data are insufficient for uniqueness is as important as calculating a specific result. This question highlights that skill.
Given Data / Assumptions:
Concept / Approach:We again form sets and intersect them. Because the sister statement is limiting but not pinpointing, the result may be a two-element set.
Step-by-Step Solution:
Step 1: From Pratap ⇒ {20, 21, 22}.Step 2: From Sister ⇒ {… up to 21}. Within Pratap’s window, that yields {20, 21}.Step 3: Intersection ⇒ {20, 21} (two possibilities remain).Verification / Alternative check:If the sister had said “before 22” (strict) rather than “not on or after 22,” the effect is the same here—22 is excluded. A further clue would be required to choose between 20 and 21.
Why Other Options Are Wrong:
Common Pitfalls:Treating “not on or after 22” as “before or equal to 22” (it is the opposite), or assuming inclusivity of forbidden endpoints.
Final Answer:20th or 21st
Discussion & Comments