题目
Problem
Jim records the length, l mm, of 81 salmon. The data are coded using x=l−600 and the following summary statistics are obtained.
n=81∑x=3711∑x2=475181
(a) Find the mean length of these salmon.
(3)
(b) Find the variance of the lengths of these salmon.
(2)
The weight, w grams, of each of the 81 salmon is recorded to the nearest gram.
The recorded results for the 81 salmon are summarised in the box plot below.
Box plot
(c) Find the maximum number of salmon that have weights in the interval
4600<w⩽7700
(1)
Raj says that the box plot is incorrect as Jim has not included outliers.
For these data an outlier is defined as a value that is more than
1.5×IQR
above the upper quartile or 1.5×IQR below the lower quartile
(d) Show that there are no outliers.
(3)
解答
(a)
解法一
思路
展开
由 x=l−600 得 l=x+600,所以平均长度等于 xˉ+600。
答题过程
展开
xˉ=813711=45.814…
Since l=x+600,
lˉ===xˉ+60045.814…+600645.814…
The mean length is
646 mm
to 3 significant figures.
(b)
解法一
思路
展开
加上 600 不会改变 variance,所以 l 的 variance 与 x 的 variance 相同。
答题过程
展开
Var(X)===n∑x2−(n∑x)281475181−(813711)23767.43…
Since l=x+600, adding 600 does not change the variance.
Therefore
Var(L)=3770
to 3 significant figures.
(c)
解法一
思路
展开
从 box plot 读数,4600 到 7700 最多可包含上半部分,也就是约 50% 的 81 条鱼。人数必须是整数,所以最大为 40。
答题过程
展开
The interval 4600<w⩽7700 can contain at most the upper half of the data.
So the maximum number is
40.
(d)
解法一
思路
展开
由 box plot 读出 Q1=3800,Q3=5400,最小值 1600,最大值 7700。算出 outlier boundaries,再检查最小值和最大值是否越界。
答题过程
展开
From the box plot,
Q1=3800,Q3=5400.
So
IQR=5400−3800=1600.
The upper boundary is
5400+1.5(1600)=7800.
The lower boundary is
3800−1.5(1600)=1400.
The maximum value is 7700, and
7700<7800.
The minimum value is 1600, and
1600>1400.
Therefore there are no outliers.