28.
设 x1,x2,…,xn 是一个整数序列,满足:
(i) 对 i=1,2,3,…,n 有 −1≤xi≤2;
(ii) x1+x2+⋯+xn=19;
(iii) x12+x22+⋯+xn2=99。
令 m 和 M 分别为 x13+x23+⋯+xn3 的最小和最大可能值。求 mM。
Let x1,x2,…,xn be a sequence of integers such that
(i) for i=1,2,3,…,n, −1≤xi≤2;
(ii) x1+x2+⋯+xn=19; and
(iii) x12+x22+⋯+xn2=99.
Let m and M be the minimal and maximal possible values of x13+x23+⋯+xn3, respectively. What is mM?
答案:E
解答:
设 a,b,c 分别为 −1、1、2 的个数。则 −a+b+2c=19,且 a+b+4c=99,解得 a=40−c、b=59−3c,并且 0≤c≤19。
立方和为 −a+b+8c=19+6c。最小值在 c=0 时为 19,最大值在 c=19 时为 133。因此 mM=19133=7。
所以正确答案是 E。
Let a,b,c be the numbers of −1s, 1s, and 2s. Then −a+b+2c=19 and a+b+4c=99, giving a=40−c and b=59−3c with 0≤c≤19.
The sum of cubes is −a+b+8c=19+6c. The minimum is at c=0 (value 19) and the maximum at c=19 (value 133), so mM=19133=7.
Thus, the correct answer is E.