题目
Set A consists of integers {3, -8, Y, 19, -6} and Set B consists of integers {K, -3, 0, 16, -5, 9}. Number L represents the median of Set A, number M represents the mode of set B, and number Z = L^m. If Y is an integer greater than 21, for what value of K will Z be a divisor of 26?
解析
### 已知条件:
- 集合\(A = \{3, -8, Y, 19, -6\}\)
- 集合\(B = \{K, -3, 0, 16, -5, 9\}\)
- \(L\) = 集合\(A\)的中位数
- \(M\) = 集合\(B\)的众数
- \(Z = L^M\)
- \(Y > 21\)
### 求解目标:
- \(K\)取何值时,\(Z\)是26的约数
### 解题思路与过程:
由于\(Y > 21\),将集合\(A\)的元素按升序排列:\(\{-8, -6, 3, 19, Y\}\)
- 中位数\(L = 3\)
对于集合\(B\),除\(K\)外的元素都只出现一次
- 因此,若\(K\)等于这些元素中的任意一个,众数就等于\(K\)
- 此时,众数\(M = K\),\(K\)的可能取值为\(\{-3, 0, 16, -5, 9\}\)
- 所以,\(Z = L^M\)的可能取值为\(\{3^{-3}, 3^0, 3^{16}, 3^{-5}, 3^9\}\)
即\(Z\)的可能值为\(\{\frac{1}{27}, 1, 3^{16}, \frac{1}{243}, 3^9\}\)
由于\(Z\)需要是26的约数,在上述可能值中,只有\(1\)(当\(Z = 3^0\)时)符合条件
- 此时,\(K = 0\)
因此,正确答案是选项C。