Question
Question: Two balls are selected at random one by one without replacement from a bag containing 4 white and 6 ...
Two balls are selected at random one by one without replacement from a bag containing 4 white and 6 black balls. If the probability that the first selected ball is black, given that the second selected ball is also black, is nm, where gcd(m, n) = 1, then m + n is equal to :

4
14
13
11
14
Solution
To solve this problem, we need to calculate the conditional probability P(first ball is black | second ball is black).
Let's define the events:
- Let B1 be the event that the first selected ball is black.
- Let B2 be the event that the second selected ball is black.
- Let W1 be the event that the first selected ball is white.
We are asked to find P(B1∣B2). Using the formula for conditional probability, we have: P(B1∣B2)=P(B2)P(B1∩B2)
The bag contains 4 white balls and 6 black balls, for a total of 10 balls.
Step 1: Calculate P(B1∩B2)
This is the probability that the first ball is black AND the second ball is black.
- Probability of the first ball being black, P(B1)=Total number of ballsNumber of black balls=106.
- After selecting one black ball without replacement, there are 5 black balls left and a total of 9 balls.
- Probability of the second ball being black given the first was black, P(B2∣B1)=95.
- Therefore, P(B1∩B2)=P(B1)×P(B2∣B1)=106×95=9030=31.
Step 2: Calculate P(B2)
The second ball can be black in two mutually exclusive ways:
- The first ball was black AND the second ball is black (B1∩B2).
- The first ball was white AND the second ball is black (W1∩B2).
We already calculated P(B1∩B2)=31.
Now, let's calculate P(W1∩B2):
- Probability of the first ball being white, P(W1)=Total number of ballsNumber of white balls=104.
- After selecting one white ball without replacement, there are still 6 black balls left and a total of 9 balls.
- Probability of the second ball being black given the first was white, P(B2∣W1)=96.
- Therefore, P(W1∩B2)=P(W1)×P(B2∣W1)=104×96=9024=154.
Now, sum these probabilities to get P(B2): P(B2)=P(B1∩B2)+P(W1∩B2)=31+154 To add these fractions, find a common denominator, which is 15: 31=3×51×5=155 So, P(B2)=155+154=159=53.
Step 3: Calculate P(B1∣B2)
Now we can use the conditional probability formula: P(B1∣B2)=P(B2)P(B1∩B2)=5331 P(B1∣B2)=31×35=95.
The probability is given as nm, where gcd(m,n)=1. Here, m=5 and n=9. gcd(5,9)=1, so the condition is satisfied.
Finally, we need to find m+n: m+n=5+9=14.