AMC 8 · 2007 · #10

Grade 5 number-theory
factorsdivisor-countmulti-digit-arithmetic identify-subproblems ↑ Prerequisites: factorsmulti-digit-arithmetic
📏 Short solution 💡 2 insights
📘 View easy version →
Problem
Define n to be the sum of all positive factors of n. For example, 6 = 1 + 2 + 3 + 6 = 12. Compute 11.

Pick an answer.

(A)
13
(B)
20
(C)
24
(D)
28
(E)
30

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

How to solve
Strategy Identify Subproblems

Tool #7 (Identify Subproblems) splits the nested expression 11 into two single-step questions: first 11 (which becomes a number), then that number. Each piece is just "list the factors and add them." Tool #2 (Make a Systematic List) is how we collect each factor exactly once — try divisors 1, 2, 3, … up to n in order, keep the ones that divide evenly. No algebra, no formulas; the two subproblems are both Grade 4 work.

1STEP 1

Inner box first: 11 is prime, so its only factors are 1 and 11, which add to 12.

11 = 1 + 11 = 12
2STEP 2

Substitute inside-out: the inner box is 12, so the problem is now the box of 12.

11 = 12
3STEP 3

Outer box: list the divisors of 12 in order — 1, 2, 3, 4, 6, 12 (5 is skipped since it does not divide 12).

12 = 1 + 2 + 3 + 4 + 6 + 12 = 28
4STEP 4

Add those six factors: the outer box equals 28 — choice (D).

11 = 28 → (D)
Answer
28
Re-pair the factors of 12 to double-check the sum: 1 · 12 = 12, 2 · 6 = 12, 3 · 4 = 12. Three pairs that each multiply to 12, with sums 1+12 = 13, 2+6 = 8, 3+4 = 7. Total: 13 + 8 + 7 = 28. The answer (D) matches, and the size feels right — 12 should be a bit more than 12 itself (since the proper factors 1, 2, 3, 4, 6 alone already add to 16). Also, 5 correctly drops out because 125\frac{12}{5} is not a whole number.
💡Key takeaway

When a symbol is wrapped inside itself, evaluate the inside first and substitute — then this AMC 8 problem is just two Grade 4 factor lists in a row.