AMC 10 · 2018 · #14

Grade 6 rate-ratio
divisor-countmultiplesdigit-sum convert-to-algebrapattern-recognition ↑ Prerequisites: divisor-count
📏 Medium solution 💡 3 insights
Problem
Two parents and their daughter share a birthday. The father is 1 year older than the mother, and the daughter is exactly 1 today. Today is the first of exactly 9 birthdays on which the mother's age is a whole-number multiple of the daughter's age. Find the sum of the two digits of the father's age the next time his age is a whole-number multiple of the daughter's age.

Pick an answer.

(A)
7
(B)
8
(C)
9
(D)
10
(E)
11
How to solve
Strategy Change Focus / Count the Complement

Tool #16 (Change Focus / Count the Complement): instead of tracking the messy ratio of two growing ages, focus on the gap between them. Two people who share a birthday keep the same age difference forever, and that fixed difference is the key — Zoe's age is a multiple-maker exactly when it divides that constant gap. Tool #13 (Convert to Algebra): name Chloe's age and write the ages after t years so "multiple" becomes a clean divisibility statement. Tool #5 (Look for a Pattern): because Zoe's age runs through 1, 2, 3, … in order, the multiple-birthdays line up exactly with the divisors of the fixed gap, so counting birthdays becomes counting divisors.

1STEP 1

Name the ages

Give the three ages names.

Chloe = C+t, Zoe = 1+t, Joey = C+1+t
2STEP 2

Look at the fixed gap

The gap is fixed forever.

(C+t)-(1+t) = C-1 → (1+t) ∣ (C-1)
3STEP 3

Birthdays equal divisors

The birthday count becomes a divisor count.

#{multiple-birthdays} = #{divisors of C-1} = 9
4STEP 4

Find the gap with nine divisors

Find the gap with nine divisors.

C-1 = 2² · 3² = 36 → C = 37, Joey = 38
5STEP 5

Do the same for Joey

Doing the same for the father gives 11.

37 prime → next Zoe = 37, Joey = 74, 7+4 = 11 → (E)
Answer
11
Confirm 36 truly has nine divisors: 1, 2, 3, 4, 6, 9, 12, 18, 36 — that is exactly 9, matching the nine Chloe-birthdays, and the first one (Zoe =1, today) is included as promised. With Chloe 37 and Joey 38, Joey's gap over Zoe is 37, a prime, so the next multiple-birthday is Zoe =37, Joey =74, and indeed 74 = 2 × 37 is a clean multiple. The digit sum 7+4 = 11 is answer (E). The alternative C-1 = 256 would make Chloe 257 — impossible for a parent of a 1-year-old — so 36 is the only sensible gap, confirming the result.
💡Key takeaway

People who share a birthday keep the same age gap forever, so "one age is a multiple of another" just means the small age divides that fixed gap — count the gap's divisors and you count the birthdays.

  • Name the ages
  • Look at the fixed gap
  • Birthdays equal divisors
  • Find the gap with nine divisors
  • Do the same for Joey