AMC 10 · 2021 · #7

Grade 6 number-theory
prime-factorizationdivisor-sumdivisor-countratio-proportion identify-subproblemseasier-related-problem ↑ Prerequisites: prime-factorizationdivisor-count
📏 Medium solution 💡 3 insights
Problem
A number is defined as a product of four factors. Find the ratio of the sum of its odd divisors to the sum of its even divisors.

Pick an answer.

(A)
1 : 16
(B)
1 : 15
(C)
1 : 14
(D)
1 : 8
(E)
1 : 3
How to solve
Strategy Identify Subproblems

Tool #7 (Subproblems) splits the work into three pieces: (a) prime-factorize N to find the power of 2 in it; (b) sum the odd divisors using only the odd prime part; (c) get the sum of even divisors by subtracting from the total. Tool #9 (Easier Problem) checks the key insight on a tiny case like N = 2³ · 3 first, where you can list every divisor by hand. Tool #5 (Pattern) recognizes that every divisor is (power of 2) × (odd divisor), so the even-divisor sum is (2 + 4 + 8) = 14 times the odd-divisor sum. Tool #3 (Eliminate) confirms (C) against the five ratio choices.

1STEP 1

Factor into primes

Break all four into primes.

N = (2² · 17²)(3² · 7)(2 · 3³ · 5) = 2³ · 3⁵ · 5 · 7 · 17²
2STEP 2

Separate the powers of two

Even divisors are odd ones times a power of two.

sum even(24) = (2+4+8)(1+3) = 14 · 4 = 56
3STEP 3

Write the even sum via the odd sum

The even sum is a multiple of the odd sum.

S_even = (2 + 4 + 8) S_odd = 14 S_odd
4STEP 4

Cancel the odd sum

The odd sum cancels entirely.

S_odd/S_even = 1/14
5STEP 5

Read the ratio

The ratio is 1 to 14.

1 : 14 → (C)
Answer
1 : 14
Sanity check the power of 2: 34 · 34 contributes 2², and 270 contributes one more 2, so N has exactly 2³. Total divisor sum formula σ(2³) = 1 + 2 + 4 + 8 = 15 factors as 1 + 14, matching odd-vs-even. The ratio 1 : 14 is the same as for any number of the form 2³ · (odd), which makes sense: only the power of 2 in N controls this ratio.
💡Key takeaway

This AMC 12 problem only needs Grade 6 ratio sense you already know! Prime-factorize N = 2³ · 3⁵ · 5 · 7 · 17² — only the 2³ part matters. Every even divisor is (2 or 4 or 8) × (odd divisor), so the even-divisor sum is (2+4+8) = 14 times the odd-divisor sum. Ratio 1 : 14, answer (C).