Bunuel
List A consists of four numbers. The smallest possible average (arithmetic mean) of three of these four numbers is 30 and the largest possible average (arithmetic mean) of three of these four numbers is 40. What is the range of possible averages of list A?
A. 2
B. 3
C. 5
D. 6
E. 10
Are You Up For the Challenge: 700 Level Questions
sayan640, refer your PM
We have numbers, a, b, c and d.
Now, sum of the lower three or upper three is fixed. We can manipulate the values to increase or decrease the overall mean.
Let us work on the upper three => b+c+d = 3*40 = 120
a would depend on what we take b and c as.
Maximize the mean/sum: a should be the maximum, and that will be possible only when a=b=c=30 as 30 is the average of these three numbers.
so,
Sum = a+b+c+d = 30+120 = 150..............a,b,c,d = 30,30,30,60
Minimize the mean/sum: a should be the minimum, and that will be possible only when b and c are maximized, that is b=c=d=40 as 40 is the average of these three numbers. Thus, a+40+40 = 3*30 = 90 or a=10
so,
Sum = a+b+c+d = 10+120 = 130..............a,b,c,d = 10,30,30,60
Range of mean = \(\frac{150}{4}-\frac{130}{4}=\frac{20}{4}=5\)