Concept: This is a problem of conditional probability, requiring the application of Bayes' Theorem. Since the prior probability of the initial composition (
k) is unknown, we assume a uniform prior distribution over all possible states that allow the observed event to occur.
Formula:P(H1∣E)=∑kP(E∣Hk)P(Hk)P(E∣H1)P(H1)Where
Hk is the hypothesis that the bag has
k red balls,
E is the event that 3 black balls are drawn, and
P(E∣Hk)=(310)(310−k).
Solution:Let
N=10 be the total number of balls. Let
Hk be the hypothesis that the bag contains
k red balls and
10−k black balls.
The event
E is drawing 3 black balls.
The probability of
E given
Hk is:
P(E∣Hk)=(310)(310−k)Since no prior information is given, we assume a uniform prior
P(Hk)=C for all possible states
k. The event
E requires at least 3 black balls, so
10−k≥3, meaning
k≤7. Thus,
k can range from
0 to
7.
Using Bayes' Theorem, the desired probability is proportional to
P(E∣Hk):
P(H1∣E)=∑k=07P(E∣Hk)P(E∣H1)1.
Calculate the numerator (for k=1):P(E∣H1)=(310)(310−1)=120(39)(39)=3×2×19×8×7=84P(E∣H1)=120842.
Calculate the denominator (Sum of probabilities):k=0∑7P(E∣Hk)=1201k=0∑7(310−k)Let
j=10−k. As
k goes from
0 to
7,
j goes from
10 to
3.
k=0∑7(310−k)=j=3∑10(3j)Using the Hockey-stick identity
i=r∑n(ri)=(r+1n+1):
j=3∑10(3j)=(3+110+1)=(411)(411)=4×3×2×111×10×9×8=11×10×3=330k=0∑7P(E∣Hk)=1203303.
Find the conditional probability:P(H1∣E)=12033012084=33084Simplifying the fraction by dividing numerator and denominator by 6:
P(H1∣E)=5514Shortcut:The probability is the ratio of the number of ways to draw 3 black balls if the bag has 1 red ball (
(39)) to the total number of ways to draw 3 black balls across all possible compositions (
j=3∑10(3j)=(411)).
P=(411)(39)=33084=5514Answer: D.
5514