Difference between revisions of "1989 AIME Problems/Problem 11"
m (→Solution: ->tex) |
|||
Line 3: | Line 3: | ||
== Solution == | == Solution == | ||
− | + | It is obvious that there will be <math>n+1</math> values equal to one and <math>n</math> values each of <math>1000, 999, 998 \ldots</math>. It is fairly easy to find the [[maximum]]. Try <math>n=1</math>, which yields <math>924</math>, <math>n=2</math>, which yields <math>942</math>, <math>n=3</math>, which yields <math>947</math>, and <math>n=4</math>, which yields <math>944</math>. The maximum difference occurred at <math>n=3</math>, so the answer is <math>947</math>. | |
− | It is obvious that there will be n+1 values equal to one and n values each of 1000, 999, 998. | + | |
== See also == | == See also == | ||
* [[1989 AIME Problems/Problem 12|Next Problem]] | * [[1989 AIME Problems/Problem 12|Next Problem]] | ||
* [[1989 AIME Problems/Problem 10|Previous Problem]] | * [[1989 AIME Problems/Problem 10|Previous Problem]] | ||
* [[1989 AIME Problems]] | * [[1989 AIME Problems]] |
Revision as of 17:47, 7 March 2007
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
It is obvious that 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 .