List S consists of 10 consecutive odd integers, and list T consists of 5 consecutive even integers. If the least integer in S is 7 more than the least integer in T, how much greater is the average (arithmetic mean) of the integers in S than the average of the integers in T ?
2
7
8
12
22
题目分析:
集合 S=n,n+2,n+4,n+6,n+8,n+10,n+12,n+14,n+16,n+18;n 是奇数;
根据题目,集合 S 的最小数比集合 T 的最小数大 7,所以集合 T 的最小数就是 n-7, T=n-7, n-5,n-3,n-1,n+1;
集合S的平均数=~$\frac{n+n+2+n+4+n+6+n+8+n+10+n+12+n+14+n+16+n+18}{10} = \frac{10n+90} {10}=n+9$~
集合 T 的平均数=~$\frac{n-7+n-5+n-3+n-1+n+1}{5}=\frac{5n-15}{5}=n-3$~;
平均数的差值=n+9-n+3=12;
另:因为集合 S 和 T 是连续的,所以 S 与 T 的中位数与平均数相同;根据以上列出的集合S,T.S 的平均数应该是 n+8,n+10 的平均数,即(n+8+n+10)/2=n+9; T 的平均数就是 n-3.差值就是 12.
综上:答案就是 D.
S:{9,11,13,15,17,19,21,23,25,27}
T:{2,4,6,8,10}
Avg.S=18
Avg.T=6
Avg.S-Avg.T=12
太棒了!
然后我很开心的算了下18-6=8,完美的选了C
登录 或 注册 后可以参加讨论
对least理解有误,是最小不是最后一个,导致算错
因为S跟T都是2数列递增,根据S有10个数,T有5个数,所以S的平均数是 SV = (S5+S6)/2 = (S1+2*4+S1+2*5)/2 = S1 + 9;
T的平均数 TV = T3 = T1 + 2*2 = T1+4;
因为S1 = T1 + 7;
所以 SV - TV = S1+9 -(T1+4) = T1+7+9 - (T1+4) = 16 - 4 = 2;
答案选D
或者不管偶数个还是奇数个,用(S1+S10)/2 和 (T1 + T5)/2来求平均数也可以,都算是比较简单而且通用的解题方法
登录 或 注册 后可以参加讨论
直接带入算得更快
mark,直接代入数字比使用未知数算更加快
这道题答案是不是错了呀?为什么是12不是2呢?