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

IAL 2023 Jan S3 Q7

A Level / Edexcel / S3

IAL 2023 Jan Paper · Question 7

题目

Problem

At a particular supermarket, the times taken to serve each customer in a queue at a standard checkout may be modelled by a normal distribution with mean 240 seconds and standard deviation 20 seconds.

There is a queue of 3 customers at a standard checkout. Making a reasonable assumption about the times taken to serve these customers,

(a) find the probability that the total time taken to serve the 3 customers will be less than 11 minutes.

(3)

(b) State the assumption you have made in part (a)

(1)

In the supermarket there is also an express checkout, which is reserved for customers buying 10 or fewer items. The time taken to serve a customer at this express checkout may be modelled by a normal distribution with mean 100 seconds and standard deviation 8 seconds. On a particular day Jiang has 8 items to pay for and has to choose whether to join a queue of 3 customers waiting at a standard checkout or a queue of 7 customers waiting at the express checkout. Using a similar assumption to that made in part (a),

(c) find the probability that the total time taken to serve the 3 customers at the standard checkout will exceed the total time taken to serve the 7 customers at the express checkout.

(4)
(Total for Question 7 is 8 marks)
题目中文翻译

在某超市,标准收银台为每位顾客服务所需时间可由均值 240 秒、标准差 20 秒的正态分布建模。

标准收银台有 3 位顾客排队。 对这些顾客的服务时间作出合理假设后,

(a) 求为这 3 位顾客服务的总时间少于 11 分钟的概率。

(b) 写出你在 (a) 小题中所作的假设。

超市还有一个快速收银台,仅供购买不超过 10 件商品的顾客使用。 快速收银台为一位顾客服务所需时间可由均值 100 秒、标准差 8 秒的正态分布建模。 某天 Jiang 有 8 件商品要付款,需要在等待 3 位顾客的标准收银台队列和等待 7 位顾客的快速收银台队列之间作出选择。 采用与 (a) 小题类似的假设,

(c) 求标准收银台 3 位顾客的总服务时间超过快速收银台 7 位顾客的总服务时间的概率。

解答

(a)

解法一

思路

展开

假设三位顾客的服务时间相互独立。三个独立正态变量的总和仍服从正态分布,均值相加、方差相加。先建立总服务时间(秒)的分布,再把 11 分钟换成 660 秒后标准化。

答题过程

展开

Let PiP_i be the time, in seconds, taken to serve customer ii at the standard checkout. Assuming independence,

PiN(240,202).P_i\sim\mathrm N(240,20^2).

Let

Q=P1+P2+P3.Q=P_1+P_2+P_3.

Then

E(Q)=3(240)=720,Var(Q)=3(202)=1200.\begin{align*} \operatorname E(Q) =&\,3(240)=720,\\ \operatorname{Var}(Q) =&\,3(20^2)=1200. \end{align*}

Therefore,

QN(720,1200).Q\sim\mathrm N(720,1200).

Since 11 minutes is 660 seconds,

P(Q<660)=P(Z<6607201200)=P(Z<1.732)=0.0416.\begin{align*} \operatorname P(Q<660) =&\,\operatorname P\left( Z<\frac{660-720}{\sqrt{1200}} \right)\\ =&\,\operatorname P(Z<-1.732\ldots)\\ =&\,\boxed{0.0416}. \end{align*}

解法二

思路

展开

官方评分资料也接受全程使用分钟。把三位顾客的总时间从秒换成分钟后,均值除以 60,方差除以 60260^2,再直接与 11 分钟比较。

答题过程

展开

Let Qm=Q/60Q_m=Q/60 be the total service time in minutes. From the distribution in seconds,

E(Qm)=72060=12,Var(Qm)=1200602=13.\begin{align*} \operatorname E(Q_m) =&\,\frac{720}{60}=12,\\ \operatorname{Var}(Q_m) =&\,\frac{1200}{60^2}\\ =&\,\frac13. \end{align*}

Thus

QmN(12,13).Q_m\sim\mathrm N\left(12,\frac13\right).

Its standard deviation is 1/31/\sqrt3. Therefore,

P(Qm<11)=P(Z<3)=P(Z<1.732)=0.0416.\begin{align*} \operatorname P(Q_m<11) =&\,\operatorname P(Z<-\sqrt3)\\ =&\,\operatorname P(Z<-1.732\ldots)\\ =&\,\boxed{0.0416}. \end{align*}

(b)

解法一

思路

展开

在求总服务时间的方差时直接相加了三位顾客各自的方差,这要求各位顾客的服务时间相互独立。

答题过程

展开

It is assumed that the times taken to serve the customers are independent.

(c)

解法一

思路

展开

分别建立标准收银台三位顾客与快速收银台七位顾客的总时间,再令 SS 为前者减后者。所求事件就是 S>0S>0;在独立假设下,两组总时间之差的方差为两者方差之和。

答题过程

展开

Let QQ be the total time for the three customers at the standard checkout, so

QN(720,1200).Q\sim\mathrm N(720,1200).

Let RR be the total time for the seven customers at the express checkout. Assuming independence,

E(R)=7(100)=700,Var(R)=7(82)=448.\begin{align*} \operatorname E(R) =&\,7(100)=700,\\ \operatorname{Var}(R) =&\,7(8^2)=448. \end{align*}

Thus

RN(700,448).R\sim\mathrm N(700,448).

Define S=QRS=Q-R. Since the two queues’ service times are independent,

E(S)=720700=20,Var(S)=1200+448=1648.\begin{align*} \operatorname E(S) =&\,720-700=20,\\ \operatorname{Var}(S) =&\,1200+448=1648. \end{align*}

Therefore,

SN(20,1648).S\sim\mathrm N(20,1648).

The required probability is

P(Q>R)=P(S>0)=P(Z>0201648)=P(Z>0.4926)=0.689.\begin{align*} \operatorname P(Q>R) =&\,\operatorname P(S>0)\\ =&\,\operatorname P\left( Z>\frac{0-20}{\sqrt{1648}} \right)\\ =&\,\operatorname P(Z>-0.4926\ldots)\\ =&\,\boxed{0.689}. \end{align*}

解法二

思路

展开

也可以把两队总时间之差直接换算为分钟。秒数差除以 60 后,均值为 1/31/3 分钟,方差为 103/225103/225,事件仍是该差大于 0。

答题过程

展开

Let Sm=S/60S_m=S/60 be the difference in total service times, measured in minutes. Then

E(Sm)=2060=13,Var(Sm)=1648602=103225.\begin{align*} \operatorname E(S_m) =&\,\frac{20}{60}\\ =&\,\frac13,\\ \operatorname{Var}(S_m) =&\,\frac{1648}{60^2}\\ =&\,\frac{103}{225}. \end{align*}

Hence

SmN(13,103225).S_m\sim\mathrm N\left(\frac13,\frac{103}{225}\right).

Its standard deviation is

10315.\frac{\sqrt{103}}{15}.

Therefore,

P(Sm>0)=P(Z>5103)=P(Z>0.4926)=0.689.\begin{align*} \operatorname P(S_m>0) =&\,\operatorname P\left( Z>-\frac5{\sqrt{103}} \right)\\ =&\,\operatorname P(Z>-0.4926\ldots)\\ =&\,\boxed{0.689}. \end{align*}