Official Solution: 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
Say the seven scores are \(a\), \(b\), \(c\), \(d\), \(e\), \(f\), and \(g\), where \(a < b < c < d < e < f < g\) (since all scores are different). We are asked to find the lowest possible value of \(g\).
We are told the average of the seven scores is 30, so the total sum is:
\(a + b + c + d + e + f + g = 30 * 7 = 210\)
We are also told the median is 27, so \(d = 27\):
\(a < b < c < (d = 27) < e < f < g\)
To minimize \(g\), we need to maximize the other numbers. The maximum values of \(a\), \(b\), and \(c\) are 24, 25, and 26 respectively.
In this case: \(a + b + c + d = 24 + 25 + 26 + 27 = 102\)
Thus, \(e + f + g = 210 - 102 = 108\).
If those three numbers were equal, we’d get \(e = f = g = \frac{108}{3} = 36\). However, since they must be distinct, the least value \(g\) can take is when \(e = 35\), \(f = 36\), and \(g = 37\).
The final distribution that yields the minimum possible value of \(g\) is: {24, 25, 26, 27, 35, 36, 37}.
Answer: D