Thread
:
Finding Sequences Puzzle
View Single Post
07-27-2010, 09:31 AM
#
4
clarknova
Addict
Posts: 241
Karma: 2617
Join Date: Mar 2009
Location: Greenwood, SC
Device: Kindle 2
Quote:
Originally Posted by
pdurrant
Here's a Simple Probability Puzzle, taken from
http://toshuo.com/2007/a-simple-probability-puzzle/
If this is simple then I must be a total moron.
Spoiler
:
I need to change my vote, since I picked the first one.
Now I know that 10 THH sequences takes less than 10 THT sequences, but I have no idea why.
On average it takes 80 coin flips to get 10 THH sequences. And it takes 100 flips to get 10 THT sequences (non-overlapping). I really hope someone can explain to me why.
TTT/HHH = 140 flips
THT/HTH = 100 flips
THH/HTT/TTH/HHT = 80 flips
Interestingly, if you use the patterns as binary numbers, and shift left by 1 (multiply by 2), and then multiply by 10 (the number of patterns to detect), you get their average coin flip amounts:
TTT = 111b << 1 = 1110b = 14 (*10 = 140)
THT = 101b << 1 = 1010b = 10 (*10 = 100)
THH = 100b << 1 = 1000b = 8 (*10 = 80)
But I'm still left without the reason. I guess I'll go read the original website.
clarknova
View Public Profile
Visit clarknova's homepage!
Find More Posts by clarknova
Track Posts by clarknova via RSS