A bag contains $r$ red balls and $t$ white balls. In each draw, a ball is randomly selected, its color is observed, and then it is returned to the bag along with $a$ more balls of the same color. The process is repeated four times. We need to find the probability that the first and second draws result in red balls, while the third and fourth draws result in white balls.
2025/4/2
1. Problem Description
A bag contains red balls and white balls. In each draw, a ball is randomly selected, its color is observed, and then it is returned to the bag along with more balls of the same color. The process is repeated four times. We need to find the probability that the first and second draws result in red balls, while the third and fourth draws result in white balls.
2. Solution Steps
Let denote the event of drawing a red ball and denote the event of drawing a white ball. We are looking for the probability .
First draw: The probability of drawing a red ball is .
After the first draw, the bag contains red balls and white balls, for a total of balls.
Second draw: The probability of drawing a red ball, given that the first ball was red, is .
After the second draw, the bag contains red balls and white balls, for a total of balls.
Third draw: The probability of drawing a white ball, given that the first two balls were red, is .
After the third draw, the bag contains red balls and white balls, for a total of balls.
Fourth draw: The probability of drawing a white ball, given that the first two balls were red and the third was white, is .
The probability of the sequence RRWW is:
3. Final Answer
The probability is .