题目
Problem
The weights, X grams, of a particular variety of fruit are normally distributed with
X∼N(210,252)
A fruit of this variety is selected at random.
(a) Show that the probability that the weight of this fruit is less than 240 grams is 0.8849
(2)
(b) Find the probability that the weight of this fruit is between 190 grams and 240 grams.
(2)
(c) Find the value of k such that P(210−k<X<210+k)=0.95
(3)
A wholesaler buys large numbers of this variety of fruit and classifies the lightest 15% as small.
(d) Find the maximum weight of a fruit that is classified as small.
You must show your working clearly.
(3)
The weights, Y grams, of a second variety of this fruit are normally distributed with
Y∼N(μ,σ2)
Given that 5% of these fruit weigh less than 152 grams and 40% weigh more than 180 grams,
(e) calculate the mean and standard deviation of the weights of this variety of fruit.
(5)
解答
(a)
解法一
思路
展开
先标准化 240。这里方差写成 252,所以标准差是 25。
答题过程
展开
P(X<240)===P(Z<25240−210)P(Z<1.2)0.8849.
This shows the required probability.
(b)
解法一
思路
展开
用上一小题的 P(X<240),再减去 P(X<190)。
答题过程
展开
P(190<X<240)=====P(X<240)−P(X<190)0.8849−P(Z<25190−210)0.8849−P(Z<−0.8)0.8849−0.21190.6730.
Therefore the probability is
0.673.
解法二
思路
展开
跨均值对称区间公式。当我们要求对称于均值两侧的区间概率 P(a<X<b)(其中 a<μ<b)时,标准化后对应区间为 [−za,zb](其中 za,zb>0)。
利用标准正态分布的性质,该概率可以直接展开为:
P(−za<Z<zb)=Φ(zb)−Φ(−za)=Φ(zb)−(1−Φ(za))=Φ(zb)+Φ(za)−1
在本题中,对应区间为 [−0.8,1.2]。因此:
P(−0.8<Z<1.2)=Φ(1.2)+Φ(0.8)−1
我们查表直接得到两个累积概率,并相加再减去 1。这可以有效避免多重括号和减去补集的复杂步骤,是计算此类跨均值区间概率非常经典的快捷公式。
答题过程
展开
Standardise the boundaries 190 and 240:
P(190<X<240)==P(25190−210<Z<25240−210)P(−0.8<Z<1.2).
Using the interval identity for standard normal variables spanning across 0:
P(−a<Z<b)=Φ(b)+Φ(a)−1
where a,b>0.
Substitute a=0.8 and b=1.2:
P(−0.8<Z<1.2)====Φ(1.2)+Φ(0.8)−10.8849+0.7881−11.6730−10.673.
Therefore, the probability is 0.673.
(c)
解法一
思路
展开
区间 210−k<X<210+k 以平均数为中心,中央概率为 0.95,所以两边尾部各 0.025。对应的正标准正态值是 1.96。
答题过程
展开
For the central 95% interval,
z=1.96.
So
25210+k−210=1.96.
Therefore
k=1.96(25)=49.
(d)
解法一
思路
展开
最轻的 15% 表示左侧概率为 0.15。查 percentage points 表可得对应 z=−1.0364。
答题过程
展开
Let the required maximum weight be S.
Then
P(X<S)=0.15.
The corresponding standard normal value is
z=−1.0364.
Hence
25S−210=−1.0364.
So
S==210−1.0364(25)184.09.
The maximum weight is approximately
184 grams.
(e)
解法一
思路
展开
把两个百分比条件都转成标准正态方程。5% 在左尾,对应 z=−1.6449;40% 在右尾,表示左侧概率 0.60,对应 z=0.2533。
答题过程
展开
Since 5% weigh less than 152 grams,
σ152−μ=−1.6449.
Since 40% weigh more than 180 grams,
P(Y<180)=0.60.
So
σ180−μ=0.2533.
Thus
152−μ=180−μ=−1.6449σ,0.2533σ.
Subtracting the first equation from the second gives
28=σ=1.8982σ14.7508…
Then
180−μ=μ=0.2533(14.7508…)176.263…
Therefore
μ=176,σ=14.8
to 3 significant figures.