phillip1882 wrote:its a bit like asking if Heads Tails Heads is more likely than Heads Heads Tails.
The average # of flips until the pattern 'Heads Tails Heads' appears is not the same as the average # of flips until 'Heads Heads Tails' appears.
phillip1882 wrote:its a bit like asking if Heads Tails Heads is more likely than Heads Heads Tails.
Araban wrote:The average # of flips until the pattern 'Heads Tails Heads' appears is not the same as the average # of flips until 'Heads Heads Tails' appears.
If I did, I'd essentially be giving away the solution to the original question which I'm surprised no one has gotten so far. Regardless, writing a simulation program should be simple enough if you don't believe what I claim.Mnemonic wrote:Araban wrote:The average # of flips until the pattern 'Heads Tails Heads' appears is not the same as the average # of flips until 'Heads Heads Tails' appears.
Please explain.
Mnemonic wrote:Araban wrote:The average # of flips until the pattern 'Heads Tails Heads' appears is not the same as the average # of flips until 'Heads Heads Tails' appears.
Please explain.
jts wrote:
Mnemonic wrote:@ percival
I think we both read the question wrong. I (and probably you too) interpreted the question as; Flip a coin 3 times, which sequence is more likely: HHT or HTH. They are obviously the same with each being 1/8. This is because each coin flip is a separate event and the result is not influenced by previous flips. You can easily draw a decision tree and then you just have to walk along one of the branches and multiply the probabilities.
But the question was: I play a large number of games (10000+) which sequence is likely to appear first and how often will it appear. This kind of math is more advanced than the first one because it depends on the previous results. If the first two flips are HH then you have 50% to hit HHT but 0% to hit HTH