Difficulty: Easy
Correct Answer: Both Statements I and II together are necessary to answer the question.
Explanation:
Introduction / Context:We must identify a unique calendar date from two exclusive ranges.
Given Data / Assumptions:
Concept / Approach:Use set intersection of the two candidate sets.
Step-by-Step Solution:
Intersection {26,27,28} ∩ {28,29,30} = {28} ⇒ unique.Individually, each statement leaves multiple possibilities.Verification / Alternative check:Boundaries 'after' and 'before' are exclusive, ensuring the sets above.
Why Other Options Are Wrong:
Common Pitfalls:Including endpoints (25, 29, 31) contrary to 'after/before' wording.
Final Answer:D — Both statements together are necessary (date = 28th).
Discussion & Comments