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:
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