Difficulty: Easy
Correct Answer: 4497
Explanation:
Introduction / Context:
Every month except February in a common year has at least 29 days. In the Gregorian 400-year cycle, there are a fixed number of leap years (when February also has a 29th day). Counting total months and subtracting the non-leap Februaries yields the answer.
Given Data / Assumptions:
Concept / Approach:
All months contribute a 29th except the 303 February months of non-leap years. Subtract those from total months.
Step-by-Step Solution:
Verification / Alternative check:
Count leap Februaries with 29th: 97; the remaining 11 months for all 400 years contribute 400 × 11 = 4400; 4400 + 97 = 4497.
Why Other Options Are Wrong:
4800 counts all months (including non-leap Februaries) incorrectly; 4400 ignores leap Februaries.
Common Pitfalls:
Miscounting leap years (assuming 100 instead of 97), or forgetting that every non-February month always has a 29th.
Final Answer:
4497
Discussion & Comments