AMC 8 · 2002 · #5

Grade 4 number-theory
modular-arithmeticdivisibility-rulespattern-recognition modular-arithmeticpattern-recognition ↑ Prerequisites: multi-digit-arithmeticdivisibility-rules
📏 Short solution 💡 2 insights
📘 View easy version →
Problem
Carlos was born on Saturday, November 9, 2002. Day 0 of his life is that Saturday. On what day of the week will day 706 of his life fall?

Pick an answer.

(A)
Monday
(B)
Wednesday
(C)
Friday
(D)
Saturday
(E)
Sunday

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

How to solve
Strategy Look for a Pattern

The week is a length-7 repetition cycle, which is the signature trigger for Tool #5 (Look for a Pattern). Once we see the cycle, the only thing that controls the answer is the remainder when 706 is divided by 7 — everything else is a multiple of 7 that just lands back on Saturday. Tool #9 (Solve an Easier Related Problem) supports this: we replace 706 with the nearby multiple of 7 that is easy to handle (700 = 7 × 100), solve that toy version in one line, and then add the small leftover.

1STEP 1

Name the cycle: weekdays repeat every 7 days, so multiples of 7 return to Saturday — only 706 mod 7 matters.

706 = 7q + r, 0 ≤ r < 7
2STEP 2

Solve an easier version: 700 = 7 × 100 is exactly 100 full weeks after birth, so day 700 is again a Saturday.

700 = 7 × 100 → day 700 is Saturday
3STEP 3

Walk the leftover 6 days from Saturday: Sun, Mon, Tue, Wed, Thu, and day 706 lands on Friday.

Sat → Sun → Mon → Tue → Wed → Thu → Fri
4STEP 4

Read off the answer: day 706 is Friday — choice (C).

706 mod 7 = 6 → Saturday + 6 days = Friday → (C)
Answer
Friday
Check by going the other direction: 707 = 7 × 101, so day 707 is exactly 101 full weeks after birth — another Saturday. One day before Saturday is Friday, so day 706 is Friday. Same answer (C). Either anchor (700 or 707) gives the same Friday, which is the sign that the cycle is being used correctly.
💡Key takeaway

Weekdays repeat every 7 days, so for any "how many days later" question, divide by 7 and use only the remainder. 706 ÷ 7 leaves 6, so jump 6 days forward from Saturday and land on Friday — answer (C).