You have a biased coin that lands on heads 75% of the time.
You flip it five times.
What is the probability that at some point it lands on heads at least 3 times in a row?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
To a avoid double counting, you have the following 8 ways you can yield the desired result (where X means either heads or tails):
1) HHHXX (4)
2) THHHX (2)
3) XTHHH (2)
P = P ( 1 ) + P ( 2 ) + P ( 3 ) = 0 . 6 3 3