题目
Problem
A bag contains a large number of counters with an odd number or an even number written on each.
Odd and even numbered counters occur in the ratio 4 : 1
In a game a player takes a random sample of 4 counters from the bag.
The player scores
• 5 points for each counter taken that has an even number written on it
• 2 points for each counter taken that has an odd number written on it
The random variable X represents the total score, in points, from the 4 counters.
(a) Find the sampling distribution of X
(6)
A random sample of n sets of 4 counters is taken. The random variable Y represents the number of these n sets that have a total score of exactly 14
(b) Calculate the minimum value of n such that P(Y ≥ 1) > 0.95
(3)
(Total for Question 6 is 9 marks)
题目中文翻译
一个袋子里有大量筹码,每个筹码上写有奇数或偶数。
奇数和偶数筹码的比例为 4 : 1
在一场游戏中,玩家从袋中随机抽取 4 个筹码。
玩家得分
• 每个抽到的偶数筹码得 5 分
• 每个抽到的奇数筹码得 2 分
随机变量 X 表示 4 个筹码的总得分。
(a) 求 X 的抽样分布
随机抽取 n 组 4 个筹码。随机变量 Y 表示这 n 组中总得分恰好为 14 的组数
(b) 计算最小的 n 值,使得 P(Y ≥ 1) > 0.95
(第 6 题共 9 分)
解答
(a)
解法一
思路
展开
每次抽到偶数筹码的概率为 1/5,抽到奇数筹码的概率为 4/5。若 4 个筹码中有 r 个偶数,则总分为 5r+2(4−r)=8+3r;让 r=0,1,2,3,4,并用二项分布计算各个总分的概率。
答题过程
展开
For each counter,
P(even)=51,P(odd)=54.
Let R be the number of even counters among the four selected. Since the bag contains a large number of counters,
R∼B(4,51).
If R=r, then
X=5r+2(4−r)=8+3r.
Hence the possible scores are
8,11,14,17,20.
The corresponding probabilities are
P(X=8)=(54)4=625256,
P(X=11)==(14)(51)(54)3625256,
P(X=14)==(24)(51)2(54)262596,
P(X=17)==(34)(51)3(54)62516,
and
P(X=20)=(51)4=6251.
Therefore, the sampling distribution of X is
| x | 8 | 11 | 14 | 17 | 20 |
|---|
| P(X=x) | 625256 | 625256 | 62596 | 62516 | 6251 |
(b)
解法一
思路
展开
由 (a),每组总分恰好为 14 的概率是 96/625=0.1536。把 n 组看作独立二项试验;“至少一组”用补事件表示为 1 减去一组都没有的概率。解指数不等式后取满足严格不等式的最小整数。
答题过程
展开
From part (a),
P(X=14)=62596=0.1536.
Therefore,
Y∼B(n,0.1536).
The required condition is
P(Y⩾1)>1−(1−0.1536)n>(0.8464)n<0.95,0.95,0.05.
Taking logarithms, and noting that log(0.8464)<0, gives
n>>log(0.8464)log(0.05)17.96…
Also,
P(Y⩾1)n=17=P(Y⩾1)n=18=0.94128…,0.95030…
Hence the minimum integer value is
n=18.