Official Solution:A set of 11 different integers has a median of 25 and a range of 50. What is the greatest possible integer that could be in this set?A. 65
B. 70
C. 75
D. 80
E. 85
Consider 11 numbers in ascending order to be \(x_1\), \(x_2\), \(x_3\), ..., \(x_{11}\).
The median of a set with an odd number of elements is the middle number when arranged in ascending or descending order. So, in this case, the median of the given set is \(x_{6}=25\):
\(x_1, \ x_2, \ x_2, \ x_3, \ x_4, \ x_5, \ 25, \ x_7, \ x_8, \ x_9, \ x_{10}, \ x_{11}\)
The range of a set is the difference between the largest and smallest numbers of the set. Therefore, the range of the given set is \(50=x_{11}-x_{1}\), which gives \(x_{11}=50+x_{1}\).
We want to maximize \(x_{11}\), so we need to maximize \(x_{1}\). Since all the integers in the set must be distinct, the maximum value of \(x_{1}\) can be \(median-5=25-5=20\) (we need \(x_1\) as close to the median as possible). Thus, the maximum value of \(x_{11}\) is \(x_{11}=50+20=70\).
Therefore, the set could be {
20, 21, 22, 23, 24,
25, 26, 27, 28, 29,
70}.
Answer: B