asked 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

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.

answered
User Thiago Cardoso
by
8.5k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.