AMC 10 · 2020 · #25

학년 7 arithmetic
prime-factorizationrecursive-sequencecombinations-basicdivisor-count easier-related-problemcaseworkidentify-subproblems ↑ 선수 지식: prime-factorizationcombinations-basic
📏 긴 풀이 💡 3 개 인사이트

문제

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)?

답을 골라 클릭하세요.

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

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

풀이는 먼저 직접 풀어본 뒤에 보는 게 가장 효과적이에요.