题目
Problem
The lengths, L mm, of housefly wings are normally distributed with L∼N(4.5,0.42)
(a) Find the probability that a randomly selected housefly has a wing length of less than 3.86 mm.
(3)
(b) Find
(i) the upper quartile (Q3) of L
(ii) the lower quartile (Q1) of L
(4)
A value that is greater than Q3+1.5×(Q3−Q1) or smaller than Q1−1.5×(Q3−Q1) is defined as an outlier.
(c) Find these two outlier limits.
(3)
A housefly is selected at random.
(d) Using standardisation, show that the probability that this housefly is not an outlier is 0.993 to 3 decimal places.
(3)
Given that this housefly is not an outlier,
(e) showing your working, find the probability that the wing length of this housefly is greater than 5 mm.
(4)
解答
(a)
解法一
思路
展开
先标准化 3.86,再查左尾概率。
答题过程
展开
P(L<3.86)====P(Z<0.43.86−4.5)P(Z<−1.6)1−0.94520.0548.
(b)
解法一
思路
展开
上四分位数对应左侧概率 0.75,下四分位数对应左侧概率 0.25。标准正态值约为 ±0.67。
答题过程
展开
For Q3,
0.4Q3−4.5=0.67.
So
Q3=4.5+0.67(0.4)=4.768.
For Q1,
0.4Q1−4.5=−0.67.
So
Q1=4.5−0.67(0.4)=4.232.
Therefore
Q3=4.77,Q1=4.23
to 3 significant figures.
(c)
解法一
思路
展开
先求 IQR,再用上下 outlier limits 的公式。
答题过程
展开
IQR==4.768−4.2320.536.
So
1.5IQR=1.5(0.536)=0.804.
The lower limit is
4.232−0.804=3.428.
The upper limit is
4.768+0.804=5.572.
(d)
解法一
思路
展开
“不是 outlier” 即 wing length 在两个 limits 之间。把两个 limits 标准化。
答题过程
展开
P(not an outlier)===P(3.428<L<5.572)P(0.43.428−4.5<Z<0.45.572−4.5)P(−2.68<Z<2.68).
Using the standard normal distribution,
P(−2.68<Z<2.68)=0.9926…
Therefore the probability is
0.993
to 3 decimal places.
(e)
解法一
思路
展开
这是条件概率。已知不是 outlier,所以分母是 P(3.428<L<5.572);又要求 L>5,所以分子是 P(5<L<5.572)。
答题过程
展开
First,
P(not an outlier)=0.9926…
Also,
P(5<L<5.572)===P(0.45−4.5<Z<0.45.572−4.5)P(1.25<Z<2.68)0.1021…
Therefore
P(L>5∣not an outlier)===P(3.428<L<5.572)P(5<L<5.572)0.9926…0.1021…0.1028…
So the probability is
0.103
to 3 significant figures.