AIME 1994 · 第 4 题
AIME 1994 — Problem 4
题目详情
Problem
Find the positive integer for which
(For real , is the greatest integer )
解析
Solution 1
Note that if for some , then .
Thus, there are integers such that . So the sum of for all such is .
Let be the integer such that . So for each integer 2^ja\le n\lfloor\log_2{a}\rfloor=jn-2^k+1\lfloor\log_2{a}\rfloor=k$.
Therefore, .
Through computation: and . Thus, .
So, .
Alternatively, one could notice this is an arithmetico-geometric series and avoid a lot of computation.
Solution 2
For this solution, we notice that values between ranges of are the same. Let's look at these ranges and their total value. It is trivial to conclude so we will not write that.
\begin{array}{c|c} \text{Range of } k & \text{Expression (Total)} \\ \hline 2 \leq k < 2^2 & 1 \cdot (2^2 - 2) = 2 \\ 2^2 \leq k < 2^3 & 2 \cdot (2^3 - 2^2) = 8 \\ 2^3 \leq k < 2^4 & 3 \cdot (2^4 - 2^3) = 24 \\ 2^4 \leq k < 2^5 & 4 \cdot (2^5 - 2^4) = 64 \\ 2^5 \leq k < 2^6 & 5 \cdot (2^6 - 2^5) = 160 \\ 2^6 \leq k < 2^7 & 6 \cdot (2^7 - 2^6) = 384 \\ 2^7 \leq k < 2^8 & 7 \cdot (2^8 - 2^7) = 896 \\ \end{array}
Sum of the values up to less than is . This seems close enough to our desired value of as any additional groups would exceed . The difference is . Since the next numbers of the sequence will always be 8 since , we can just find the number of '8's, which is . So there are exactly 57 integers in that range. The largest integer, which is , is equal to . ~Totient4Breakfast
Solution 3 (Variation of Solution 1)
Like in solution 1, continue upon realization that we get the series .
Then, this series can be written as
Continuing forth with solution 1, we can see that if , we get , and if , we get .
Then, we see that there must be such that . Solving for we get .
We see that is the number of terms in this sequence for and , and we include the additional 57 terms. To do this, we don't want to include the arithmetic portion of our series, turning our arithmetico-geometric series into
The finite geometric sum results in 255, in which the value of is determined as .
~Pinotation