TippingPoint93
If John's average (arithmetic mean) score for three games of pinball was 112, what was his median score?
(1) The average (arithmetic mean) of John's highest and lowest scores was 118.
(2) John's highest score was 154.
This question is #90 from Jeff Sackmann's Statistics-Sets 100 Challenge Q's.
I'm a bit stumped by OA on this question. I don't understand why it's not C. My thought process:
a) Say we have X, Y, Z. If X is 140, Z could be 96 to average 118, and then Y would be 100, making Y the median because X>Y>Z. If X is 120, and Z is 116, they average to 118, Y would still be 100 and Z would be the median because X>Z>Y. Not Sufficient
b) Clearly not sufficient alone.
Combined - If you know what the highest (X) is, and you know what the average of X and Z is and the average of X, Y, Z, then one could determine the median. Am I missing something?
If John's average (arithmetic mean) score for three games of pinball was 112, what was his median score?The median of a set with odd number of terms is the middle term, when arranged in ascending/descending order. Say, the three scores are x, y, and z, where \(x \leq y \leq z\). We are told that x + y + z = 3*112 and asked to find the value of y.
(1) The average (arithmetic mean) of John's highest and lowest scores was 118 --> x + z = 2*118. Substitute this in the above equation: 2*118 + y = 3*112 --> y = 100. Sufficient.
(2) John's highest score was 154 --> z = 154. Not sufficient.
Answer: A.
Thanks for responding. If the average of the lowest and highest is 118, then the third term will always be 100. [I understand this part]
But couldn't the largest term be 140 and the smallest be 96? making 100 the median?