Solveeit Logo

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 mn\frac{m}{n}, where gcd(m, n) = 1, then m + n is equal to :

A

4

B

14

C

13

D

11

Answer

14

Explanation

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 B1B_1 be the event that the first selected ball is black.
  • Let B2B_2 be the event that the second selected ball is black.
  • Let W1W_1 be the event that the first selected ball is white.

We are asked to find P(B1B2)P(B_1 | B_2). Using the formula for conditional probability, we have: P(B1B2)=P(B1B2)P(B2)P(B_1 | B_2) = \frac{P(B_1 \cap B_2)}{P(B_2)}

The bag contains 4 white balls and 6 black balls, for a total of 10 balls.

Step 1: Calculate P(B1B2)P(B_1 \cap B_2)

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)=Number of black ballsTotal number of balls=610P(B_1) = \frac{\text{Number of black balls}}{\text{Total number of balls}} = \frac{6}{10}.
  • 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(B2B1)=59P(B_2 | B_1) = \frac{5}{9}.
  • Therefore, P(B1B2)=P(B1)×P(B2B1)=610×59=3090=13P(B_1 \cap B_2) = P(B_1) \times P(B_2 | B_1) = \frac{6}{10} \times \frac{5}{9} = \frac{30}{90} = \frac{1}{3}.

Step 2: Calculate P(B2)P(B_2)

The second ball can be black in two mutually exclusive ways:

  1. The first ball was black AND the second ball is black (B1B2B_1 \cap B_2).
  2. The first ball was white AND the second ball is black (W1B2W_1 \cap B_2).

We already calculated P(B1B2)=13P(B_1 \cap B_2) = \frac{1}{3}.

Now, let's calculate P(W1B2)P(W_1 \cap B_2):

  • Probability of the first ball being white, P(W1)=Number of white ballsTotal number of balls=410P(W_1) = \frac{\text{Number of white balls}}{\text{Total number of balls}} = \frac{4}{10}.
  • 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(B2W1)=69P(B_2 | W_1) = \frac{6}{9}.
  • Therefore, P(W1B2)=P(W1)×P(B2W1)=410×69=2490=415P(W_1 \cap B_2) = P(W_1) \times P(B_2 | W_1) = \frac{4}{10} \times \frac{6}{9} = \frac{24}{90} = \frac{4}{15}.

Now, sum these probabilities to get P(B2)P(B_2): P(B2)=P(B1B2)+P(W1B2)=13+415P(B_2) = P(B_1 \cap B_2) + P(W_1 \cap B_2) = \frac{1}{3} + \frac{4}{15} To add these fractions, find a common denominator, which is 15: 13=1×53×5=515\frac{1}{3} = \frac{1 \times 5}{3 \times 5} = \frac{5}{15} So, P(B2)=515+415=915=35P(B_2) = \frac{5}{15} + \frac{4}{15} = \frac{9}{15} = \frac{3}{5}.

Step 3: Calculate P(B1B2)P(B_1 | B_2)

Now we can use the conditional probability formula: P(B1B2)=P(B1B2)P(B2)=1335P(B_1 | B_2) = \frac{P(B_1 \cap B_2)}{P(B_2)} = \frac{\frac{1}{3}}{\frac{3}{5}} P(B1B2)=13×53=59P(B_1 | B_2) = \frac{1}{3} \times \frac{5}{3} = \frac{5}{9}.

The probability is given as mn\frac{m}{n}, where gcd(m,n)=1\text{gcd}(m, n) = 1. Here, m=5m = 5 and n=9n = 9. gcd(5,9)=1\text{gcd}(5, 9) = 1, so the condition is satisfied.

Finally, we need to find m+nm + n: m+n=5+9=14m + n = 5 + 9 = 14.