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

AMC 10 2002 problem © Mathematical Association of America (MAA AMC). Reproduced for educational use.

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

31 = 4 × 7 + 3, so every weekday lands four times in the 28-day block and only the weekdays of the 1st, 2nd, and 3rd get a fifth.

31 = 4 × 7 + 3
2STEP 2

Pin down where July can start

Monday must sit on the 1st, 2nd, or 3rd, so July 1 is a Monday, a Sunday, or a Saturday — exactly three possible Julys.

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

Find where each August starts

August 1 falls 31 days after July 1, so its weekday slides forward 3: the three Augusts start on 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

The five-time days are August 1, 2, 3: {Thu, Fri, Sat}, {Wed, Thu, Fri}, {Tue, Wed, Thu} — only Thursday is in all three, 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