Somefantastik
- 226
- 0
I need help getting started on this.
Want to generate a random variable X, equally likely 0, 1, using biased coin (heads probability p).
1. Flip coin, result is labled 0_{1}
2. Flip coin, result is labeled 0_{2}
3. 0_{1} = 0_{2}=> return to step 1
4. 0_{2}= heads => X = 0, 0_{2} = tails => X = 1
Show X is equally likely to be 0 or 1.
A good place to start would be showing P{X = 0} = P{X = 1}. Can you show me how to find those two probabilities?
Want to generate a random variable X, equally likely 0, 1, using biased coin (heads probability p).
1. Flip coin, result is labled 0_{1}
2. Flip coin, result is labeled 0_{2}
3. 0_{1} = 0_{2}=> return to step 1
4. 0_{2}= heads => X = 0, 0_{2} = tails => X = 1
Show X is equally likely to be 0 or 1.
A good place to start would be showing P{X = 0} = P{X = 1}. Can you show me how to find those two probabilities?
Last edited: