题目
A list is comprised of five positive integers: 4, 4, x, 7, y. What is the range of the possible values of the medians?
选项
E.Cannot be determined by information provided.
解析
### 中位数的最大值
当数值取最大可能值时,排列为\(4, 4, 7, x, y\),此时中位数是\(7\)。
### 中位数的最小值
当数值取最小可能值时,排列为\(x, y, 4, 4, 7\),此时中位数是\(4\)。
中位数的极差 = \(7 - 4 = 3\)
答案:B