题目
Problem
A bag contains 50 counters, each with one of the numbers 4, 7 or 10 written on it in the ratio 2 : 3 : 5 respectively.
A random sample of 2 counters is taken from the bag. The numbers on the 2 counters are recorded as D₁ and D₂
The random variable M represents the mean of D₁ and D₂
(a) Show that P(M = 4) = 9/245
(1)
(b) Find the sampling distribution of M
(6)
A random sample of n sets of 2 counters is taken. The random variable T represents the number of these n sets of 2 counters that have a mean of 4
Given that each set of 2 counters is replaced after it is drawn,
(c) calculate the minimum value of n such that P(T = 0) < 0.15
(3)
(Total for Question 4 is 10 marks)
题目中文翻译
一个袋子里有 50 个筹码,每个筹码上写有数字 4、7 或 10,比例分别为 2 : 3 : 5。
从袋中随机抽取 2 个筹码。2 个筹码上的数字分别记录为 D₁ 和 D₂。
随机变量 M 表示 D₁ 和 D₂ 的均值。
(a) 证明 P(M = 4) = 9/245
(b) 求 M 的抽样分布。
随机抽取 n 组 2 个筹码。随机变量 T 表示这 n 组中均值为 4 的组数。
已知每组 2 个筹码在抽取后被放回,
(c) 计算最小的 n 值,使得 P(T = 0) < 0.15
(第 4 题共 10 分)
解答
(a)
解法一
思路
展开
两个数的均值为 4,当且仅当抽到的两个筹码都写着 4。袋中共有 50×102=10 个数字 4 的筹码;同一组内是不放回抽样,因此第二次只剩 9 个。
答题过程
展开
There are
50×2+3+52=10
counters numbered 4. Since the two counters are drawn without replacement,
P(M=4)=5010×499=2459.
(b)
解法一
思路
展开
先由比例求出数字 4、7、10 的筹码分别有 10、15、25 个。列举两个数字的所有无序组合,可得 M 的五个可能值;异数搭配有两种抽取顺序,同数搭配则第二次的可选数要减 1。把产生同一均值的组合概率相加。
答题过程
展开
The numbers of counters labelled 4, 7 and 10 are respectively
10,15,25.
The possible values of M are
4,5.5,7,8.5,10.
Using sampling without replacement,
P(M=4)=2459,
P(M=5.5)==2(5010)(4915)496,
P(M=7)==2(5010)(4925)+(5015)(4914)24571,
P(M=8.5)==2(5015)(4925)4915,
and
P(M=10)==(5025)(4924)4912.
Hence the sampling distribution of M is
| m | 4 | 5.5 | 7 | 8.5 | 10 |
|---|
| P(M=m) | 2459 | 496 | 24571 | 4915 | 4912 |
(c)
解法一
思路
展开
每组抽完后都放回,所以各组相互独立,且每组均值为 4 的概率恒为 9/245。因此 T 服从二项分布;将 P(T=0) 写成“每组都失败”的概率,解指数不等式,并取满足严格不等式的最小整数。
答题过程
展开
Since each set is replaced after it is drawn, the sets are independent and
T∼B(n,2459).
Therefore,
P(T=0)==(1−2459)n(245236)n.
The required inequality is
(245236)n<0.15.
Taking logarithms, and noting that log(236/245)<0,
n>>log(236/245)log(0.15)50.689…
Hence the minimum integer value is
n=51.