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

IAL 2021 Oct S2 Q4

A Level / Edexcel / S2

IAL 2021 Oct Paper · Question 4

题目

Problem

The number of cars entering a safari park per 10-minute period can be modelled by a Poisson distribution with mean 6

(a) Find the probability that in a given 10-minute period exactly 8 cars will enter the safari park.

(2)

(b) Find the smallest value of n such that the probability that at least n cars enter the safari park in 10 minutes is less than 0.05

(2)

The probability that no cars enter the safari park in m minutes, where m is an integer, is less than 0.05

(c) Find the smallest value of m

(2)

A car enters the safari park.

(d) Find the probability that there is less than 5 minutes before the next car enters the safari park.

(3)

Given that exactly 15 cars entered the safari park in a 30-minute period,

(e) find the probability that exactly 1 car entered the safari park in the first 5 minutes of the 30-minute period.

(4)

Aston claims that the mean number of cars entering the safari park per 10-minute period is more than 6

He selects a 15-minute period at random in order to test whether there is evidence to support his claim.

(f) Determine the critical region for the test at the 5% level of significance.

(2)

(Total for Question 4 is 15 marks)

题目中文翻译

每 10 分钟进入一个野生动物园的汽车数量可用均值为 6 的泊松分布建模。

(a) 求在给定的 10 分钟内恰好有 8 辆车进入的概率。

(b) 求最小的整数 nn,使得在 10 分钟内至少有 nn 辆车进入的概率小于 0.05。

mm 分钟内没有车进入野生动物园的概率小于 0.05,其中 mm 为整数。

(c) 求最小的 mm

一辆车进入了野生动物园。

(d) 求下一辆车进入前少于 5 分钟的概率。

已知在 30 分钟内恰好有 15 辆车进入,

(e) 求在这 30 分钟的前 5 分钟内恰好有 1 辆车进入的概率。

Aston 声称每 10 分钟进入野生动物园的汽车平均数大于 6。

他随机选取一个 15 分钟的时间段,以检验是否有证据支持他的说法。

(f) 求 5% 显著性水平下的临界域。

(第 4 题共 15 分)

解答

(a)

解法一

思路

展开

10 分钟内的汽车数服从参数为 6 的 Poisson 分布,直接使用 Poisson 概率公式计算恰好 8 辆的概率。

答题过程

展开

Let XX be the number of cars entering in 10 minutes. Then

XPo(6).X\sim\operatorname{Po}(6).

Therefore,

P(X=8)=e6688!=0.103258\begin{align*} P(X=8)=&\,\frac{e^{-6}6^8}{8!} \\[4mm] =&\,0.103258\ldots \end{align*}

Hence P(X=8)=0.103P(X=8)=\boxed{0.103} to 3 significant figures.

(b)

解法一

思路

展开

「至少 nn 辆」是右尾事件。为证明所得整数最小,需要比较相邻边界:P(X10)P(X\geqslant10) 仍大于 0.050.05,而 P(X11)P(X\geqslant11) 已小于 0.050.05

答题过程

展开

Using XPo(6)X\sim\operatorname{Po}(6),

P(X10)=1P(X9)=0.0839>0.05,P(X\geqslant10)=1-P(X\leqslant9) =0.0839\ldots>0.05,

whereas

P(X11)=1P(X10)=0.0426<0.05.P(X\geqslant11)=1-P(X\leqslant10) =0.0426\ldots<0.05.

Therefore, the smallest value is

n=11.\boxed{n=11}.

(c)

解法一

思路

展开

平均到达率为每分钟 0.60.6 辆,所以 mm 分钟内的汽车数服从参数为 0.6m0.6m 的 Poisson 分布。没有汽车的概率为 e0.6me^{-0.6m},解严格不等式后取最小整数。

答题过程

展开

Let KK be the number of cars entering in mm minutes. Then

KPo(0.6m).K\sim\operatorname{Po}(0.6m).

The condition is

P(K=0)=e0.6m<0.05.P(K=0)=e^{-0.6m}<0.05.

Taking logarithms,

0.6m<ln(0.05)m>ln(0.05)0.6m>4.9928\begin{align*} -0.6m<&\,\ln(0.05) \\[4mm] m>&\,\frac{-\ln(0.05)}{0.6} \\[4mm] m>&\,4.9928\ldots \end{align*}

