92.3k views
5 votes
An urn contains white and red balls. Four balls are randomly drawn from the urn in succession, with replacement. That is, after each draw, the selected ball is returned to the urn. What is the probability that all balls drawn from the urn are red

User Georgette
by
6.1k points

1 Answer

2 votes

Answer:

[r/(w + r)]^4

Explanation:

The numbers of the different balls are not given, but here is the solution.

Let w = number of white balls.

Let r = number of red balls.

The total number of balls is w + r.

All drawings have the same probability since there is replacement.

Each drawing has the following probability of drawing a red ball:

p(red) = r/(w + r)

Since there are 4 drawings, and they are all independent events, the overall probability is the product of the individual probabilities.

p(4 red balls in 4 drawings) = [r/(w + r)]^4

To find an actual number, replace w and r with the correct numbers and evaluate the expression.

User Thiago Cardoso
by
6.3k points