返回题库

AIME 1991 · 第 6 题

AIME 1991 — Problem 6

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Suppose rr^{}_{} is a real number for which

r+19100+r+20100+r+21100++r+91100=546.\left\lfloor r + \frac{19}{100} \right\rfloor + \left\lfloor r + \frac{20}{100} \right\rfloor + \left\lfloor r + \frac{21}{100} \right\rfloor + \cdots + \left\lfloor r + \frac{91}{100} \right\rfloor = 546.

Find 100r\lfloor 100r \rfloor. (For real xx^{}_{}, x\lfloor x \rfloor is the greatest integer less than or equal to xx^{}_{}.)

解析

Solution 1

There are 9119+1=7391 - 19 + 1 = 73 numbers in the sequence. Since the terms of the sequence can be at most 11 apart, all of the numbers in the sequence can take one of two possible values. Since 54673=7R35\frac{546}{73} = 7 R 35, the values of each of the terms of the sequence must be either 77 or 88. As the remainder is 3535, 88 must take on 3535 of the values, with 77 being the value of the remaining 7335=3873 - 35 = 38 numbers. The 39th number is r+19+391100=r+57100\lfloor r+\frac{19 + 39 - 1}{100}\rfloor= \lfloor r+\frac{57}{100}\rfloor, which is also the first term of this sequence with a value of 88, so 8r+57100<8.018 \le r + \frac{57}{100} < 8.01. Solving shows that 743100r<744100\frac{743}{100} \le r < \frac{744}{100}, so 743100r<744743\le 100r < 744, and 100r=743\lfloor 100r \rfloor = \boxed{743}.

Solution 2 (Faster)

Recall by Hermite's Identity that x+x+1n+...+x+n1n=nx\lfloor x\rfloor +\lfloor x+\frac{1}{n}\rfloor +...+\lfloor x+\frac{n-1}{n}\rfloor = \lfloor nx\rfloor for positive integers nn, and real xx. Similar to above, we quickly observe that the last 35 take the value of 8, and remaining first ones take a value of 7. So, r...r+181007\lfloor r\rfloor \le ...\le \lfloor r+\frac{18}{100}\rfloor \le 7 and r+1...r+921008\lfloor r+1\rfloor \ge ...\ge \lfloor r+\frac{92}{100}\rfloor \ge 8. We can see that r+1=r+1\lfloor r\rfloor +1=\lfloor r+1\rfloor. Because r\lfloor r\rfloor is at most 7, and r+1\lfloor r+1\rfloor is at least 8, we can clearly see their values are 77 and 88 respectively. So, r=...=r+18100=7\lfloor r\rfloor = ... = \lfloor r+\frac{18}{100}\rfloor = 7, and r+92100=...=r+1=8\lfloor r+\frac{92}{100}\rfloor = ...= \lfloor r+1\rfloor = 8. Since there are 19 terms in the former equation and 8 terms in the latter, our answer is nx=546+197+88=743\lfloor nx\rfloor = 546+19\cdot 7+8\cdot 8=\boxed{743}

~ minor edit by arjunkhokhar

Note

In the contest, you would just observe this mentally, and then calculate 546+197+88=743546+19\cdot 7+8\cdot 8= 743, hence the speed at which one can carry out this solution.

Solution 3 (Algebra)

Notice how all terms in this series is in the form r+k100\lfloor r + \frac{k}{100} \rfloor, where 19k9119 \le k \le 91. This then implies that there are a total of 73 terms in this series.

If every term is the same, i.e., 73r+19100=54673 \lfloor r + \frac{19}{100} \rfloor = 546, then r+19100=54677\lfloor r + \frac{19}{100} \rfloor = \frac{546}{7} \approx 7. However, because this isn't exactly 7, this implies that the values in the series are mixed between 7 and 8, so we need to do a bit more work to find out the value of kk such that r+k100=7\lfloor r + \frac{k}{100} \rfloor = 7 and r+k+1100=8\lfloor r + \frac{k+1}{100} \rfloor = 8.

We see that if we have a values that return 7 and b values that return 8, then a+b=73a+b=73.

Additionally, because the total sum of all values is 546, we have 7a+8b=5467a + 8b = 546.

Solving the system returns b=35b=35, so 35 terms return 8 and the others return 7.

Then, it is notable that the last 35 terms of the series will return 8 (as they are the ones that maximize the value of r), and of course, we have k+1=9135+1=57k+1=91-35+1 =57. So k=56k = 56.

Therefore, the point of change occurs in the step from r+56100\lfloor r + \frac{56}{100} \rfloor to r+57100\lfloor r + \frac{57}{100} \rfloor.

We now use the definition of r+57100=8\lfloor r + \frac{57}{100} \rfloor = 8, because if r+56100=7\lfloor r + \frac{56}{100} \rfloor = 7, that would imply that {r}=10057100=43100\{r\} = \frac{100-57}{100} = \frac{43}{100} (as 56+43100=0\lfloor \frac{56+43}{100} \rfloor = 0 and 57+43100=1\lfloor \frac{57+43}{100} \rfloor = 1)

Then, through the definition of {r}\{r\}, we see that rr={r}r - \lfloor r \rfloor = \{r\}, and because r=7\lfloor r \rfloor = 7 and {r}=43100\{r\} = \frac{43}{100}, we get r=743100=7.43r = \frac{743}{100} = 7.43.

100r=1007.43=743=\lfloor 100r \rfloor = \lfloor 100 \cdot 7.43 \rfloor = \lfloor 743 \rfloor = 743\boxed{743}

~Pinotation