Since mm is an integer, the smallest possible value is

m=5.\boxed{m=5}.

(d)

解法一

思路

展开

下一辆车在 5 分钟内到达,等价于接下来的 5 分钟内至少有一辆车进入。该时段的平均汽车数为 3,因此用 Poisson 分布和「没有汽车」的补事件计算。

答题过程

展开

Let YY be the number of cars entering in the next 5 minutes. Then

YPo(3).Y\sim\operatorname{Po}(3).

Therefore,

P(Y1)=1P(Y=0)=1e3=0.950213\begin{align*} P(Y\geqslant1)=&\,1-P(Y=0) \\[4mm] =&\,1-e^{-3} \\[4mm] =&\,0.950213\ldots \end{align*}

Hence the required probability is 0.950\boxed{0.950} to 3 significant figures.

(e)

解法一

思路

展开

把 30 分钟拆成前 5 分钟与余下 25 分钟。两段的汽车数独立,分别服从均值为 3 和 15 的 Poisson 分布;总数服从均值为 18 的 Poisson 分布。条件概率的分子是「前 5 分钟 1 辆且余下时间 14 辆」,分母是「总共 15 辆」。

答题过程

展开

Let YY be the number of cars in the first 5 minutes and TT the number in the remaining 25 minutes. Then

YPo(3),TPo(15),Y\sim\operatorname{Po}(3), \qquad T\sim\operatorname{Po}(15),

and YY and TT are independent. Also,

Y+TPo(18).Y+T\sim\operatorname{Po}(18).

Therefore,

P(Y=1Y+T=15)=P(Y=1)P(T=14)P(Y+T=15)=e3311!e15151414!e18181515!=0.1947\begin{align*} P(Y=1\mid Y+T=15) =&\,\frac{P(Y=1)P(T=14)}{P(Y+T=15)} \\[4mm] =&\,\frac{ \dfrac{e^{-3}3^1}{1!} \dfrac{e^{-15}15^{14}}{14!}} {\dfrac{e^{-18}18^{15}}{15!}} \\[4mm] =&\,0.1947\ldots \end{align*}

Hence the required probability is 0.195\boxed{0.195} to 3 significant figures.

解法二

思路

展开

Poisson 过程在已知总到达数的条件下,每辆车落在某个子时段的概率等于该子时段占总时长的比例。前 5 分钟占 30 分钟的 1/61/6,所以已知总共 15 辆后,前 5 分钟的辆数服从参数为 15151/61/6 的二项分布。

答题过程

展开

Conditional on 15 cars entering during the 30-minute period, each car has probability

530=16\frac5{30}=\frac16

of entering during the first 5 minutes. Hence

Y(Y+T=15)B(15,16).Y\mid(Y+T=15)\sim\operatorname{B}\left(15,\frac16\right).

Therefore,

P(Y=1Y+T=15)=(151)(16)(56)14=0.1947=0.195.\begin{align*} P(Y=1\mid Y+T=15) =&\,\binom{15}{1}\left(\frac16\right) \left(\frac56\right)^{14} \\[4mm] =&\,0.1947\ldots \\[4mm] =&\,\boxed{0.195}. \end{align*}

(f)

解法一

思路

展开

在原假设下,15 分钟内的平均汽车数为 99。Aston 的主张对应右尾检验,因此从较大的汽车数开始寻找临界区域;比较相邻边界 J14J\geqslant14J15J\geqslant15 的尾概率,确保实际显著性水平不超过 5% 且边界尽可能宽。

答题过程

展开

Let JJ be the number of cars entering in 15 minutes. Under the null hypothesis,

JPo(9).J\sim\operatorname{Po}(9).

Now,

P(J14)=1P(J13)=10.9261=0.0739,P(J\geqslant14)=1-P(J\leqslant13) =1-0.9261=0.0739,

while

P(J15)=1P(J14)=10.9585=0.0415.P(J\geqslant15)=1-P(J\leqslant14) =1-0.9585=0.0415.

Therefore, the 5% critical region is

J15.\boxed{J\geqslant15}.