Given: Three bags are available, and one bag is chosen at random. The compositions are: B1 has 6 white and 4 blue balls, B2 has 4 white and 6 blue balls, and B3 has 5 white and 5 blue balls.
Find: The conditional probability that the white ball was drawn from Bag B2.
Let
A1=ball drawn from Bag B1,A2=ball drawn from Bag B2,A3=ball drawn from Bag B3,W=white ball drawn
We need to find P(A2∣W).
Since each bag is equally likely to be selected,
P(A1)=P(A2)=P(A3)=31The probability of drawing a white ball from each bag is
P(W∣A1)=106=53
P(W∣A2)=104=52
P(W∣A3)=105=21Using the law of total probability,
P(W)=P(W∣A1)P(A1)+P(W∣A2)P(A2)+P(W∣A3)P(A3)
So,
P(W)=53⋅31+52⋅31+21⋅31
P(W)=51+152+61
Taking the common denominator 30,
51=306,152=304,61=305
Therefore,
P(W)=306+304+305=3015=21Now apply Bayes' theorem:
P(A2∣W)=P(W)P(W∣A2)P(A2)
Substituting the values,
P(A2∣W)=2152⋅31
P(A2∣W)=21152=152⋅2=154Therefore, the probability that the white ball is drawn from Bag B2 is 154. The correct option is C.