AMC 10 · 2012 · #12

Grade 4 number-theory
modular-arithmeticpattern-recognition work-backwardscasework ↑ Prerequisites: modular-arithmetic
📏 Medium solution 💡 2 insights
📘 View easy version →
Problem
February 7, 2012 (a Tuesday) is the 200th anniversary of Charles Dickens' birth. Find the day of the week on which he was born, given the leap-year rule: a year is a leap year if it is divisible by 400, or divisible by 4 but not by 100.

Pick an answer.

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

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

How to solve
Strategy Work Backwards

The end state is known (Tuesday, February 7, 2012) and we want the start state 200 years earlier, so Work Backwards fits exactly. The engine is a weekly pattern in how a fixed date shifts weekday from year to year; counting how many of those 200 years are leap years is a clean subproblem, and the answer is one of five listed days.

1STEP 1

Pin down the birth year

An anniversary counts whole years, so the birth was 200 years earlier on the same date: February 7, 1812.

2012 - 200 = 1812
2STEP 2

How a date shifts weekday each year

Since 365 = 52 x 7 + 1 and 366 = 52 x 7 + 2, a common year pushes a fixed date 1 weekday later, a leap year 2.

365 = 52 × 7 + 1, 366 = 52 × 7 + 2
3STEP 3

Count the leap years crossed

From 1812 to 2011, 50 years are divisible by 4; drop 1900 to get 49 leap years and 151 common years.

(2008 - 1812)/4 + 1 = 50, 50 - 1 = 49 leap years, 200 - 49 = 151 common years
4STEP 4

Add the shifts and step back

Total shift 151 x 1 + 49 x 2 = 249 and 249 = 7 x 35 + 4, so 4 days back from Tuesday gives Friday.

151 × 1 + 49 × 2 = 249, 249 = 7 × 35 + 4, Tuesday - 4 = Friday
Answer
Friday
The total shift 249 is close to 250, and 250 = 7 x 35 + 5 would give 5; our exact count gives remainder 4, matching Tuesday minus 4 = Friday. A quick sanity check: 200 years is a little over 28 whole weeks per year cycle, and the leftover 4 days is small and plausible. Friday is one of the listed choices, so the answer is consistent.
💡Key takeaway

To find a weekday far in the past, count how many days the date drifts each year, keep only the leftover after dividing by 7, and step that many days backward.

  • Pin down the birth year
  • How a date shifts weekday each year
  • Count the leap years crossed
  • Add the shifts and step back