Question
Question: A bag contains some white and some black balls, all combinations of balls being equally likely. The ...
A bag contains some white and some black balls, all combinations of balls being equally likely. The total number of balls in the bag is 10. If three balls are drawn at random without replacement and all of them are found to be black, what is the probability that the bag contains 1 white and 9 black balls?
(a). 5514
(b). 5512
(c). 112
(d). 558
Solution
Hint: Assign variables to the events for all combinations of balls in the bag. Then find the probability that 3 black balls are drawn using the total probability rule. Then find the probability that the bag contains 1 white and 9 black balls using Bayes’ theorem.
Complete step-by-step answer:
It is given that the bag contains some white balls and some black balls, to a total of 10 balls, with all combinations being equally likely.
Let the event Ei denote the event that the bag contains i black balls and 10−i white balls, where i can take the values from 0 to 10. Then we have:
P(Ei)=111.............(1)
Let A be the event that 3 black balls are drawn. Then, we have:
P(A∣E0)=P(A∣E1)=P(A∣E2)=0
P(A∣Ei)=10C3iC3 (i>2).............(2)
By the theorem of total probability, the total probability of drawing 3 black balls at random is given by:
P(A)=i=0∑10P(Ei)P(A∣Ei)
Substituting equation (1) and equation (2), we have:
P(A)=111.10C31(3C3+4C3+..........+10C3)
We can write 3C3 as 4C4, then we have:
P(A)=111.10C31(4C4+4C3+..........+10C3)
We have the following formula:
nCr+nCr+1=n+1Cr+1............(3)
Using the formula (3), we have:
P(A)=111.10C31((4C4+4C3)+..........+10C3)
P(A)=111.10C31(5C4+5C3+..........+10C3)
Similarly, using recursion, we have:
P(A)=111.10C31.11C4
Evaluating the expression, we have:
P(A)=111.10!3!7!.4!7!11!
P(A)=41............(4)
P(E9∣A) is the probability that the bag contains 1 white and 9 black balls given that 3 balls drawn at random are black. Then, by Bayes’ theorem, we have:
P(E9∣A)=P(A)P(E9)P(A∣E9)
Using equations (1), (2), and (4), we have:
P(E9∣A)=4111110C39C3
Simplifying, we have:
P(E9∣A)=411116!3!9!10!7!3!
P(E9∣A)=41111.107
P(E9∣A)=21111.57
P(E9∣A)=5514
Hence, the correct answer is option (a).
Note: It is tricky to evaluate the total probability using the properties of combinations. If you directly know the formula, then you can substitute and solve it directly.