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

IAL 2022 Jan Q1

A Level / Edexcel / S1

IAL 2022 Jan Paper · Question 1

题目

Problem

A factory produces shoes. A quality control inspector at the factory checks a sample of 120120 shoes for each of three types of defect. The Venn diagram represents the inspector’s results.

AA represents the event that a shoe has defective stitching

BB represents the event that a shoe has defective colouring

CC represents the event that a shoe has defective soles

Venn diagram

One of the shoes in the sample is selected at random.

(a) Find the probability that it does not have defective soles.

(1)

(b) Find P(ABC)P(A\cap B\cap C')

(1)

(c) Find P(ABC)P(A\cup B\cup C')

(2)

(d) Find the probability that the shoe has at most one type of defect.

(2)

(e) Given the selected shoe has at most one type of defect, find the probability it has defective stitching.

(2)

The random variable XX is the number of the events AA, BB, CC that occur for a randomly selected shoe.

(f) Find E(X)\operatorname{E}(X)

Copy of the Venn diagram
(3)

解答

(a)

解法一

思路

展开

不在 CC 中的鞋共有 103103 只,总数是 120120

答题过程

展开 P(C)=103120.\begin{align*} P(C')=\frac{103}{120}. \end{align*}

(b)

解法一

思路

展开

ABCA\cap B\cap C'AABB 的重叠但不在 CC 中的区域,图中该区域为 00

答题过程

展开 P(ABC)=0.\begin{align*} P(A\cap B\cap C')=0. \end{align*}

(c)

解法一

思路

展开

ABCA\cup B\cup C' 的补集是 ABCA' \cap B' \cap C,也就是只在 CC 中的 77 只鞋。

答题过程

展开 P(ABC)=17120=113120.\begin{align*} P(A\cup B\cup C') =&\,1-\frac{7}{120}\\[3mm] =&\,\frac{113}{120}. \end{align*}

(d)

解法一

思路

展开

“至多一种 defect” 包含没有 defect 和恰好一种 defect 的区域。

答题过程

展开 P(at most one type of defect)=93+9+1+7120=110120=1112.\begin{align*} P(\text{at most one type of defect}) =&\,\frac{93+9+1+7}{120}\\[3mm] =&\,\frac{110}{120}\\[3mm] =&\,\frac{11}{12}. \end{align*}

(e)

解法一

思路

展开

已知至多一种 defect。若还要有 defective stitching,只能落在只属于 AA 的区域。

答题过程

展开 P(Aat most one defect)=9120110120=9110.\begin{align*} P(A\mid \text{at most one defect}) =&\,\frac{\frac{9}{120}}{\frac{110}{120}}\\[3mm] =&\,\frac{9}{110}. \end{align*}

(f)

解法一

思路

展开

先按发生的 defect 数量分组:X=0,1,2,3X=0,1,2,3,再求期望。

答题过程

展开

From the Venn diagram,

x0123P(X=x)931201712081202120\begin{array}{c|cccc} x&0&1&2&3\\ \hline P(X=x)&\frac{93}{120}&\frac{17}{120}&\frac{8}{120}&\frac{2}{120} \end{array}

Therefore

E(X)=093120+117120+28120+32120=39120=1340.\begin{align*} \operatorname{E}(X) =&\,0\cdot\frac{93}{120} +1\cdot\frac{17}{120} +2\cdot\frac{8}{120} +3\cdot\frac{2}{120}\\[3mm] =&\,\frac{39}{120}\\[3mm] =&\,\frac{13}{40}. \end{align*}

解法二

思路

展开

期望的线性性质(指示随机变量法)。 我们可以将随机变量 XX(每个鞋的缺陷数)拆分为三个指示随机变量之和:X=IA+IB+ICX = I_A + I_B + I_C。其中 IAI_A 表示是否发生缺陷 AA(发生为 11,不发生为 00),以此类推。 由期望的线性性质,有:

E(X)=E(IA)+E(IB)+E(IC)=P(A)+P(B)+P(C)\begin{align*} \operatorname{E}(X) = \operatorname{E}(I_A) + \operatorname{E}(I_B) + \operatorname{E}(I_C) = P(A) + P(B) + P(C) \end{align*}

这意味着,我们不需要列出完整的 XX 概率分布表,只需统计所有缺陷的总次数(每个缺陷各算一次),再除以总样本量 120120 即可:

E(X)=n(A)+n(B)+n(C)120\begin{align*} \operatorname{E}(X) = \frac{n(A) + n(B) + n(C)}{120} \end{align*}

由于每个具有 xx 个缺陷的鞋在 n(A)+n(B)+n(C)n(A) + n(B) + n(C) 中被重复计算了 xx 次,因此总缺陷数直接等于:

1×n(X=1)+2×n(X=2)+3×n(X=3)\begin{align*} 1 \times n(X=1) + 2 \times n(X=2) + 3 \times n(X=3) \end{align*}

这大大简化了思维和代数过程。

答题过程

展开

Let IA,IB,ICI_A, I_B, I_C be the indicator random variables for the events A,B,CA, B, C respectively. The total number of defects for a shoe is X=IA+IB+ICX = I_A + I_B + I_C.

By the linearity of expectation:

E(X)=E(IA)+E(IB)+E(IC)=P(A)+P(B)+P(C)=n(A)+n(B)+n(C)120.\begin{align*} \operatorname{E}(X) =&\,\, \operatorname{E}(I_A) + \operatorname{E}(I_B) + \operatorname{E}(I_C)\\[3mm] =&\,\, P(A) + P(B) + P(C)\\[3mm] =&\,\, \frac{n(A) + n(B) + n(C)}{120}. \end{align*}

Each shoe with xx defects contributes xx to the sum of n(A)+n(B)+n(C)n(A) + n(B) + n(C). From the Venn diagram, we have:

  • Number of shoes with 11 defect: n(X=1)=9+1+7=17n(X=1) = 9 + 1 + 7 = 17
  • Number of shoes with 22 defects: n(X=2)=8n(X=2) = 8
  • Number of shoes with 33 defects: n(X=3)=2n(X=3) = 2

Thus, the total number of defects is:

n(A)+n(B)+n(C)=1×n(X=1)+2×n(X=2)+3×n(X=3)=1(17)+2(8)+3(2)=17+16+6=39.\begin{align*} n(A) + n(B) + n(C) =&\,\, 1 \times n(X=1) + 2 \times n(X=2) + 3 \times n(X=3)\\[3mm] =&\,\, 1(17) + 2(8) + 3(2)\\[3mm] =&\,\, 17 + 16 + 6\\[3mm] =&\,\, 39. \end{align*}

Therefore:

E(X)=39120=1340.\begin{align*} \operatorname{E}(X) =&\,\, \frac{39}{120}\\[3mm] =&\,\, \frac{13}{40}. \end{align*}