题目
Problem
The weights, S kg, of bags of sand are such that S ~ N(18, 0.03^2).
Three bags of sand are selected at random.
(a) Using standardisation, calculate the probability that their total weight is more than 54.1 kg.
(4)
The weights, C kg, of bags of cement are such that C ~ N(25, 0.03^2).
Two bags of cement are selected at random.
(b) Using standardisation, calculate the probability that their weights differ by more than 0.02 kg.
(5)
The weights, P kg, of pallets are such that P ~ N(15, 0.2^2).
The random variable T represents the total weight, in kg, of 28 bags of sand with 5 bags of cement and a single pallet of weight P1.
(c) Using standardisation, calculate the probability that T < 30P1 + 190.
(6)
(Total for Question 8 is 15 marks)
题目中文翻译
沙袋的重量 S kg 满足 S ~ N(18, 0.03^2)。
随机选取 3 个沙袋。
(a) 用标准化方法求它们总重量大于 54.1 kg 的概率。
水泥袋的重量 C kg 满足 C ~ N(25, 0.03^2)。
随机选取 2 个水泥袋。
(b) 用标准化方法求它们重量相差超过 0.02 kg 的概率。
托盘的重量 P kg 满足 P ~ N(15, 0.2^2)。
随机变量 T 表示 28 个沙袋、5 个水泥袋和 1 个重量为 P1 的托盘的总重量,单位为 kg。
(c) 用标准化方法求 T < 30P1 + 190 的概率。
解答
(a)
解法一
思路
展开
三个随机沙袋重量相互独立,其总重量仍服从正态分布。总均值是三个均值之和,总方差是三个方差之和;确定新分布后把 54.1 标准化。
答题过程
展开
Let
X=S1+S2+S3.
Since the bag weights are independent,
E(X)=Var(X)==3(18)=54,3(0.032)0.0027.
Thus
X∼N(54,0.0027).
Therefore,
P(X>54.1)===P(Z>0.002754.1−54)P(Z>1.9245…)0.0271(3 s.f.).
(b)
解法一
思路
展开
“两袋重量相差超过 0.02”是绝对值事件。令 Y=C1−C2,其均值为 0;正态分布关于 0 对称,因此先算 P(Y>0.02),再乘以 2。
答题过程
展开
Let
Y=C1−C2.
Since C1 and C2 are independent,
E(Y)=Var(Y)==25−25=0,0.032+(−1)2(0.032)0.0018.
Therefore,
P(Y>0.02)===P(Z>0.00180.02)P(Z>0.4714…)0.3187….
By symmetry,
P(∣C1−C2∣>0.02)===2P(Y>0.02)2(0.3187…)0.637(3 s.f.).
(c)
解法一
思路
展开
先把含 P1 的项移到同一边。由于 T 本身已经含一个 P1,所以 T−30P1 中托盘项的系数是 −29,不是 −30。随后求这个线性组合的均值、方差并标准化。
答题过程
展开
Write
T=P1+i=1∑5Ci+i=1∑28Si.
The required event is
T−30P1<190.
Let
R==T−30P1i=1∑5Ci+i=1∑28Si−29P1.
Using independence,
E(R)==5(25)+28(18)−29(15)194,
and
Var(R)==5(0.032)+28(0.032)+(−29)2(0.22)33.6697.
Hence
R∼N(194,33.6697).
Therefore,
P(T<30P1+190)====P(R<190)P(Z<33.6697190−194)P(Z<−0.6893…)0.245(3 s.f.).