Draw and Add Balls
Problem
Suppose you have red balls and black balls. Each round, you randomly draw a ball, put it back and add balls with the same color. What’s the probability that the -th draw is red.
Solution 1
We can work on Expectation:
Therefor we have
Then we can induce that for any and .
Solution 2
We can utilize symmetry and relabeling. Instead of labeling balls as red and black, we can see each of them representing a color, and colors belong to a “red” family, colors belong to a “black” family. Then there are colors, and each time you add balls of the same color.
Then by symmetry, we know that the probability of drawing any color is . Then we know that the probability of drawing a ball in “red” family is , regardless of and .