Box I contains 1 red ball and 2 white balls. Box II contains 2 red balls and 1 white ball. One ball is drawn randomly from box I and transferred to box II.
Then, a ball is drawn randomly from box II and it is red. What is the probability that the transferred ball was white?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let the event W be that the transferred ball is white. Let the event R be that the ball drawn is red. Then, from counting we are given that P ( W ) = 2 / 3 and P ( R ∣ W ) = 2 / 4 = 1 / 2 .
The chance of drawing a red ball is dependent on whether a red or white ball was transferred. So:
P ( R ) = P ( W ) P ( R ∣ W ) + P ( ¬ W ) P ( R ∣ ¬ W ) = 3 2 ⋅ 2 1 + 3 1 ⋅ 4 3 = 1 2 7 .
Applying Bayes' Rule:
P ( W ∣ R ) = P ( R ) P ( R ∣ W ) P ( W ) = 1 2 7 2 1 ⋅ 3 2 = 7 4 .
Hence, P ( W ∣ R ) = 4 / 7 .