Skip to content
CalcGospel 國際數學圖譜
返回

IAL 2024 Jan Q5

A Level / Edexcel / S1

IAL 2024 Jan Paper · Question 5

题目

Problem

The distance an athlete can throw a discus is normally distributed with mean 4040 m and standard deviation 44 m.

(a) Using standardisation, show that the probability that this athlete throws the discus less than 38.838.8 m is 0.38210.3821.

(2)

This athlete enters a discus competition. To qualify for the final, they have 33 attempts to throw the discus a distance of more than 38.838.8 m. Once they qualify, they do not use any of their remaining attempts.

Given that they qualified for the final and that throws are independent,

(b) find the probability that this athlete qualified for the final on their second throw with a distance of more than 4444 m.

(5)

解答

(a)

解法一

思路

展开

XX 是投掷距离,则 XN(40,42)X\sim N(40,4^2)。标准化 38.838.8 得到 z=0.3z=-0.3,再用标准正态表。

答题过程

展开

Let XN(40,42)X\sim N(40,4^2).

Then

P(X<38.8)=P(Z<38.8404)=P(Z<0.3)=1P(Z<0.3)=10.6179=0.3821.\begin{align*} P(X<38.8) =&\,P\left(Z<\frac{38.8-40}{4}\right)\\[3mm] =&\,P(Z<-0.3)\\[3mm] =&\,1-P(Z<0.3)\\[3mm] =&\,1-0.6179\\[3mm] =&\,0.3821. \end{align*}

(b)

解法一

思路

展开

这是条件概率。已知已经 qualified,要求“第二投才 qualified 且第二投超过 4444”。第二投才 qualified 表示第一投没有超过 38.838.8,第二投超过 4444。分母是三次内至少一次超过 38.838.8

答题过程

展开

From part (a),

P(X<38.8)=0.3821.\begin{align*} P(X<38.8)=0.3821. \end{align*}

So the probability of qualifying in at most 33 attempts is

P(qualify)=1P(all 3 throws are less than 38.8)=1(0.3821)3=0.9442.\begin{align*} P(\text{qualify}) =&\,1-P(\text{all 3 throws are less than }38.8)\\[3mm] =&\,1-(0.3821)^3\\[3mm] =&\,0.9442\ldots. \end{align*}

Also,

P(X>44)=P(Z>44404)=P(Z>1)=10.8413=0.1587.\begin{align*} P(X>44) =&\,P\left(Z>\frac{44-40}{4}\right)\\[3mm] =&\,P(Z>1)\\[3mm] =&\,1-0.8413\\[3mm] =&\,0.1587. \end{align*}

The probability that the first throw does not qualify and the second throw is more than 4444 m is

0.3821(0.1587).\begin{align*} 0.3821(0.1587). \end{align*}

Therefore

P(second throw is over 44qualify)=0.3821(0.1587)0.9442=0.06422.\begin{align*} P(\text{second throw is over }44\mid \text{qualify}) =&\,\frac{0.3821(0.1587)}{0.9442\ldots}\\[3mm] =&\,0.06422\ldots. \end{align*}

So the probability is

0.0642.\begin{align*} 0.0642. \end{align*}

解法二

思路

展开

直接概率相加法。对于分母 P(qualify)P(\text{qualify})(运动员在三次尝试中成功晋级决赛的概率),我们可以将其分解为三个互斥事件的和:

  1. 第一投就成功晋级(P(X1>38.8)P(X_1 > 38.8)
  2. 第一投失败,第二投成功晋级(P(X1<38.8X2>38.8)P(X_1 < 38.8 \cap X_2 > 38.8)
  3. 前两投失败,第三投成功晋级(P(X1<38.8X2<38.8X3>38.8)P(X_1 < 38.8 \cap X_2 < 38.8 \cap X_3 > 38.8)) 分别计算这三个概率后相加,可以得到与补集法完全相同的晋级概率。这种方法更为直观地描述了比赛的进程。

答题过程

展开

Let pF=P(X<38.8)=0.3821p_F = P(X < 38.8) = 0.3821 be the probability of failing to qualify on any single throw, and pQ=P(X>38.8)=10.3821=0.6179p_Q = P(X > 38.8) = 1 - 0.3821 = 0.6179 be the probability of qualifying on a single throw.

Calculate the probability of qualifying in at most 33 attempts as the sum of three mutually exclusive paths:

  • Qualify on 1st throw: P(1st)=pQ=0.6179P(\text{1st}) = p_Q = 0.6179
  • Qualify on 2nd throw (1st fail, 2nd qualify): P(2nd)=pFpQ=0.3821×0.61790.236099P(\text{2nd}) = p_F \cdot p_Q = 0.3821 \times 0.6179 \approx 0.236099
  • Qualify on 3rd throw (1st and 2nd fail, 3rd qualify): P(3rd)=pF2pQ=(0.3821)2×0.61790.090213P(\text{3rd}) = p_F^2 \cdot p_Q = (0.3821)^2 \times 0.6179 \approx 0.090213

Summing these paths:

P(qualify)=0.6179+0.236099+0.090213=0.944212\begin{align*} P(\text{qualify}) =&\,\, 0.6179 + 0.236099 + 0.090213\\[3mm] =&\,\, 0.944212\ldots \end{align*}

Now calculate the probability of qualifying on the 2nd throw with a distance of more than 4444 m:

P(X1<38.8X2>44)=0.3821×0.15870.060639.\begin{align*} P(X_1 < 38.8 \cap X_2 > 44) = 0.3821 \times 0.1587 \approx 0.060639. \end{align*}

Finally, calculate the conditional probability:

P(2nd over 44qualify)=P(X1<38.8X2>44)P(qualify)=0.0606390.944212=0.06422\begin{align*} P(\text{2nd over }44 \mid \text{qualify}) =&\,\, \frac{P(X_1 < 38.8 \cap X_2 > 44)}{P(\text{qualify})}\\[3mm] =&\,\, \frac{0.060639}{0.944212\ldots}\\[3mm] =&\,\, 0.06422\ldots \end{align*}

So the probability is 0.06420.0642 (to 33 significant figures).