AMC 10 · 2002 · #8

Grade 4 arithmetic
modular-arithmeticlogical-deduction systematic-enumeration ↑ Prerequisites: modular-arithmetic
📏 Medium solution 💡 2 insights
📘 View easy version →
Problem
In some year, July has five Mondays, and both July and August have 31 days. Determine which single day of the week is forced to occur five times in that August, no matter how the calendar happens to fall.

Pick an answer.

(A)
Monday
(B)
Tuesday
(C)
Wednesday
(D)
Thursday
(E)
Friday
How to solve
Strategy Make a Systematic List

The word 'must' means the answer has to survive every July that fits the clue, not just a lucky one. There are only a few such Julys, so Tool #2 (Make a Systematic List) enumerates them all. Tool #1 (Draw a Diagram) turns each month into a simple calendar grid of four weeks plus three leftover days, which is what decides who gets a fifth appearance. Tool #3 (Eliminate Possibilities) then keeps only the day that shows up five times in every one of those Augusts and throws out the days that fail in some case.

1STEP 1

Only three weekdays get a fifth day

A 31-day month is four weeks plus 3 days, so only the weekdays of the 1st, 2nd and 3rd appear five times.

31 = 4 × 7 + 3
2STEP 2

Pin down where July can start

Five Mondays therefore force July to start on a Monday, Sunday or Saturday.

July 1 ∈ {Mon, Sun, Sat}
3STEP 3

Find where each August starts

August starts 31 days later, advancing the weekday by 3: Thursday, Wednesday or Tuesday.

Aug 1 = July 1 + 3 days: Mon→Thu, Sun→Wed, Sat→Tue
4STEP 4

Keep the day common to all cases

Intersecting the three sets of five-time days leaves only Thursday, choice (D).

{Thu,Fri,Sat}∩{Wed,Thu,Fri}∩{Tue,Wed,Thu}={Thu}
Answer
Thursday
Test the middle case directly: if July 1 is a Sunday, the Mondays fall on the 2nd, 9th, 16th, 23rd, and 30th — five Mondays, as required. Then August 1 is a Wednesday, and August's five-time days are Wednesday, Thursday, and Friday, so Thursday is present. Running the other two Julys the same way, Thursday appears every single time while no other day does, matching choice (D).
💡Key takeaway

A 31-day month is four weeks plus three extra days, so only the weekdays of the 1st, 2nd, and 3rd get a fifth turn — and the day that must repeat is the one shared by every possible calendar.

  • Only three weekdays get a fifth day
  • Pin down where July can start
  • Find where each August starts
  • Keep the day common to all cases