题目
Problem
Three bags A, B and C each contain coloured balls.
Bag A contains 4 red balls and 2 yellow balls only.
Bag B contains 4 red balls and 1 yellow ball only.
Bag C contains 6 red balls only.
In a game Mike takes a ball at random from bag A, records the colour and places it in bag C.
He then takes a ball at random from bag B, records the colour and places it in bag C.
Finally, Mike takes a ball at random from bag C and records the colour.
(a) Complete the tree diagram on the page opposite, to illustrate the game by adding the remaining branches and all probabilities.
Tree diagram
(3)
(b) Show that the probability that Mike records a yellow ball exactly twice is 101
(3)
Given that Mike records exactly 2 yellow balls,
(c) find the probability that the ball drawn from bag A is red.
(2)
Mike plays this game a large number of times, each time starting with the bags containing balls as described above. The random variable X represents the number of yellow balls recorded in a single game.
(d) Find the probability distribution of X
(3)
(e) Find E(X)
(2)
解答
(a)
解法一
思路
展开
Bag A 的黄球概率是 2/6=1/3,Bag B 的黄球概率是 1/5。第三次从 Bag C 抽时,要根据前两次放入 C 的颜色更新 C 中黄球数和总球数。
答题过程
展开
The probabilities from bag A are
P(R)=32,P(Y)=31.
The probabilities from bag B are
P(R)=54,P(Y)=51.
For the final draw from bag C:
first two coloursRRRY or YRYYP(R from C)18786P(Y from C)08182
(b)
解法一
思路
展开
恰好两次黄球有三种顺序:RYY、YRY、YYR。
答题过程
展开
P(exactly 2 yellow)====P(RYY)+P(YRY)+P(YYR)32⋅51⋅81+31⋅54⋅81+31⋅51⋅86601+301+201101.
(c)
解法一
思路
展开
已知恰好两次黄球。若 Bag A 抽到红球,对应顺序只能是 RYY。
答题过程
展开
P(R from A∣exactly 2 yellow)===P(exactly 2 yellow)P(RYY)10132⋅51⋅8161.
(d)
解法一
思路
展开
X 可以是 0,1,2,3。把树图中对应 yellow 数量的路径概率相加。
答题过程
展开
The probability distribution of X is
xP(X=x)01206411204221201231202
(e)
解法一
思路
展开
用上一小题的分布求 ∑xP(X=x)。
答题过程
展开
E(X)===0⋅12064+1⋅12042+2⋅12012+3⋅1202120720.6.