There are 3 urns: and .
The following process is performed:
After carrying out the process, it is known that the extracted ball is white. What is the probability that the ball has been selected from the urn ?
This probability can be written as with co-prime positive integers. Enter .
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.
Another way to describe the ball-selection process is as follows: Preform two coin flips. If the result is HH or HT, select from urn 1. If TH, select from urn 2 and if TT, select from urn 3. There are 9 ways in which a white ball is selected, two of which are from urn 2.
HH: WWW rrb
HT: WWW rrb
TH: WW rbbb <---- urn 2
TT: W rrrb
So, given that a white ball is pulled, there's a 2/9 chance it was from urn 2.
Alternatively, we can approach this problem via conditional probabilities. Let A be the event that a ball is pulled from urn 2 and let B be the event that the ball pulled is white. We want P ( A ∣ B ) , and we can compute it using Bayes' theorem: P ( A ∣ B ) = P ( B ) P ( B ∣ A ) P ( A ) . P ( B ∣ A ) is the probability of pulling a white ball from urn 2, or 3 1 . P ( A ) = 4 1 and P ( B ) = 2 4 9 = 8 3 . So, P ( A ∣ B ) = 9 2 .