题目
Problem
A company makes cricket balls and tennis balls.
The weights of cricket balls, C grams, follow a normal distribution
C∼N(160,1.252)
Three cricket balls are selected at random.
(a) Find the probability that their total weight is more than 475.8 grams.
(4)
The weights of tennis balls, T grams, follow a normal distribution
T∼N(60,22)
Five tennis balls and two cricket balls are selected at random.
(b) Find the probability that the total weight of the five tennis balls and the two cricket balls is more than 625 grams.
(4)
A random sample of n tennis balls T1,T2,T3,…,Tn is taken.
Y=(n−1)T1−r=2∑nTr
Given that P(Y>40)=0.0838, correct to 4 decimal places,
(c) find n.
(8)
(Total 16 marks)
题目中文翻译
一家公司生产板球和网球。
板球的重量 C(克)服从正态分布
C∼N(160,1.252)
随机抽取 3 个板球。
(a) 求它们总重量超过 475.8 克的概率。
网球的重量 T(克)服从正态分布
T∼N(60,22)
随机抽取 5 个网球和 2 个板球。
(b) 求 5 个网球和 2 个板球的总重量超过 625 克的概率。
随机抽取一个由 n 个网球 T1,T2,T3,…,Tn 组成的样本。
Y=(n−1)T1−r=2∑nTr
已知 P(Y>40)=0.0838,保留到小数点后 4 位。
(c) 求 n。
解答
(a)
解法一
思路
展开
三个板球重量相互独立且都服从同一正态分布,因此总重量仍服从正态分布。总和的均值是三个均值之和,方差是三个方差之和;建立总重量分布后求超过 475.8 克的右尾概率。
答题过程
展开
Let
S=C1+C2+C3.
Since the cricket ball weights are independent,
E(S)=Var(S)=3(160)=480,3(1.252)=4.6875.
Therefore,
S∼N(480,4.6875).
Hence
P(S>475.8)===P(Z>4.6875475.8−480)P(Z>−1.9399…)0.9738…
Thus, to 3 significant figures,
P(S>475.8)=0.974.
(b)
解法一
思路
展开
把五个网球与两个板球的重量全部相加。由于七个球的重量相互独立,总重量仍服从正态分布;均值直接相加,方差也直接相加,然后求总重量超过 625 克的右尾概率。
答题过程
展开
Let
W=T1+T2+T3+T4+T5+C1+C2.
Then
E(W)==5(60)+2(160)620,
and
Var(W)==5(22)+2(1.252)23.125.
Therefore,
W∼N(620,23.125).
The required probability is
P(W>625)===P(Z>23.125625−620)P(Z>1.0398…)0.1492…
Hence, to 3 significant figures,
P(W>625)=0.149.
(c)
解法一
思路
展开
Y 是独立正态变量的线性组合,所以仍服从正态分布。T1 的系数是 n−1,其余 n−1 个变量的系数都是 −1;计算时均值要保留负号,而方差中的系数要平方。由给定右尾概率查得标准正态值约为 1.38,再解关于 n 的方程,并舍去不可能的负根。
答题过程
展开
The mean of Y is
E(Y)===(n−1)E(T1)−r=2∑nE(Tr)60(n−1)−60(n−1)0.
Since all the tennis ball weights are independent,
Var(Y)===(n−1)2(22)+(n−1)(22)4(n−1)2+4(n−1)4n2−4n.
Therefore,
Y∼N(0,4n2−4n).
Given that
P(Y>40)=0.0838,
the corresponding upper-tail standard normal value is
P(Z>1.38)=0.0838
to 4 decimal places. Hence
4n2−4n40=1.38.
Squaring and rearranging gives
4n2−4n==4n2−4n−840.16…=(1.3840)2840.16…,0.
Solving this quadratic gives
n≈15.0orn≈−14.0.
Since n is a positive integer sample size, the negative root is rejected. Thus
n=15.
Indeed, when n=15,
P(Z>84040)=0.0838
to 4 decimal places, as required.