Difference between revisions of "2012 AMC 12B Problems/Problem 24"
(→Solution) |
(→Solution: missed an important case) |
||
Line 17: | Line 17: | ||
<math>f_1(3^4)=4^3=2^6</math> works, therefore any number <math>\leq 400</math> that are divisible by <math>3^4</math> works: there are <math>4</math> of them. | <math>f_1(3^4)=4^3=2^6</math> works, therefore any number <math>\leq 400</math> that are divisible by <math>3^4</math> works: there are <math>4</math> of them. | ||
− | <math>3^3 \cdot Q^2</math> could also work if <math>Q</math> | + | <math>3^3 \cdot Q^2</math> could also work if <math>Q^2</math> satisfies <math>2~|~f_1(Q^2)</math>, but <math>3^3 \cdot 5^2 > 400</math>. |
<math>f_1(5^3)=6^2 = 2^2 3^2</math> does not work. | <math>f_1(5^3)=6^2 = 2^2 3^2</math> does not work. | ||
Line 23: | Line 23: | ||
<math>f_1(7^3)=8^2=2^6</math> works. There are no other multiples of <math>7^3</math> within <math>400</math>. | <math>f_1(7^3)=8^2=2^6</math> works. There are no other multiples of <math>7^3</math> within <math>400</math>. | ||
− | <math>7^2 \cdot Q^ | + | <math>7^2 \cdot Q^2</math> could also work if <math>4~|~f_1(Q^2)</math>, but <math>7^2 \cdot 3^2 > 400</math> already. |
− | <math> | + | For number that are only divisible by <math>p=11, 13, 19</math>, they don't work because none of these primes are such that <math>p+1</math> could be a multiple of <math>2^5</math> nor a multiple of <math>3^4</math>. |
− | + | <math>p=17</math> works because <math>f_1(17^2) = 18=3^4 \cdot 2</math>. | |
− | In conclusion, there are <math>12+4+1= | + | In conclusion, there are <math>12+4+1+1=18</math> number of <math>N</math>'s ... <math>\framebox{D}</math>. |
Revision as of 04:48, 6 December 2012
Problem 24
Define the function on the positive integers by setting and if is the prime factorization of , then For every , let . For how many in the range is the sequence unbounded?
Note: A sequence of positive numbers is unbounded if for every integer , there is a member of the sequence greater than .
Solution
First of all, notice that for any odd prime , the largest prime that divides is no larger than , therefore eventually the factorization of does not contain any prime larger than . Also, note that , when it stays the same but when it grows indefinitely. Therefore any number that is divisible by or any number such that is divisible by makes the sequence unbounded. There are multiples of within . Now let's look at the other cases.
Any first power of prime in a prime factorization will not contribute the unboundedness because . At least a square of prime is to contribute. So we test primes that are less than :
works, therefore any number that are divisible by works: there are of them.
could also work if satisfies , but .
does not work.
works. There are no other multiples of within .
could also work if , but already.
For number that are only divisible by , they don't work because none of these primes are such that could be a multiple of nor a multiple of .
works because .
In conclusion, there are number of 's ... .