AMC 10 · 2020 · #25

Grade 7 arithmetic
prime-factorizationrecursive-sequencecombinations-basicdivisor-count easier-related-problemcaseworkidentify-subproblems ↑ Prerequisites: prime-factorizationcombinations-basic
📏 Long solution 💡 3 insights

Problem

Let D(n)D(n) denote the number of ways of writing the positive integer nn as a productn=f1f2fk,n = f_1\cdot f_2\cdots f_k,where k1k\ge1, the fif_i are integers strictly greater than 11, and the order in which the factors are listed matters (that is, two representations that differ only in the order of the factors are counted as distinct). For example, the number 66 can be written as 66, 232\cdot 3, and 323\cdot2, so D(6)=3D(6) = 3. What is D(96)D(96)?

Pick an answer.

(A)
112
(B)
128
(C)
144
(D)
172
(E)
184

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

Try it yourself first — the explanation is most useful after you’ve attempted it.