[Math] Black and white balls in 2 boxes and probability that I pick the white ball.

combinatoricsdiscrete mathematicsprobability

Maybe there already is solution for that and if it is so, then maybe someone can tell me where I can find it.

I have 2 boxes. In first box there are 3 white and 2 black balls. In second box there are 4 black and 4 white balls. Then I randomly pick one ball from first box and put it in second box. What is the probability that I pick white ball from the second box?

I think that I need to calculate combinations for black balls and then for white balls (for second box after I put in random ball from first box) and then multiply them.

Best Answer

Case 1

You picked a white ball from the first box. This happens with a chance of $3/5$. Putting it into the second box, now there are $5$ white and $4$ black balls. Now the chance to pick a white ball is $5/9$. So the total chance in case 1 is $3/5 \cdot 5/9 = 1/3$.

Case 2

You picked a black ball from the first box. This happens with a chance of $2/5$. Putting it into the second box, now there are $4$ white and $5$ black balls. Now the chance to pick a white ball is $4/9$. So The total chance in case 2 is $2/5 \cdot 4/9 = 8/45$.

Combining the two cases, the chance is $$1/3 + 8/45 = 23/45 \approx 51\%.$$

Related Question