Question:- Among 16 observations, if the least observation is eliminated the average of the remaining observations is 60. If the greatest observation is eliminated the average of the remaining observations is 54. For the 16 observations, find the difference between the maximum possible average and the minimum possible average.
My attempt:-
Let the observations be $a_1<=a_2<=a_3<=.....<=a_{15}<=a_{16}$
Sum of first 15 observations will be $54*15=810$
Sum of last 15 observations will be $60*15=900$
$a_{16}-a_1=90$
How to proceed further? Please guide me.
I am not able to understand the textbook solutions given.
Textbook solutions:-
Solution 1:-
Min Average
Let last 15 large observations be 60,
$15*54=14*60+a_1$
$a_1=-30$
Average here is = (60*15-30)/16 = 54.375
Max Average
Let first 15 observations be 54
$14*54+a_{16}=15*60$
$a_{16} = 59.625$
Average here will be (144+54*15)/16 = 59.625
Therefore Ans = $59.625-54.375=5.25$
Solution 2:-
The gap between $a_1$ and $a_{16}$ is fixed. Only the middle 14 values can swing by a max of 6 from 54 to 60. This sum in two extreme cases will differ by 14*6 = 84 and thus average of 16 values will differ by 84/16 = 5.25
How is the author assuming values of terms to be 54 and 60 , and how can the middle terms only range from 54 to 60 ?
You found $\sum\limits_1^{15}a_i =810$ and $\sum\limits_2^{16}a_i =900$.
You also know
The middle $14$ values are not individually restricted to being between $54$ and $60$, but their average is, so their sum is restricted to being between $756$ and $840$ with a range of $84$.