Bag I contains 3 red and 4 black balls while another Bag II contains 5 red and 6 black balls. One ball is drawn at random from one of the bags and it is found to be red. Find the probability that it was drawn from Bag II. |
$\frac{33}{68}$ $\frac{35}{68}$ $\frac{1}{2}$ $\frac{5}{11}$ |
$\frac{35}{68}$ |
The correct answer is Option (2) → $\frac{35}{68}$ ## Let $E_1$ be the event of choosing the bag I, $E_2$ the event of choosing the bag II and $A$ be the event of drawing a red ball. Then $P(E_1) = P(E_2) = \frac{1}{2}$ Also $P(A|E_1) = P(\text{drawing a red ball from Bag I}) = \frac{3}{7}$ and $P(A|E_2) = P(\text{drawing a red ball from Bag II}) = \frac{5}{11}$ Now, the probability of drawing a ball from Bag II, being given that it is red, is $P(E_2|A)$ By using Bayes' theorem, we have $P(E_2|A) = \frac{P(E_2)P(A|E_2)}{P(E_1)P(A|E_1) + P(E_2)P(A|E_2)} = \frac{\frac{1}{2} \times \frac{5}{11}}{\frac{1}{2} \times \frac{3}{7} + \frac{1}{2} \times \frac{5}{11}} = \frac{35}{68}$ |