Difference between revisions of "2021 Fall AMC 12A Problems/Problem 20"
Line 6: | Line 6: | ||
<math>\textbf{(A) }7\qquad\textbf{(B) }8\qquad\textbf{(C) }9\qquad\textbf{(D) }10\qquad\textbf{(E) }11</math> | <math>\textbf{(A) }7\qquad\textbf{(B) }8\qquad\textbf{(C) }9\qquad\textbf{(D) }10\qquad\textbf{(E) }11</math> | ||
− | ==Solution== | + | ==Solution 1== |
First, we can test values that would make <math>f(x)=12</math> true. For this to happen <math>x</math> must have <math>6</math> divisors, which means its prime factorization is in the form <math>pq^2</math> or <math>p^5</math>, where <math>p</math> and <math>q</math> are prime numbers. Listing out values less than <math>50</math> which have these prime factorizations, we find <math>12,20,28,44,18,45,50</math> for <math>pq^2</math>, and just <math>32</math> for <math>p^5</math>. Here <math>12</math> especially catches our eyes, as this means if one of <math>f_i(n)=12</math>, each of <math>f_{i+1}(n), f_{i+2}(n), ...</math> will all be <math>12</math>. This is because <math>f_{i+1}(n)=f(f_i(n))</math> (as given in the problem statement), so were <math>f_i(n)=12</math>, plugging this in we get <math>f_{i+1}(n)=f(12)=12</math>, and thus the pattern repeats. Hence, as long as for a <math>i</math>, such that <math>i\leq 50</math> and <math>f_{i}(n)=12</math>, <math>f_{50}(n)=12</math> must be true, which also immediately makes all our previously listed numbers, where <math>f(x)=12</math>, possible values of <math>n</math>. | First, we can test values that would make <math>f(x)=12</math> true. For this to happen <math>x</math> must have <math>6</math> divisors, which means its prime factorization is in the form <math>pq^2</math> or <math>p^5</math>, where <math>p</math> and <math>q</math> are prime numbers. Listing out values less than <math>50</math> which have these prime factorizations, we find <math>12,20,28,44,18,45,50</math> for <math>pq^2</math>, and just <math>32</math> for <math>p^5</math>. Here <math>12</math> especially catches our eyes, as this means if one of <math>f_i(n)=12</math>, each of <math>f_{i+1}(n), f_{i+2}(n), ...</math> will all be <math>12</math>. This is because <math>f_{i+1}(n)=f(f_i(n))</math> (as given in the problem statement), so were <math>f_i(n)=12</math>, plugging this in we get <math>f_{i+1}(n)=f(12)=12</math>, and thus the pattern repeats. Hence, as long as for a <math>i</math>, such that <math>i\leq 50</math> and <math>f_{i}(n)=12</math>, <math>f_{50}(n)=12</math> must be true, which also immediately makes all our previously listed numbers, where <math>f(x)=12</math>, possible values of <math>n</math>. | ||
Line 12: | Line 12: | ||
~Ericsz | ~Ericsz | ||
+ | |||
+ | == Solution 2 == | ||
+ | <math>\textbf{Observation 1}</math>: <math>f_1 \left( 12 \right) = 12</math>. | ||
+ | |||
+ | Hence, if <math>n</math> has the property that <math>f_j \left( n \right) = 12</math> for some <math>j</math>, then <math>f_k \left( n \right) = 12</math> for all <math>k > j</math>. | ||
+ | |||
+ | <math>\textbf{Observation 2}</math>: <math>f_1 \left( 8 \right) = 8</math>. | ||
+ | |||
+ | Hence, if <math>n</math> has the property that <math>f_j \left( n \right) = 8</math> for some <math>j</math>, then <math>f_k \left( n \right) = 8</math> for all <math>k > j</math>. | ||
+ | |||
+ | <math>\textbf{Case 1}</math>: <math>n = 1</math>. | ||
+ | |||
+ | We have <math>f_1 \left( n \right) = 2</math>, <math>f_2 \left( n \right) = f_1 \left( 2 \right) = 4</math>, <math>f_3 \left( n \right) = f_1 \left( 4 \right) = 6</math>, <math>f_4 \left( n \right) = f_1 \left( 6 \right) = 8</math>. Hence, Observation 2 implies <math>f_{50} \left( n \right) = 8</math>. | ||
+ | |||
+ | <math>\textbf{Case 2}</math>: <math>n</math> is prime. | ||
+ | |||
+ | We have <math>f_1 \left( n \right) = 4</math>, <math>f_2 \left( n \right) = f_1 \left( 4 \right) = 6</math>, <math>f_3 \left( n \right) = f_1 \left( 6 \right) = 8</math>. Hence, Observation 2 implies <math>f_{50} \left( n \right) = 8</math>. | ||
+ | |||
+ | <math>\textbf{Case 3}</math>: the prime factorization of <math>n</math> takes the form <math>p_1^2</math>. | ||
+ | |||
+ | We have <math>f_1 \left( n \right) = 6</math>, <math>f_2 \left( n \right) = f_1 \left( 6 \right) = 8</math>. Hence, Observation 2 implies <math>f_{50} \left( n \right) = 8</math>. | ||
+ | |||
+ | <math>\textbf{Case 4}</math>: the prime factorization of <math>n</math> takes the form <math>p_1^3</math>. | ||
+ | |||
+ | We have <math>f_1 \left( n \right) = 8</math>. Hence, Observation 2 implies <math>f_{50} \left( n \right) = 8</math>. | ||
+ | |||
+ | <math>\textbf{Case 5}</math>: the prime factorization of <math>n</math> takes the form <math>p_1^4</math>. | ||
+ | |||
+ | We have <math>f_1 \left( n \right) = 10</math>, <math>f_2 \left( n \right) = f_1 \left( 10 \right) = 8</math>. Hence, Observation 2 implies <math>f_{50} \left( n \right) = 8</math>. | ||
+ | |||
+ | <math>\textbf{Case 6}</math>: the prime factorization of <math>n</math> takes the form <math>p_1^5</math>. | ||
+ | |||
+ | We have <math>f_1 \left( n \right) = 12</math>. Hence, Observation 1 implies <math>f_{50} \left( n \right) = 12</math>. | ||
+ | |||
+ | In this case the only <math>n</math> is <math>2^5 = 32</math>. | ||
+ | |||
+ | <math>\textbf{Case 7}</math>: the prime factorization of <math>n</math> takes the form <math>p_1 p_2</math>. | ||
+ | |||
+ | We have <math>f_1 \left( n \right) = 8</math>. Hence, Observation 2 implies <math>f_{50} \left( n \right) = 8</math>. | ||
+ | |||
+ | <math>\textbf{Case 8}</math>: the prime factorization of <math>n</math> takes the form <math>p_1 p_2^2</math>. | ||
+ | |||
+ | We have <math>f_1 \left( n \right) = 12</math>. Hence, Observation 1 implies <math>f_{50} \left( n \right) = 12</math>. | ||
+ | |||
+ | In this case, all <math>n</math> are 18, 50, 12, 20, 45, 28, 44. | ||
+ | |||
+ | <math>\textbf{Case 9}</math>: the prime factorization of <math>n</math> takes the form <math>p_1 p_2^3</math>. | ||
+ | |||
+ | We have <math>f_1 \left( n \right) = 16</math>, <math>f_2 \left( n \right) = f_1 \left( 16 \right) = 10</math>, <math>f_3 \left( n \right) = f_1 \left( 10 \right) = 8</math>. Hence, Observation 2 implies <math>f_{50} \left( n \right) = 8</math>. | ||
+ | |||
+ | <math>\textbf{Case 10}</math>: the prime factorization of <math>n</math> takes the form <math>p_1 p_2^4</math>. | ||
+ | |||
+ | We have <math>f_1 \left( n \right) = 20</math>, <math>f_2 \left( n \right) = f_1 \left( 20 \right) = 12</math>. Hence, Observation 1 implies <math>f_{50} \left( n \right) = 12</math>. | ||
+ | |||
+ | In this case, the only <math>n</math> is 48. | ||
+ | |||
+ | <math>\textbf{Case 11}</math>: the prime factorization of <math>n</math> takes the form <math>p_1^2 p_2^2</math>. | ||
+ | |||
+ | We have <math>f_1 \left( n \right) = 18</math>, <math>f_2 \left( n \right) = f_1 \left( 18 \right) = 12</math>. Hence, Observation 1 implies <math>f_{50} \left( n \right) = 12</math>. | ||
+ | |||
+ | In this case, the only <math>n</math> is 36. | ||
+ | |||
+ | <math>\textbf{Case 12}</math>: the prime factorization of <math>n</math> takes the form <math>p_1 p_2 p_3</math>. | ||
+ | |||
+ | We have <math>f_1 \left( n \right) = 16</math>, <math>f_2 \left( n \right) = f_1 \left( 16 \right) = 10</math>, <math>f_3 \left( n \right) = f_2 \left( 10 \right) = 8</math>. Hence, Observation 2 implies <math>f_{50} \left( n \right) = 8</math>. | ||
+ | |||
+ | Putting all cases together, the number of feasible <math>n \leq 50</math> is <math>\boxed{\textbf{(D) }10}</math>. | ||
+ | |||
+ | ~Steven Chen (www.professorchenedu.com) | ||
==Video Solution by Mathematical Dexterity== | ==Video Solution by Mathematical Dexterity== |
Revision as of 20:34, 25 November 2021
- The following problem is from both the 2021 Fall AMC 10A #23 and 2021 Fall AMC 12A #20, so both problems redirect to this page.
Problem
For each positive integer , let be twice the number of positive integer divisors of , and for , let . For how many values of is
Solution 1
First, we can test values that would make true. For this to happen must have divisors, which means its prime factorization is in the form or , where and are prime numbers. Listing out values less than which have these prime factorizations, we find for , and just for . Here especially catches our eyes, as this means if one of , each of will all be . This is because (as given in the problem statement), so were , plugging this in we get , and thus the pattern repeats. Hence, as long as for a , such that and , must be true, which also immediately makes all our previously listed numbers, where , possible values of .
We also know that if were to be any of these numbers, would satisfy as well. Looking through each of the possibilities aside from , we see that could only possibly be equal to and , and still have less than or equal to . This would mean must have , or divisors, and testing out, we see that will then be of the form , or . The only two values less than or equal to would be and respectively. From here there are no more possible values, so tallying our possibilities we count values (Namely ).
~Ericsz
Solution 2
: .
Hence, if has the property that for some , then for all .
: .
Hence, if has the property that for some , then for all .
: .
We have , , , . Hence, Observation 2 implies .
: is prime.
We have , , . Hence, Observation 2 implies .
: the prime factorization of takes the form .
We have , . Hence, Observation 2 implies .
: the prime factorization of takes the form .
We have . Hence, Observation 2 implies .
: the prime factorization of takes the form .
We have , . Hence, Observation 2 implies .
: the prime factorization of takes the form .
We have . Hence, Observation 1 implies .
In this case the only is .
: the prime factorization of takes the form .
We have . Hence, Observation 2 implies .
: the prime factorization of takes the form .
We have . Hence, Observation 1 implies .
In this case, all are 18, 50, 12, 20, 45, 28, 44.
: the prime factorization of takes the form .
We have , , . Hence, Observation 2 implies .
: the prime factorization of takes the form .
We have , . Hence, Observation 1 implies .
In this case, the only is 48.
: the prime factorization of takes the form .
We have , . Hence, Observation 1 implies .
In this case, the only is 36.
: the prime factorization of takes the form .
We have , , . Hence, Observation 2 implies .
Putting all cases together, the number of feasible is .
~Steven Chen (www.professorchenedu.com)
Video Solution by Mathematical Dexterity
https://www.youtube.com/watch?v=WQQVjCdoqWI
See Also
2021 Fall AMC 12A (Problems • Answer Key • Resources) | |
Preceded by Problem 19 |
Followed by Problem 21 |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | |
All AMC 12 Problems and Solutions |
2021 Fall AMC 10A (Problems • Answer Key • Resources) | ||
Preceded by Problem 22 |
Followed by Problem 24 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | ||
All AMC 10 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.