题目
Problem
A shop sells rods of nominal length 200 cm. The rods are bought from a manufacturer who uses a machine to cut rods of length L cm, where L∼N(μ,0.22)
The value of μ is such that there is only a 5% chance that the rod, selected at random from those supplied to the shop, will have a length less than 200 cm.
(a) Find the value of μ to one decimal place.
(3)
A customer buys a random sample of 8 of these rods.
(b) Find the probability that at least 3 of these rods will have a length less than 200 cm.
(3)
Another customer buys a random sample of 60 of these rods.
(c) Using a suitable approximation, find the probability that more than 5 of these rods will have length less than 200 cm.
(3)
(Total for Question 1 is 9 marks)
题目中文翻译
一家商店出售标称长度为 200 cm 的 rods。这些 rods 从制造商处购买,制造商使用机器切割长度为 L cm 的 rods,其中 L∼N(μ,0.22)
μ 的值使得从商店供应的 rods 中随机选取一根,其长度小于 200 cm 的概率仅为 5%。
(a) 求 μ 的值,保留一位小数。
一位顾客随机购买了 8 根这样的 rods。
(b) 求其中至少有 3 根 rods 长度小于 200 cm 的概率。
另一位顾客随机购买了 60 根这样的 rods。
(c) 使用适当的近似方法,求其中超过 5 根 rods 长度小于 200 cm 的概率。
(第 1 题共 9 分)
解答
(a)
解法一
思路
展开
长度小于 200 cm 的概率是 0.05,对应标准正态分布的下侧 5% 分位数 −1.6449。将 L 标准化后建立方程,求出总体均值 μ。
答题过程
展开
Since P(L<200)=0.05,
P(Z<0.2200−μ)=0.05.
Using the lower 5% standard normal quantile,
0.2200−μ=200−μ=μ=−1.6449−0.32898200.32898.
Therefore,
μ=200.3 cm(1 d.p.).
(b)
解法一
思路
展开
每根随机抽取的杆长度小于 200 cm 的概率为 0.05。令 X 表示 8 根中长度小于 200 cm 的根数,则 X 服从二项分布。用补事件把“至少 3 根”改写为 1−P(X≤2)。
答题过程
展开
Let X be the number of rods, out of 8, whose lengths are less than 200 cm. Then
X∼B(8,0.05).
Hence,
P(X≥3)====1−P(X≤2)1−0.994211…0.005788…0.0058(approximately).
(c)
解法一
思路
展开
60 根中长度小于 200 cm 的根数原本服从 B(60,0.05)。由于样本量较大而成功概率较小,可用参数 np=3 的泊松分布近似;“超过 5 根”就是至少 6 根,使用补事件计算。
答题过程
展开
Let Y be the number of rods, out of 60, whose lengths are less than 200 cm. Since
Y∼B(60,0.05),
use the approximation
Y∼˙Po(60×0.05)=Po(3).
Therefore,
P(Y>5)≈===1−P(Y≤5)1−0.916082…0.083917…0.0839.