Given: A bag contains 4 white balls and 6 black balls. Two balls are selected one by one without replacement.
Find: P(first ball is black∣second ball is black)=nm and then find m+n.
Let A be the event that the first ball is black and B be the event that the second ball is black. Using conditional probability,
P(A∣B)=P(B)P(A∩B)Step 1: Find P(A∩B).
P(A∩B)=106×95=9030=31Step 2: Find P(B).
The second ball is black in two cases:
P(B)=(106×95)+(104×96)=9030+9024=9054=53Step 3: Compute the conditional probability.
P(A∣B)=5331=31×35=95
So, m=5 and n=9 with gcd(5,9)=1.
Therefore, m+n=5+9=14. The correct option is A.