题目
Problem
A machine cuts wood into pieces. The lengths, W metres, of the pieces produced by the machine are normally distributed with mean μ metres and standard deviation σ metres.
It is known that
P(W<3.968)=0.1andP(3.968<W<4.026)=0.75
(a) Calculate the value of μ and the value of σ
(5)
A second machine cuts wood into logs. The lengths, L cm, of the logs produced by this second machine are normally distributed with L∼N(30,0.52)
An outlier is a value that is greater than Q3+1.5×(Q3−Q1) or smaller than Q1−1.5×(Q3−Q1)
A log is selected at random.
Given that Q1=29.7 to 3 significant figures,
(b) find the probability that the length of this log is an outlier.
(5)
解答
(a)
解法一
思路
展开
把两个概率条件翻译成标准正态分位点。左侧 10% 对应 z=−1.2816,从 3.968 到 4.026 的概率是 0.75,所以 P(W<4.026)=0.85,对应 z=1.0364。
答题过程
展开
Since
P(W<3.968)=0.1,
we have
σ3.968−μ=−1.2816.
So
μ−1.2816σ=3.968.
Also,
P(W<4.026)=0.1+0.75=0.85.
Thus
σ4.026−μ=1.0364,
so
μ+1.0364σ=4.026.
Subtracting the two equations,
2.3180σ=0.058.
Therefore
σ=0.0250….
Using μ+1.0364σ=4.026,
μ=4.026−1.0364(0.0250…)=4.000….
Hence
μ=4.00,σ=0.025.
(b)
解法一
思路
展开
正态分布关于均值 30 对称,所以 Q3 与 Q1 对称,约为 30.3。先算 outlier limits,再求两侧尾部概率。
答题过程
展开
Since the distribution is symmetric about 30,
Q3≈30.3.
So
IQR=30.3−29.7=0.6.
The outlier limits are
29.7−1.5(0.6)=28.8
and
30.3+1.5(0.6)=31.2.
Thus
P(outlier)=P(L<28.8)+P(L>31.2).
By symmetry,
P(outlier)=2P(L>31.2).
Now
P(L>31.2)=P(Z>0.531.2−30)=P(Z>2.4).
So
P(L>31.2)=0.0082.
Therefore
P(outlier)=2(0.0082)=0.0164.