AMC 10 · 2009 · #6

Grade 4 number-theory
prime-factorizationfactorslogical-deduction systematic-enumeration ↑ Prerequisites: prime-factorization
📏 Medium solution 💡 2 insights
📘 View easy version →
Problem
Kiana has two older twin brothers. Because they are twins, the two brothers are the same age, and both are older than Kiana. The three ages multiply to 128. Find the sum of the three ages.

Pick an answer.

(A)
$\ 10$
(B)
$\ 12$
(C)
$\ 16$
(D)
$\ 18$
(E)
$\ 24$

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

How to solve
Strategy Introduce a Variable

Name the twin age t and Kiana's age k. Since the twins share an age, the product becomes t × t × k = 128, so t shows up twice. That lets me list only the whole-number twin ages whose square divides 128, then throw out the ones that break the 'older than Kiana' rule.

1STEP 1

Name the ages

Let t be the twins' shared age and k be Kiana's age. The twins match, so t × t × k = 128.

t × t × k = 128
2STEP 2

List the twin ages that fit

Since 128 is 2 multiplied seven times, t can only be 1, 2, 4, or 8, and then k = 128 ÷ t² is 128, 32, 8, or 2.

1{·}1{·}128, 2{·}2{·}32, 4{·}4{·}8, 8{·}8{·}2
3STEP 3

Keep only older twins

The brothers are older, so t must beat k. Of the four cases only t = 8 with k = 2 survives.

8 > 2 ✓
4STEP 4

Add the three ages

The three ages are 8, 8, and 2, so the sum is 2t + k = 18, which is choice (D).

8 + 8 + 2 = 18
Answer
18
Check the survivor directly: 8 × 8 × 2 = 128 matches the product, and both brothers (8) are older than Kiana (2), so every condition holds. The sum 8 + 8 + 2 = 18 is choice (D).
💡Key takeaway

When two people are the same age, that age gets used twice in the product, so only ages whose square fits the number can work.

  • Name the ages
  • List the twin ages that fit
  • Keep only older twins
  • Add the three ages