题目
Problem
A competition consists of two rounds.
The time, in minutes, taken by adults to complete round one is modelled by a normal distribution with mean 15 minutes and standard deviation 2 minutes.
(a) Use standardisation to find the proportion of adults that take less than 18 minutes to complete round one.
(2)
Only the fastest 60% of adults from round one take part in round two.
(b) Use standardisation to find the longest time that an adult can take to complete round one if they are to take part in round two.
(3)
The time, T minutes, taken by adults to complete round two is modelled by a normal distribution with mean μ.
Given that P(μ−10<T<μ+10)=0.95
(c) find P(T>μ−5∣T>μ−10).
(5)
解答
(a)
解法一
思路
展开
设 X 为 round one 用时,则 X∼N(15,22)。标准化 18 后查表。
答题过程
展开
Let X∼N(15,22).
Then
P(X<18)===P(Z<218−15)P(Z<1.5)0.9332.
Therefore the required proportion is
0.933.
(b)
解法一
思路
展开
最快的 60% 能进入 round two,所以 cutoff time 是第 60 百分位。标准正态表中左侧概率 0.6 对应 z≈0.2533。
答题过程
展开
Let the longest time be x minutes.
Since the fastest 60% take part in round two,
P(X<x)=0.60.
The corresponding standard normal value is
z=0.2533.
So
2x−15=0.2533.
Hence
x==15+2(0.2533)15.5066.
The longest time is approximately
15.5 minutes.
(c)
解法一
思路
展开
这是条件概率:
P(T>μ−5∣T>μ−10)=P(T>μ−10)P(T>μ−5).
因为 T>μ−5 一定包含在 T>μ−10 里面,所以分子不用交集。
已知中间 μ±10 的概率是 0.95,所以两侧尾部各 0.025,因此 P(T>μ−10)=0.975,且 μ+10 对应 z=1.96。
答题过程
展开
Since
P(μ−10<T<μ+10)=0.95,
we have
P(T>μ−10)=0.975.
Also, μ+10 is 1.96 standard deviations above the mean, so
σ10=1.96.
Thus
σ=1.9610.
Now
P(T>μ−5)====P(Z>σμ−5−μ)P(Z>10/1.96−5)P(Z>−0.98)0.8365….
Therefore
P(T>μ−5∣T>μ−10)===P(T>μ−10)P(T>μ−5)0.9750.8365…0.8579….
So
P(T>μ−5∣T>μ−10)=0.858
to 3 significant figures.
解法二
思路
展开
比例对齐标准化法。我们并不需要真正求出标准差 σ。
由于 P(μ−10<T<μ+10)=0.95,对应的标准正态分布区间为 [−z10,z10]。因为该区间的概率为 0.95,所以 z10=1.96。
这说明边界 μ−10 对应标准正态分布的 Z 值为 −1.96。
由标准化的定义:
Z=σT−μ
由于 T=μ−5 偏离均值的距离为 −5,刚好是 μ−10 偏离距离 −10 的一半,因此其对应的 Z 值也必然是 −1.96 的一半:
Z5=0.5×(−1.96)=−0.98
所以 P(T>μ−5)=P(Z>−0.98)。利用这一比例线性关系,可以直接省去计算和写出 σ 的中间代数过程,极其高效且美妙。
答题过程
展开
From P(μ−10<T<μ+10)=0.95, the boundary T=μ−10 corresponds to:
Z=−1.96.
Since the difference between μ−5 and μ is half of the difference between μ−10 and μ, the standardized score for T=μ−5 is:
Z5==0.5×(−1.96)−0.98.
Thus, we have:
P(T>μ−5)===P(Z>−0.98)P(Z<0.98)0.8365.
The conditional probability is:
P(T>μ−5∣T>μ−10)===P(T>μ−10)P(T>μ−5)0.9750.83650.8579…
So the probability is 0.858 (to 3 significant figures).