题目
Problem
(i) As part of a recruitment exercise candidates are required to complete three separate tasks. The times taken, A A A , B B B and C C C , in minutes, for candidates to complete the three tasks are such that
A ∼ N ( 21 , 2 2 ) A \sim N(21, 2^2) A ∼ N ( 21 , 2 2 ) , B ∼ N ( 32 , 7 2 ) B \sim N(32, 7^2) B ∼ N ( 32 , 7 2 ) and C ∼ N ( 45 , 9 2 ) C \sim N(45, 9^2) C ∼ N ( 45 , 9 2 )
The time taken by an individual candidate to complete each task is assumed to be independent of the time taken to complete each of the other tasks.
A candidate is selected at random.
(a) Find the probability that the candidate takes a total time of more than 90 minutes to complete all three tasks.
(4)
(b) Find P ( A > B ) P(A > B) P ( A > B )
(4)
(ii) A simple random sample, X 1 , X 2 , X 3 , X 4 X_1, X_2, X_3, X_4 X 1 , X 2 , X 3 , X 4 , is taken from a normal population with mean μ \mu μ and standard deviation σ \sigma σ
Given that
X ‾ = X 1 + X 2 + X 3 + X 4 4 \overline{X} = \frac{X_1 + X_2 + X_3 + X_4}{4} X = 4 X 1 + X 2 + X 3 + X 4
and that
P ( X 1 > X ‾ + k σ ) = 0.1 P(X_1 > \overline{X} + k\sigma) = 0.1 P ( X 1 > X + k σ ) = 0.1
where k k k is a constant,
find the value of k k k , giving your answer correct to 3 significant figures. You should show all stages of your working.
(7)
(Total for Question 7 is 15 marks)
(Total for Paper is 75 marks)
题目中文翻译
(i) 作为招聘活动的一部分,候选人需要完成三个独立任务。完成三个任务所用的时间分别为 A、B 和 C(单位:分钟),且
A ~ N(21, 2^2),B ~ N(32, 7^2),C ~ N(45, 9^2)
假设候选人完成每个任务所需时间彼此独立。
随机选取一名候选人。
(a) 求该候选人完成全部三个任务所用总时间超过 90 分钟的概率。
(b) 求 P(A > B)。
(ii) 从一个均值为 μ、标准差为 σ 的正态总体中抽取一个简单随机样本 X1, X2, X3, X4。
已知
X̄ = (X1 + X2 + X3 + X4) / 4
并且
P(X1 > X̄ + kσ) = 0.1
其中 k 为常数。
求 k 的值,答案保留 3 位有效数字。你应写出全部过程。
解答
(i)(a)
解法一
思路
展开
令总时间 T = A + B + C T=A+B+C T = A + B + C 。独立正态变量之和仍服从正态分布,其均值相加、方差相加。求出 T T T 的分布后,将 90 标准化并计算上尾概率。
答题过程
展开
Let
T = A + B + C . T=A+B+C. T = A + B + C .
Since A A A , B B B and C C C are independent normal random variables,
E ( T ) = 21 + 32 + 45 = 98 , \begin{align*}
E(T)
=&\,21+32+45\\
=&\,98,
\end{align*} E ( T ) = = 21 + 32 + 45 98 ,
and
Var ( T ) = 2 2 + 7 2 + 9 2 = 134. \begin{align*}
\operatorname{Var}(T)
=&\,2^2+7^2+9^2\\
=&\,134.
\end{align*} Var ( T ) = = 2 2 + 7 2 + 9 2 134.
Therefore,
T ∼ N ( 98 , 134 ) . T\sim\operatorname{N}(98,134). T ∼ N ( 98 , 134 ) .
Hence,
P ( T > 90 ) = P ( Z > 90 − 98 134 ) = P ( Z > − 0.69109 … ) = 0.755 (3 s.f.) . \begin{align*}
P(T>90)
=&\,P\left(Z>\frac{90-98}{\sqrt{134}}\right)\\
=&\,P(Z>-0.69109\ldots)\\
=&\,\boxed{0.755}\quad\text{(3 s.f.)}.
\end{align*} P ( T > 90 ) = = = P ( Z > 134 90 − 98 ) P ( Z > − 0.69109 … ) 0.755 (3 s.f.) .
(i)(b)
解法一
思路
展开
把事件 A > B A>B A > B 改写为 A − B > 0 A-B>0 A − B > 0 。由于 A A A 、B B B 独立,差 A − B A-B A − B 仍为正态变量;其均值相减,但方差仍相加。确定差的分布后计算超过 0 的概率。
答题过程
展开
Let
D = A − B . D=A-B. D = A − B .
Since A A A and B B B are independent,
E ( D ) = 21 − 32 = − 11 , \begin{align*}
E(D)
=&\,21-32\\
=&\,-11,
\end{align*} E ( D ) = = 21 − 32 − 11 ,
and
Var ( D ) = 2 2 + 7 2 = 53. \begin{align*}
\operatorname{Var}(D)
=&\,2^2+7^2\\
=&\,53.
\end{align*} Var ( D ) = = 2 2 + 7 2 53.
Thus,
D ∼ N ( − 11 , 53 ) . D\sim\operatorname{N}(-11,53). D ∼ N ( − 11 , 53 ) .
Therefore,
P ( A > B ) = P ( D > 0 ) = P ( Z > 0 − ( − 11 ) 53 ) = P ( Z > 1.51097 … ) = 0.0654 (3 s.f.) . \begin{align*}
P(A>B)
=&\,P(D>0)\\
=&\,P\left(Z>\frac{0-(-11)}{\sqrt{53}}\right)\\
=&\,P(Z>1.51097\ldots)\\
=&\,\boxed{0.0654}\quad\text{(3 s.f.)}.
\end{align*} P ( A > B ) = = = = P ( D > 0 ) P ( Z > 53 0 − ( − 11 ) ) P ( Z > 1.51097 … ) 0.0654 (3 s.f.) .
(ii)
解法一
思路
展开
先把原事件改写为 X 1 − X ‾ > k σ X_1-\overline X>k\sigma X 1 − X > k σ 。由于 X ‾ \overline X X 中含有 X 1 X_1 X 1 ,不能错误地把 X 1 X_1 X 1 与 X ‾ \overline X X 当成独立变量;应先将差展开成 X 1 , X 2 , X 3 , X 4 X_1,X_2,X_3,X_4 X 1 , X 2 , X 3 , X 4 的线性组合,再利用样本各项独立来求其均值和方差。最后用上尾概率 0.1 0.1 0.1 对应的标准正态分位数 1.2816 1.2816 1.2816 求 k k k 。
答题过程
展开
Define
D = X 1 − X ‾ . D=X_1-\overline{X}. D = X 1 − X .
Then
D = X 1 − X 1 + X 2 + X 3 + X 4 4 = 3 X 1 − X 2 − X 3 − X 4 4 . \begin{align*}
D
=&\,X_1-\frac{X_1+X_2+X_3+X_4}{4}\\
=&\,\frac{3X_1-X_2-X_3-X_4}{4}.
\end{align*} D = = X 1 − 4 X 1 + X 2 + X 3 + X 4 4 3 X 1 − X 2 − X 3 − X 4 .
Since X 1 , X 2 , X 3 , X 4 X_1,X_2,X_3,X_4 X 1 , X 2 , X 3 , X 4 are independent and each has mean μ \mu μ and variance σ 2 \sigma^2 σ 2 ,
E ( D ) = 3 μ − μ − μ − μ 4 = 0 , \begin{align*}
E(D)
=&\,\frac{3\mu-\mu-\mu-\mu}{4}\\
=&\,0,
\end{align*} E ( D ) = = 4 3 μ − μ − μ − μ 0 ,
and
Var ( D ) = 9 σ 2 + σ 2 + σ 2 + σ 2 4 2 = 12 σ 2 16 = 0.75 σ 2 . \begin{align*}
\operatorname{Var}(D)
=&\,\frac{9\sigma^2+\sigma^2+\sigma^2+\sigma^2}{4^2}\\
=&\,\frac{12\sigma^2}{16}\\
=&\,0.75\sigma^2.
\end{align*} Var ( D ) = = = 4 2 9 σ 2 + σ 2 + σ 2 + σ 2 16 12 σ 2 0.75 σ 2 .
As D D D is a linear combination of independent normal random variables,
D ∼ N ( 0 , 0.75 σ 2 ) . D\sim\operatorname{N}(0,0.75\sigma^2). D ∼ N ( 0 , 0.75 σ 2 ) .
The given probability becomes
P ( D > k σ ) = 0.1. P(D>k\sigma)=0.1. P ( D > k σ ) = 0.1.
Since the standard deviation of D D D is 0.75 σ \sqrt{0.75}\,\sigma 0.75 σ ,
P ( Z > k 0.75 ) = 0.1. P\left(Z>\frac{k}{\sqrt{0.75}}\right)=0.1. P ( Z > 0.75 k ) = 0.1.
The standard normal value with upper-tail probability 0.1 0.1 0.1 is 1.2816 1.2816 1.2816 . Therefore,
k 0.75 = 1.2816 k = 0.75 ( 1.2816 ) = 1.10990 … = 1.11 (3 s.f.) . \begin{align*}
\frac{k}{\sqrt{0.75}}
=&\,1.2816\\
k
=&\,\sqrt{0.75}(1.2816)\\
=&\,1.10990\ldots\\
=&\,\boxed{1.11}\quad\text{(3 s.f.)}.
\end{align*} 0.75 k = k = = = 1.2816 0.75 ( 1.2816 ) 1.10990 … 1.11 (3 s.f.) .