Flip a fair coin 5 times and note the results. If the result is either 3 heads/2 tails or 3 tails/2 heads, call the sequence normal . If the result is anything else, a 4-1 or 5-0 split, call the sequence wild .
If you do this procedure 3 times, what are the chances of at least 1 of the sequences being wild?
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.
The chance of a single sequence being normal is 20/32 = 5/8.
So the chance of all 3 sequences being normal = ( 5 / 8 ) 3 = 125/512.
The chance of at least 1 sequence being wild is thus 1 - (125/512) = 387/512