题目
Problem
A bag contains a large number of counters with one of the numbers 5, 10 or 20 written on each of them in the ratio 5 : 2 : a
A jar contains a large number of counters with one of the numbers 5 or 10 written on each of them in the ratio 1 : 3
One counter is selected at random from the bag and then two counters are selected at random from the jar.
The random variable R represents the range of the numbers on the 3 counters.
Given that P(R=15)=25663
(a) by forming and solving an equation in a, show that a=9
(3)
(b) find the sampling distribution of R
(6)
(Total for Question 6 is 9 marks)
题目中文翻译
一个袋子里有大量计数器,每个计数器上写着 5、10 或 20 之一,其比例为 5 : 2 : a。
一个罐子里有大量计数器,每个计数器上写着 5 或 10 之一,其比例为 1 : 3。
从袋子中随机取 1 个计数器,然后从罐子中随机取 2 个计数器。
随机变量 R 表示这 3 个计数器上的数的极差。
已知 P(R=15)=25663。
(a) 通过建立并求解关于 a 的方程,证明 a=9。
(b) 求 R 的抽样分布。
(第 6 题共 9 分)
解答
(a)
解法一
思路
展开
极差为 15 时,三个数中必须同时出现 5 和 20。由于罐中没有 20,所以袋中抽出的数必须是 20;此时,只要罐中抽出的两个数不全是 10,便至少会出现一个 5。用补事件计算罐中「至少一个 5」的概率,再与袋中抽到 20 的概率相乘,即可建立关于 a 的方程。
答题过程
展开
For R=15, the counter selected from the bag must be numbered 20, and at least one of the two counters selected from the jar must be numbered 5.
Therefore,
a+7a[1−(43)2]=25663.
Hence,
a+7a⋅167=a+7a=16a=7a=a=256631699a+63639.
Thus, as required, a=9.
解法二
思路
展开
也可以直接枚举罐中出现 5 的情况:两个数依次为 (5,10)、(10,5) 或 (5,5)。把这三个互斥事件的概率相加,再乘以袋中抽到 20 的概率,得到同一个方程。
答题过程
展开
For R=15, the jar outcomes are (5,10), (10,5) or (5,5), while the counter from the bag is numbered 20. Thus,
a+7a(2⋅41⋅43+41⋅41)=25663.
Therefore,
a+7a⋅167=a+7a=16a=256631699a+63,
so a=9, as required.
(b)
解法一
思路
展开
由 (a) 得袋中三个数的概率分别为 5/16、2/16、9/16,而罐中抽到 5 和 10 的概率分别为 1/4、3/4。三个数的极差只可能是 0,5,10,15:分别按「三个数相同」、「只有 5 和 10」、「20 与两个 10」、「20 且至少出现一个 5」计算概率,最后检查概率之和为 1。
答题过程
展开
Using a=9, the probabilities for the counter selected from the bag are
P(B=5)=165,P(B=10)=162,P(B=20)=169.
For each counter selected from the jar,
P(J=5)=41,P(J=10)=43.
The possible values of R are 0,5,10 and 15.
For R=0, all three counters must have the same number. Hence,
P(R=0)==165(41)2+162(43)225623.
For R=5, only 5 and 10 may occur, and both values must occur. Therefore,
P(R=5)===165[1−(41)2]+162[1−(43)2]25675+2561425689.
For R=10, the bag counter must be 20 and both jar counters must be 10:
P(R=10)=169(43)2=25681.
For R=15, the bag counter must be 20 and at least one jar counter must be 5:
P(R=15)=169[1−(43)2]=25663.
Also,
25623+89+81+63=1,
so the sampling distribution is
| r | 0 | 5 | 10 | 15 |
|---|
| P(R=r) | 25623 | 25689 | 25681 | 25663 |