题目
Problem
A bag contains a large number of coins. It only contains 20p and 50p coins. A random
sample of 3 coins is taken from the bag.
(a) List all the possible combinations of 3 coins that might be taken.
(2)
Let Xˉ represent the mean value of the 3 coins taken.
Part of the sampling distribution of Xˉ is given below.
| xˉ | 20 | a | b | 50 |
|---|
| P(Xˉ=xˉ) | 80004913 | c | d | 800027 |
(b) Write down the value of a and the value of b
(1)
The probability of taking a 20p coin at random from the bag is p
The probability of taking a 50p coin at random from the bag is q
(c) Find the value of p and the value of q
(2)
(d) Hence, find the value of c and the value of d
(3)
Let M represent the mode of the 3 coins taken at random from the bag.
(e) Find the sampling distribution of M
(3)
题目中文翻译
一个袋子里装有大量硬币,只包含 20p 和 50p 硬币。
从袋中随机抽取 3 枚硬币。
(a) 列出可能抽到的所有 3 枚硬币组合。
设 Xˉ 表示这 3 枚硬币的平均价值。
Xˉ 的抽样分布部分如下所示。
| xˉ | 20 | a | b | 50 |
|---|
| P(Xˉ=xˉ) | 80004913 | c | d | 800027 |
(b) 写出 a 和 b 的值。
从袋中随机抽到一枚 20p 硬币的概率为 p。
从袋中随机抽到一枚 50p 硬币的概率为 q。
(c) 求 p 和 q 的值。
(d) 从而求 c 和 d 的值。
设 M 表示随机抽取的 3 枚硬币中出现的众数。
(e) 求 M 的抽样分布。
解答
(a)
解法一
思路
展开
只需按 20p 硬币的枚数分类。三枚硬币中可以有 3、2、1 或 0 枚 20p 硬币,因此共有四种组合;同一组合内不必重复列出不同的抽取次序。
答题过程
展开
The possible combinations are
(20,20,20), (20,20,50), (20,50,50), (50,50,50).
(b)
解法一
思路
展开
分别计算混合组合 (20,20,50) 与 (20,50,50) 的平均值;它们位于表中 20 与 50 之间,并按从小到大排列。
答题过程
展开
a=b=320+20+50=30,320+50+50=40.
(c)
解法一
思路
展开
Xˉ=20 只会在三枚硬币全为 20p 时发生,所以其概率为 p3。利用表中给出的概率求出 p,再由两类硬币的概率和为 1 求 q。
答题过程
展开
Since P(Xˉ=20)=p3,
p3=p==800049133800049132017.
Hence,
q=1−p=203.
(d)
解法一
思路
展开
Xˉ=30 表示恰有两枚 20p 与一枚 50p;Xˉ=40 表示恰有一枚 20p 与两枚 50p。每种情况都有 3 种排列,因此使用二项分布的相应概率。
答题过程
展开
c===d===3p2q3(2017)2(203)80002601,3pq23(2017)(203)28000459.
(e)
解法一
思路
展开
三枚硬币只有两种面值,而且样本数为奇数,所以众数必为 20 或 50。20 是众数当且仅当至少两枚硬币为 20p;50 是众数当且仅当至少两枚为 50p。
答题过程
展开
P(M=20)===P(M=50)===P(Xˉ=20)+P(Xˉ=30)80004913+8000260140003757,P(Xˉ=40)+P(Xˉ=50)8000459+8000274000243.
Therefore, the sampling distribution of M is
| m | 20 | 50 |
|---|
| P(M=m) | 40003757 | 4000243 |