AMC 8 · 2008 · #3

Grade 4 arithmetic
modular-arithmeticpattern-recognitiondivisibility-rules modular-arithmeticpattern-recognition ↑ Prerequisites: multi-digit-arithmeticpattern-recognition
📏 Medium solution 💡 2 insights
📘 View easy version →
Problem
February has a Friday the 13^th. What day of the week is February 1?

Pick an answer.

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

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

How to solve
Strategy Use Parity or Modular Arithmetic

Weekdays cycle every 7 days, so the only thing that matters when stepping back from February 13 to February 1 is the remainder of 12 divided by 7. Tool #12 (Use Parity or Modular Arithmetic) names that idea: 12 ≡ 5 (mod 7). Tool #8 (Work Backwards) tells us where to start — we know February 13 is a Friday, and we want February 1, so we walk backwards in time. Together, the moves are: go back 7 days (one full week, same weekday), then go back the remaining 5 days.

1STEP 1

Subtract the dates: February 1 sits 12 days before February 13.

13 - 1 = 12 days
2STEP 2

One full week returns to the same weekday, so 12 days leaves 5 leftover days.

12 = 7 + 5 → 12 ≡ 5 (mod 7)
3STEP 3

Skip one whole week: from Friday the 13th, 7 days back is Friday February 6.

Feb 13 (Fri) - 7 days = Feb 6 (Fri)
4STEP 4

Count the 5 leftover days back from Friday: Thu, Wed, Tue, Mon, Sunday.

Fri → Thu → Wed → Tue → Mon → Sun (5 steps back)
5STEP 5

So February 1 is a Sunday → (A).

February 1 = Sunday → (A)
Answer
Sunday
Check forward instead of backward. If February 1 is Sunday, then Sunday + 7 days = Sunday February 8, and Sunday + 12 days = five weekdays after Sunday February 8, which lands on Friday February 13. That matches the problem, so February 1 being Sunday is consistent.
💡Key takeaway

Whole weeks are free moves — only the leftover days after dividing by 7 change the weekday. That mod-7 shortcut turns a calendar puzzle into a one-line count.