In: Statistics and Probability
We have 3 boxes. Box A contains 1 yellow ball and 2 red balls. Box B contains 2 yellow balls and 2 red balls. Box C contains 2 yellow balls and 1 red ball. First, we randomly choose between Box A and Box B. Then we randomly choose a ball from the selected box and put the ball into Box C. Lastly, we randomly choose a ball from Box C.
Let E1 be the event that Box A is chosen first. Let E2 be the event that the first ball chosen is red. Let E3 be the event that the last ball chosen is red.
Find P(E2/E3)
which one is the answer:
45/48
17/38
14/19
19/48
The conditional probability P(E2 | E3) is computed using Bayes
theorem as:
P(E2 | E3) = P(E2 and E3) / P(E3)
For E3, the combinations here are obtained as:
P(E3) = (1/6) + (1/8) + (1/24) + (1/16) = 19/48
P(E2 and E3) = (1/6) + (1/8) = 14/48
Therefore using Bayes theorem, the probability here is computed
as:
P(E2 | E3) = P(E2 and E3) / P(E3) = 14/19
Therefore 14/19 is the required probability here.