题目
Problem
The weights of bags of carrots, C kg, are such that C ~ N(1.2, 0.03^2)
Three bags of carrots are selected at random.
(a) Calculate the probability that their total weight is more than 3.5 kg.
(4)
The weights of bags of potatoes, R kg, are such that R ~ N(2.3, 0.03^2)
Two bags of potatoes are selected at random.
(b) Calculate the probability that the difference in their weights is more than 0.05 kg.
(5)
The weights of trays, T kg, are such that T∼N(2.5,0.12)
The random variable G represents the total weight, in kg, of a single tray packed with
10 bags of potatoes where G and T are independent.
(c) Calculate P(G < 2T + 20)
(7)
(Total for Question 6 is 16 marks)
题目中文翻译
胡萝卜袋的重量 C kg 服从分布 C ~ N(1.2, 0.03^2)。
随机抽取 3 袋胡萝卜。
(a) 计算它们总重量大于 3.5 kg 的概率。
土豆袋的重量 R kg 服从分布 R ~ N(2.3, 0.03^2)。
随机抽取 2 袋土豆。
(b) 计算它们重量差大于 0.05 kg 的概率。
托盘的重量 T kg 服从分布 T∼N(2.5,0.12)。
随机变量 G 表示一个装有 10 袋土豆的托盘的总重量(单位 kg),且 G 与 T 相互独立。
(c) 计算 P(G < 2T + 20)。
解答
(a)
解法一
思路
展开
三袋胡萝卜的重量相互独立,因此总重量仍服从正态分布;均值相加,方差也相加。得到总重量分布后,将 3.5 标准化并求右尾概率。
答题过程
展开
Let
X=C1+C2+C3.
Since the bag weights are independent,
E(X)=Var(X)==3(1.2)=3.6,3(0.032)0.0027.
Thus
X∼N(3.6,0.0027).
Therefore,
P(X>3.5)===P(Z>0.00273.5−3.6)P(Z>−1.9245…)0.973(3 s.f.).
(b)
解法一
思路
展开
“重量差超过 0.05”表示差的绝对值超过 0.05。令 Y=R1−R2,其均值为 0,且分布关于 0 对称,所以先求一个尾部概率,再乘以 2。
答题过程
展开
Let
Y=R1−R2.
Since R1 and R2 are independent,
E(Y)=Var(Y)==2.3−2.3=0,0.032+(−1)2(0.032)0.0018.
Therefore,
P(Y>0.05)===P(Z>0.00180.05)P(Z>1.1785…)0.1193….
By symmetry,
P(∣R1−R2∣>0.05)===2P(Y>0.05)2(0.1193…)0.239(3 s.f.).
(c)
解法一
思路
展开
先求装有 10 袋土豆的托盘总重量 G 的均值和方差。题目给出 G 与另一个托盘重量 T 独立,因此令 W=G−2T,把所求事件化为 W<20。注意正态分布第二参数为方差,题中的 0.12=0.1。
答题过程
展开
The total weight G consists of one tray and 10 bags of potatoes. Hence
E(G)==2.5+10(2.3)25.5,
and, since 0.12=0.1,
Var(G)==0.1+10(0.032)0.109.
Let
W=G−2T.
Since G and T are independent,
E(W)==25.5−2(2.5)20.5,
and
Var(W)==0.109+(−2)2(0.1)0.509.
Thus
W∼N(20.5,0.509).
Therefore,
P(G<2T+20)====P(W<20)P(Z<0.50920−20.5)P(Z<−0.7008…)0.242(3 s.f.).