Difficulty: Medium
Correct Answer: May
Explanation:
Introduction / Context:Some months share the same weekday layout as months in another year. The problem asks which month in the preceding year matches this year’s July.
Given Data / Assumptions:
Concept / Approach:July (31 days) most commonly matches May of the previous year, and in other cases January/October depending on leap structure. Among the options provided, only May is feasible.
Step-by-Step Solution:
1) Candidate months in prior year must have 31 days.2) Checking weekday starts across years shows that May (previous year) frequently aligns with July (current year) in layout.3) April has 30 days; September has 30 days; they cannot match a 31-day layout including weekday positions.Verification / Alternative check:Try multiple actual year pairs; you will find repeated May↔July alignments (previous-year May with current-year July).
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:May
Discussion & Comments