REPOST: A biased coin has 0.75 probability of flipping heads and 0.25 of flipping tails. What is the probability that the sequence TTHH (T=tails, H=heads) only occurs after the 8th flip?
Given:-
P(Flipping Heads) = 0.75
P(Flipping Tails) = 0.25
We have to find the probability:
P(TTHH only occurs after the 8th flip) = 1 - P(TTHH occurs before the 8th flip)
Now
P(TTHH occurs before the 8th flip) = P(TTHHXXXX)+ P(XTTHHXXX) + P(XXTTHHXX) + P(XXXTTHHX)+ P(XXXXTTHH)
Here X can be either heads or tails
= (0.75)2*(0.25)2*(((0.75)0*(0.25)4*1+(0.75)1*(0.25)3*4+(0.75)2*(0.25)2*6+(0.75)3*(0.25)1*4+(0.75)4*(0.25)0*1)*5
= 0.17578125
Therefore
P(TTHH only occurs after the 8th flip) = 1 - P(TTHH occurs before the 8th flip) = 1 - 0.17578125 = 0.82421875
Get Answers For Free
Most questions answered within 1 hours.