题目
Problem
The histogram below shows the distribution of the heights, to the nearest cm, of 408 plants.
Histogram showing heights of plants
(a) Use the histogram to complete the following table.
| Height (h cm) | 5⩽h<9 | 9⩽h<13 | 13⩽h<15 | 15⩽h<17 | 17⩽h<25 |
|---|
| Frequency | 32 | 152 | 120 | | |
(2)
(b) Use interpolation to estimate the median.
(2)
The mean height of these plants is 13.2 cm correct to one decimal place.
(c) Describe the skew of these data. Give a reason for your answer.
(1)
Two of these plants are chosen at random.
(d) Estimate the probability that both of their heights are between 8 cm and 14 cm.
(3)
解答
(a)
解法一
思路
展开
Histogram 的面积代表频数。从图上对应两组面积可得到剩下两个频数。已知总频数是 408,也可检查两格合计应为 104。
答题过程
展开
From the histogram, the missing frequencies are
72and32.
So the completed table is
| Height (h cm) | 5⩽h<9 | 9⩽h<13 | 13⩽h<15 | 15⩽h<17 | 17⩽h<25 |
|---|
| Frequency | 32 | 152 | 120 | 72 | 32 |
(b)
解法一
思路
展开
共有 408 个数据,中位数位置是第 204 个。到 13 cm 前累计频数是 184,到 15 cm 前累计频数是 304,所以中位数在 13⩽h<15 这一组。
答题过程
展开
The median is the 204th value.
The cumulative frequency before 13 cm is
32+152=184.
The median lies in the class 13⩽h<15.
Using interpolation,
median===13+120204−184(15−13)13+12020(2)13.333….
So the estimated median is
13.3 cm.
(c)
解法一
思路
展开
平均数约为 13.2,中位数约为 13.3,两者很接近,所以可认为近似对称、没有明显 skew。
答题过程
展开
The data are approximately symmetric, since the mean 13.2 cm is close to the estimated median 13.3 cm.
(d)
解法一
思路
展开
先估计 8 到 14 cm 的植物数量。它包含 8 到 9 的一部分、9 到 13 整组、13 到 14 的一部分。抽两株不放回,所以第二个分母是 407。
答题过程
展开
Estimated number between 8 cm and 14 cm:
n===41(32)+152+21(120)8+152+60220.
Therefore the required probability is
408220×407219=0.2901….
So the probability is approximately
0.290.