I'm having a little trouble with a homework problem. I will write out what I've figured out and would appreciate some help with what I'm unable to understand.
You flip a weighted coin four times. Assume that Pr [Heads]=0.7 and Pr [Tails]=0.3. The random variable X is defined to be 4 times the number of heads minus 1 times the number of tails.
So landing four heads would result in an X value of 16 and the probability is .7^4. And landing four tails would result in an X value of -4 and the probability is .3^4. I have the X values for the other three scenarios but I'm having trouble calculating their probabilities. I know that the probability values for all events must add up to 1.
So for example, if I flip 1 heads and 3 tails, X=1. I was trying .7*.3^3 to find the probability, but I realize I'm making a mistake in this calculation. Please help. Thank you.