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 $\frac{m}{n}$, where $\operatorname{gcd}(m, n)=1$, then $m+n$ is equal to :
Solution
<p>In a bag containing 4 white and 6 black balls, two balls are selected one by one without replacement. We need to find the probability that the first ball is black, given that the second ball is black. Let’s define the events:</p>
<p><p><strong>A</strong>: The first ball selected is black.</p></p>
<p><p><strong>B</strong>: The second ball selected is black.</p></p>
<p>The probability $ P(A|B) $ is given by the formula:</p>
<p>$ P(A|B) = \frac{P(A \cap B)}{P(B)} $</p>
<p>Let's compute each part separately:</p>
<p><p><strong>Probability of both balls being black $ P(A \cap B) $:</strong> </p>
<p>The chance that the first ball is black is $\frac{6}{10}$. Given that one black ball is removed, the probability that the second is also black is $\frac{5}{9}$.</p>
<p>$ P(A \cap B) = \frac{6}{10} \times \frac{5}{9} = \frac{30}{90} = \frac{1}{3} $</p></p>
<p><p><strong>Probability that the second ball is black $ P(B) $:</strong> </p>
<p>This can occur if either the first ball was white or black:</p></p>
<p><p>First ball white, second black: $\frac{4}{10} \times \frac{6}{9}$</p></p>
<p><p>Both balls black: $\frac{6}{10} \times \frac{5}{9}$</p>
<p>$ P(B) = \frac{4}{10} \times \frac{6}{9} + \frac{6}{10} \times \frac{5}{9} = \frac{24}{90} + \frac{30}{90} = \frac{54}{90} = \frac{3}{5} $</p></p>
<p>Now, using these probabilities:</p>
<p>$ P(A|B) = \frac{\frac{1}{3}}{\frac{3}{5}} = \frac{1}{3} \times \frac{5}{3} = \frac{5}{9} $</p>
<p>Here, $ \frac{5}{9} $ is in its simplest form ($\operatorname{gcd}(5, 9) = 1$), so $ m = 5$ and $ n = 9 $.</p>
<p>Therefore, $ m + n = 5 + 9 = 14 $.</p>
About this question
Subject: Mathematics · Chapter: Probability · Topic: Classical and Axiomatic Probability
This question is part of PrepWiser's free JEE Main question bank. 143 more solved questions on Probability are available — start with the harder ones if your accuracy is >70%.