返回题库

AIME 2001 I · 第 2 题

AIME 2001 I — Problem 2

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

A finite set S\mathcal{S} of distinct real numbers has the following properties: the mean of S{1}\mathcal{S}\cup\{1\} is 1313 less than the mean of S\mathcal{S}, and the mean of S{2001}\mathcal{S}\cup\{2001\} is 2727 more than the mean of S\mathcal{S}. Find the mean of S\mathcal{S}.

解析

Solution

Let xx be the mean of S\mathcal{S}. Let aa be the number of elements in S\mathcal{S}. Then, the given tells us that ax+1a+1=x13\frac{ax+1}{a+1}=x-13 and ax+2001a+1=x+27\frac{ax+2001}{a+1}=x+27. Subtracting, we have

ax+2001a+140=ax+1a+12000a+1=40a=49\begin{aligned}\frac{ax+2001}{a+1}-40=\frac{ax+1}{a+1} \Longrightarrow \frac{2000}{a+1}=40 \Longrightarrow a=49\end{aligned} We plug that into our very first formula, and get:

49x+150=x1349x+1=50x650x=651.\begin{aligned}\frac{49x+1}{50}&=x-13 \\ 49x+1&=50x-650 \\ x&=\boxed{651}.\end{aligned}

Solution 2

Since this is a weighted average problem, the mean of SS is 1327\frac{13}{27} as far from 11 as it is from 20012001. Thus, the mean of SS is 1+1313+27(20011)=6511 + \frac{13}{13 + 27}(2001 - 1) = \boxed{651}.

Video Solution by OmegaLearn

https://youtu.be/IziHKOubUI8?t=27

~ pi_is_3.14