krishan
A bag contains 3 white balls, 3 black balls & 2 red balls. One by one three balls are drawn out without replacement. What is the probability that the third ball is red?
A. 0.25
B. 0.15
C. 0.35
D. 0.45
E. 0.40
Responding to a pm:
The point is that the probability of picking a red will not depend on which draw it is.
In the first draw, probability of picking a red is 2/8 = 1/4
Probability of picking a red in the second draw:
2 cases:
Case 1: First draw is non red.
Probability = (6/8)*(2/7)
This is equal to (2/8)(6/7). Think about it: Probability of picking non red first and then red will be the same as probability of picking a red first and then a non red.
Case 2: First draw is red.
Probability = (2/8)*(1/7)
This is the probability of picking a red first and then a red again.
Total probability of second draw being red = (2/8)*(6/7) + (2/8)*(1/7) = 2/8
This is just the probability of picking a red first and then any ball (non red or red). Probability of picking ANY ball will be 1. Hence, the probability of picking a red in the second draw will be the same as the probability of picking a red in the first draw.
Similarly probability of picking a red in any draw will be the same.