- #1
pr07
- 1
- 0
Homework Statement
We have a bag of n balls, n/2 of which are green and n/2 of which are blue. Consider the following experiment: We reach into the bag and pull out two balls. If they of the same type, we put them both back in the bag. If they are of dierent types we put them both on the ground.
1. What is the probability that we put the balls on the ground?
2. What is the expected number of times we have to repeat this experiment until we get to put some ball on the ground?
3. What is the expected number of times we have to repeat this experiment before the bag is empty?
Homework Equations
The Attempt at a Solution
1. n/2n * n/2(n-1) + n/2n * n/2(n-1) = n/2(n-1)
2. 2(n-1)/n