169k views
4 votes
An urn initially contains 5 white and 7 black balls. Each time a ball is selected, its color is noted and it is replaced in the urn along with 2 other balls of the same color. Compute the probability that (a) the first 2 balls selected are black and the next 2 are white;

User Mannix
by
5.5k points

1 Answer

4 votes

Answer:

A. P("Select 2 black balls and then select 2 white balls")=35/768

Explanation:

A. First, we have to get an idea of what our experiment talks about:

If I take a black ball, then we note its color and put it back to the urn with 2 more balls of the same color.

So, every time that we take a ball the quantity of balls in the urn changes with the probability that we had before replacing. The first case (that the first ball you select is black) would go like this:

P("Select a black ball first try") = 7 (number of black balls)/12 (total of balls in the urn)

P(B₁)=7/12

Then, the amount of balls in the urn rise to 14 (12 + 2 balls added) and now the quantity of black balls it´s 9 (7 + 2 added). The urn currently has 9 black balls and 5 white balls, of course:

P("Select black ball second try after getting a black ball before") = 9 (number of black balls)/ 14 (total of balls in the urn)

P(B₁B₂)=9/14

Notice that while we keep taking black balls, the quantity of white ball keeps constant and, for the probability that we take a white ball, we just consider the change in the number of balls in the urn

P(B₁B₂W₃)=5/16

And now, we consider the new white balls that are put in the urn (2 white balls, for a total of 18 and 7 white balls):

P(B₁B₂W₃W₄)=7/18

Because all these probabilities are chained and everything comes from the first ball we choose (if you use a tree diagram, they will be in the same branch), we multiply the probabilities to find the probability that all happens in the same experiment:

P(B₁)*P(B₁B₂)*P(B₁B₂W₃)*P(B₁B₂W₃W₄) = 7/12 * 9/14 * 5/16 * 7/18 = 2205/48384

P(B₁)*P(B₁B₂)*P(B₁B₂W₃)*P(B₁B₂W₃W₄)=35/768

And this is the final answer

User Christopher Bull
by
5.0k points