题目
Problem
Students in class A and class B sit a statistics test.
There are 24 students in class A and 30 students in class B.
The marks, x, for students in each class are summarised in the table below.
| n | xˉ | ∑x2 |
|---|
| Class A | 24 | 47 | 66876 |
| Class B | 30 | b | 73826 |
The two classes are combined into one group of 54 students.
The mean mark for all 54 students is 45.
(a) Show that b=43.4
(2)
(b) Find the standard deviation of the marks for all 54 students.
(2)
Following moderation, each student in class B has their mark increased by 2.
(c) Without further calculations state, giving a reason in each case, the effect this will have on
(i) the variance of the marks for class B
(ii) the mean mark for all 54 students
(iii) the standard deviation of the marks for all 54 students.
(3)
解答
(a)
解法一
思路
展开
总平均数是总分除以总人数。先用总平均数求出两班总分,再减去 A 班总分,得到 B 班总分,最后除以 30。
答题过程
展开
The total mark for all 54 students is
54×45=2430.
The total mark for class A is
24×47=1128.
So the total mark for class B is
2430−1128=1302.
Therefore
b==30130243.4.
Hence b=43.4.
(b)
解法一
思路
展开
合并后的标准差用
s=n∑x2−xˉ2.
这里 ∑x2 要把两个班的 ∑x2 相加,xˉ=45,n=54。
答题过程
展开
For all 54 students,
∑x2=66876+73826=140702.
Therefore
s=====n∑x2−xˉ254140702−4522605.592…−2025580.592…24.095….
So the standard deviation is
24.1
to 3 significant figures.
解法二
思路
展开
方差合并加权公式。对于两组已知样本量、均值和方差的数据,其合并后的方差满足以下公式:
soverall2=nA+nBnA(sA2+(xˉA−xˉoverall)2)+nB(sB2+(xˉB−xˉoverall)2)
我们可以先分别算出 Class A 和 Class B 的方差,然后利用该加权合并公式直接求出合并方差,最后开根号得到标准差。这种方法对于理解两组数据合并时“组内方差”与“组间方差”的贡献非常有教学价值。
答题过程
展开
First calculate the variance of each class.
For Class A:
sA2====nA∑xA2−xˉA22466876−4722786.5−2209577.5
For Class B:
sB2====nB∑xB2−xˉB23073826−43.422460.866…−1883.56577.306…
Now use the weighted combined variance formula:
soverall2======nA+nBnA(sA2+(xˉA−xˉoverall)2)+nB(sB2+(xˉB−xˉoverall)2)5424(577.5+(47−45)2)+30(577.306…+(43.4−45)2)5424(577.5+4)+30(577.306…+2.56)5413956+173965431352580.592…
Finally, find the standard deviation:
soverall==580.592…24.095…
So the standard deviation is 24.1 (to 3 significant figures).
(c)
解法一
思路
展开
给 B 班每个人都加 2,不会改变 B 班内部的离散程度,所以 B 班方差不变。整体平均数一定增加,因为总分增加。整体标准差会减小,因为 B 班原本均值 43.4 低于 A 班均值 47,加 2 后变成 45.4,两班均值更接近。
答题过程
展开
(i) The variance of class B has no effect.
Adding 2 to every mark in class B does not change the spread of the marks.
(ii) The mean mark for all 54 students increases.
The total mark increases because each of the 30 students in class B gains 2 marks.
(iii) The standard deviation of the marks for all 54 students decreases.
The mean mark of class B becomes closer to the mean mark of class A, so the marks are less spread out overall.