AIME 1985 · 第 8 题
AIME 1985 — Problem 8
题目详情
Problem
The sum of the following seven numbers is exactly 19: , , , , , , . It is desired to replace each by an integer approximation , , so that the sum of the 's is also 19 and so that , the maximum of the "errors" , the maximum absolute value of the difference, is as small as possible. For this minimum , what is ?
Explanation of the Question
Note: please read the explanation AFTER YOU HAVE TRIED reading the problem but couldn't understand.
For the question. Let's say that you have determined 7-tuple . Then you get the absolute values of the differences. Namely,
Then is the greatest of the absolute values. So basically you are asked to find the 7-tuple with the smallest , and the rest would just be a piece of cake.
解析
Solution 1
Let denote the fractional part of .
Because , we see that the maximum spread of the numbers is , and the median spread of the numbers is .
Now, we take inspiration from rounding decimals. Note how if we have one positive integer and another positive integer , then , and the median spread is , or . Then, the following piecewise function is acquired. If a number satisfies , then if , we take , and if , we take .
Applying this to our scenario, we have and the median spread is . So, to determine a judgement in our scenario, we use the following piecewise function of .
If , then take , and if , take .
For all 7 numbers, we apply these and get 2, 2, 3, 3, 3, 3, 3. Adding them results in , which satisfies the constraint, and the greatest value of is determined from .
This is guarenteed as notice that all , and in general the rounding principle states that if a number has the property that , then take and if , then take , in which we can adjust using the same principle here.
In addition to this problem, this idea is reminiscent for ALL problems of this category, so one additional concept to add to your problem solving toolkit.
Thus, , and
~Pinotation
Solution 2
If any of the approximations is less than 2 or more than 3, the error associated with that term will be larger than 1, so the largest error will be larger than 1. However, if all of the are 2 or 3, the largest error will be less than 1. So in the best case, we write 19 as a sum of 7 numbers, each of which is 2 or 3. Then there must be five 3s and two 2s. It is clear that in the best appoximation, the two 2s will be used to approximate the two smallest of the , so our approximations are and and the largest error is , so the answer is .