Answer:
4/15
Explanation:
Solution of conditional probability problem:
Given:
Bags (3R,7B), (8R,2B), (4R,6B)
Let
P(R,i) = probability of drawing a red AND from bag i
P(R, 1) = 3/10 * (1/3) = 3/30
P(R, 2) = 8/10 * (1/3) = 8/30
P(R, 3) = 4/10 * (1/3) = 4/30
Let
Let P(R) = probability of drawing a red from any bag
P(R) = sum P(R,i) for i = 1 to 3 using the addition rule
= 3/30 + 8/30 + 4/30
= 15/30
= 1 / 2
Conditional Probability of drawing from the third bag GIVEN that it is a red
= P(3 | R)
= P(R, 3) / P(R)
= 4/30 / (1/2)
= 8/30
= 4 / 15
(Since all bags contain 10 balls, by intuition, 4 red from third / 15 total red = 4/15)