Probability of events after a random ball was moved from one box to another

1.2k Views Asked by At

One box contains 3 white and 6 black balls. A second box contains 5 white and 4 black balls. One ball is chosen at random from the 1st box and put into the 2nd box. Then a ball is randomly selected from the 2nd box and put in the 1st box.

(1) What is the probability that the 1st and 2nd selected ball are both white?

So far I have this:

 {3 w and 6 B} box 1
 {5 w and 4 B} box 2

Now if both are white then I calculate the complement like $1- \frac{3}{9} \cdot \frac{5}{10} = \frac{5}{6}$ then I want the opposite probability then $\frac{1}{6}$ of both are whites.

Is that point correct if is are there other perspective to solve this problem?

Thanks, and sorry to don't post my work before.

(2) At the end of the experiment, what is the probability that the configuration of white and black balls in the two boxes is the same as in the beginning?

This question I need to think more I am stuck, but if you can help me with some key advise I will be happy.

1

There are 1 best solutions below

0
On BEST ANSWER

I solved, here is the solution.

1) 1/3 *6/10 = 1/5 =0.2 the probability that the first and second selected ball are both white is 20%.

2) The only way the two boxes end like in the beginning is that we move two white or two black ball in the experiment then

1/3 * 6/10 +6/9 *5/10 = 1/5 + 1/3 =8/15 =0.53

Therefore, there are 53% the experiment en like in the beginning.