2021 AMC 10A Fall Problem 23

Below is the professionally curated solution for Problem 23 of the 2021 AMC 10A Fall, from LIVE by Po-Shen Loh. You can also try the full timed exam, view all 2021 AMC 10A Fall solutions, or check the answer key.

All of the real AMC 8, AMC 10, AMC 12, and AIME problems in our complete solution collection are used with official legal permission of the Mathematical Association of America (MAA).

Concepts:factor countingrecursionwork backwards

Difficulty rating: 2130

23.

For each positive integer n,n, let f1(n)f_1(n) be twice the number of positive integer divisors of n,n, and for j2,j \ge 2, let fj(n)=f1(fj1(n)).f_j(n) = f_1(f_{j-1}(n)). For how many values of n50n \le 50 is f50(n)=12?f_{50}(n) = 12?

77

88

99

1010

1111

Solution:

The value 1212 is fixed by the function, since 1212 has 66 positive divisors and therefore f1(12)=12f_1(12)=12.

First find all n50n\le50 with f1(n)=12f_1(n)=12, meaning nn has 66 divisors. These are 12,18,20,28,32,44,45,50.12,18,20,28,32,44,45,50.

Now check whether f1(n)f_1(n) can be one of these values before reaching 1212. Since f1(n)f_1(n) is twice a divisor count, the only useful possibilities in that list are 1818 and 2020, meaning nn has 99 or 1010 divisors.

For n50n\le50, the additional possibilities are 3636, which has 99 divisors, and 4848, which has 1010 divisors. Therefore there are 8+2=108+2=10 values of nn.

Thus, D is the correct answer.

Problem 23 in Other Years