Difficulty: Easy
Correct Answer: Thursday
Explanation:
Introduction / Context:
This is a timeline sequencing problem. We turn the narrative into day-by-day steps, applying the holiday constraint and the “next working day / subsequent day” phrasing precisely.
Given Data / Assumptions:
Concept / Approach:
Lay out a mini-calendar and advance one step at a time, respecting “holiday → skip,” then “same day,” “next day,” and “subsequent day.”
Step-by-Step Solution:
Verification / Alternative check:
If any step slid by one day, the “subsequent day” decision would shift to Saturday, which contradicts the minimal interpretation of “next working day” given only Tuesday is a holiday.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing “same day” vs “next day,” or letting the Tuesday holiday shift both events by two days instead of one. Map each sentence to a calendar row.
Final Answer:
Thursday
Discussion & Comments