Given,1. Seven students have a different integer
(x1, x2, x3, x4, x5, x6, x7)
2. Score between 0 and 100
(0 < x1, x2, x3, x4, x5, x6, x7 < 100)
3. Arithmetic mean of the score = 30
Total sum of their scores = 30 * 7 = 210
4. Median of the scores = 27
x4 = 27
To find,The minimum possible value for the highest score
Solution,To minimize the highest score, we have to consider the maximum the remaining 5 scores.
As all score are integer & different,
x1, x2, x3 <27
Maximum value of x1, x2, x3 will be 24, 25. 26Now, we have
x5 + x6 + x7 = 210 – 24 – 25 – 26 – 27
x5 + x6 + x7 = 108
To minimize the x7, we know that
x5, x6, x7 will be consecutive values.
Here, we can check from the options,
The combination will be ,
35 + 36 + 37 = 108
So, the minimum value of highest score i.e. x7 is 37.Ans: D Bunuel
A class of seven students took a quiz, and each received a different integer score between 0 and 100. If the average (arithmetic mean) score was 30 and the median was 27, what is the minimum possible value for the highest score?
A. 34
B. 35
C. 36
D. 37
E. 38