Difference between revisions of "1989 AIME Problems/Problem 11"
(some rigor) |
m (typo fixes etc) |
||
Line 1: | Line 1: | ||
== Problem == | == Problem == | ||
A sample of 121 [[integer]]s is given, each between 1 and 1000 inclusive, with repetitions allowed. The sample has a unique [[mode]] (most frequent value). Let <math>D^{}_{}</math> be the difference between the mode and the [[arithmetic mean]] of the sample. What is the largest possible value of <math>\lfloor D^{}_{}\rfloor</math>? (For real <math>x^{}_{}</math>, <math>\lfloor x^{}_{}\rfloor</math> is the [[floor function|greatest integer]] less than or equal to <math>x^{}_{}</math>.) | A sample of 121 [[integer]]s is given, each between 1 and 1000 inclusive, with repetitions allowed. The sample has a unique [[mode]] (most frequent value). Let <math>D^{}_{}</math> be the difference between the mode and the [[arithmetic mean]] of the sample. What is the largest possible value of <math>\lfloor D^{}_{}\rfloor</math>? (For real <math>x^{}_{}</math>, <math>\lfloor x^{}_{}\rfloor</math> is the [[floor function|greatest integer]] less than or equal to <math>x^{}_{}</math>.) | ||
− | + | __NOTOC__ | |
== Solution == | == Solution == | ||
Let the mode be <math>x</math>, which we let appear <math>n > 1</math> times. We let the arithmetic mean be <math>M</math>, and the sum of the numbers <math>\neq x</math> be <math>S</math>. Then | Let the mode be <math>x</math>, which we let appear <math>n > 1</math> times. We let the arithmetic mean be <math>M</math>, and the sum of the numbers <math>\neq x</math> be <math>S</math>. Then | ||
Line 7: | Line 7: | ||
D &= \left|M-x\right| = \left|\frac{S+xn}{121}-x\right| = \left|\frac{S}{121}-\left(\frac{121-n}{121}\right)x\right| | D &= \left|M-x\right| = \left|\frac{S+xn}{121}-x\right| = \left|\frac{S}{121}-\left(\frac{121-n}{121}\right)x\right| | ||
\end{align*}</math></center> | \end{align*}</math></center> | ||
− | + | As <math>S</math> is essentially independent of <math>x</math>, it follows that we wish to minimize or maximize <math>x</math> (in other words, <math>x=1,1000</math>). Indeed, <math>D(x)</math> is symmetric about <math>x = 500.5</math>; consider replacing all of numbers <math>x_i</math> in the sample with <math>1001-x_i</math>, and the value of <math>D</math> remains the same. So, [[without loss of generality]], let <math>x=1</math>. Now, we would like to maximize the quantity | |
<center><math>\frac{S}{121}-\left(\frac{121-n}{121}\right)(1) = \frac{S+n}{121}-1</math></center> | <center><math>\frac{S}{121}-\left(\frac{121-n}{121}\right)(1) = \frac{S+n}{121}-1</math></center> | ||
<math>S</math> contains <math>121-n</math> numbers that may appear at most <math>n-1</math> times. Therefore, to maximize <math>S</math>, we would have <math>1000</math> appear <math>n-1</math> times, <math>999</math> appear <math>n-1</math> times, and so forth. We can thereby represent <math>S</math> as the sum of <math>n-1</math> arithmetic series of <math>1000, 999, \ldots, 1001 - \left\lfloor \frac{121-n}{n-1} \right\rfloor</math>. We let <math>k = \left\lfloor \frac{121-n}{n-1} \right\rfloor</math>, so | <math>S</math> contains <math>121-n</math> numbers that may appear at most <math>n-1</math> times. Therefore, to maximize <math>S</math>, we would have <math>1000</math> appear <math>n-1</math> times, <math>999</math> appear <math>n-1</math> times, and so forth. We can thereby represent <math>S</math> as the sum of <math>n-1</math> arithmetic series of <math>1000, 999, \ldots, 1001 - \left\lfloor \frac{121-n}{n-1} \right\rfloor</math>. We let <math>k = \left\lfloor \frac{121-n}{n-1} \right\rfloor</math>, so | ||
Line 18: | Line 18: | ||
where <math>C</math> is some constant which does not affect which <math>n</math> yields a maximum. Expanding and scaling again, we wish to maximize the expression | where <math>C</math> is some constant which does not affect which <math>n</math> yields a maximum. Expanding and scaling again, we wish to maximize the expression | ||
<center><math>-2002(n-1) + 2n - \frac{120^2}{n-1} + C = -2000(n-1)- \frac{120^2}{n-1} + C,</math></center> | <center><math>-2002(n-1) + 2n - \frac{120^2}{n-1} + C = -2000(n-1)- \frac{120^2}{n-1} + C,</math></center> | ||
− | or after scaling, we wish to minimize the expression <math>5(n-1) + \frac{36}{n-1}</math>. By [[AM-GM]], we have <math>5(n-1) + \frac{36}{n-1} \ | + | or after scaling, we wish to minimize the expression <math>5(n-1) + \frac{36}{n-1}</math>. By [[AM-GM]], we have <math>5(n-1) + \frac{36}{n-1} \ge 2\sqrt{5(n-1) \cdot \frac{36}{n-1}}</math>, with equality coming when <math>5(n-1) = \frac{36}{n-1}</math>, so <math>n-1 \approx 3</math>. Substituting this result and some arithmetic gives an answer of <math>\boxed{947}</math>. |
---- | ---- | ||
Line 25: | Line 25: | ||
== Notes == | == Notes == | ||
− | *{{ | + | *{{note|1}} In fact, when <math>n = 2,3,4,5</math> (which some simple testing shows that the maximum will occur around), it turns out that <math>\frac{121-n}{n-1}</math> is an integer anyway, so indeed <math>k = \left\lfloor \frac{121-n}{n-1} \right\rfloor = \frac{121-n}{n-1}</math>. |
== See also == | == See also == |
Revision as of 16:39, 11 April 2008
Problem
A sample of 121 integers is given, each between 1 and 1000 inclusive, with repetitions allowed. The sample has a unique mode (most frequent value). Let be the difference between the mode and the arithmetic mean of the sample. What is the largest possible value of ? (For real , is the greatest integer less than or equal to .)
Solution
Let the mode be , which we let appear times. We let the arithmetic mean be , and the sum of the numbers be . Then
D &= \left|M-x\right| = \left|\frac{S+xn}{121}-x\right| = \left|\frac{S}{121}-\left(\frac{121-n}{121}\right)x\right|
\end{align*}$ (Error compiling LaTeX. Unknown error_msg)As is essentially independent of , it follows that we wish to minimize or maximize (in other words, ). Indeed, is symmetric about ; consider replacing all of numbers in the sample with , and the value of remains the same. So, without loss of generality, let . Now, we would like to maximize the quantity
contains numbers that may appear at most times. Therefore, to maximize , we would have appear times, appear times, and so forth. We can thereby represent as the sum of arithmetic series of . We let , so
where denotes the sum of the remaining numbers, namely .
At this point, we introduce the crude estimate[1] that , so and
where is some constant which does not affect which yields a maximum. Expanding and scaling again, we wish to maximize the expression
or after scaling, we wish to minimize the expression . By AM-GM, we have , with equality coming when , so . Substituting this result and some arithmetic gives an answer of .
In less formal language, it quickly becomes clear after some trial and error that in our sample, there will be values equal to one and values each of . It is fairly easy to find the maximum. Try , which yields , , which yields , , which yields , and , which yields . The maximum difference occurred at , so the answer is .
Notes
- ^ In fact, when (which some simple testing shows that the maximum will occur around), it turns out that is an integer anyway, so indeed .
See also
1989 AIME (Problems • Answer Key • Resources) | ||
Preceded by Problem 10 |
Followed by Problem 12 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |