Mistake Master
Six Heads That Are Never Repaid, and a Proportion That Converges Anyway
You'll learnwhy a long-run proportion settles without any result ever compensating for another, and how to design a simulation whose chances match the situation and report what it produces as the estimate it is.
A fair coin has landed heads six times. Now suppose every toss after that splits exactly evenly — one head, one tail, forever — so the streak is never once repaid. The running proportion of heads goes 1.0000, 0.8000, 0.6500, 0.5600, 0.5300, 0.5030, 0.5003. It converges to 0.5, and the surplus of three extra heads is still sitting there, unchanged, at every single checkpoint. The even split is imposed on purpose: this is the extreme case, and even in it the proportion comes back. That is what the law of large numbers actually says, and it is why the seventh toss is still 0.5. The other half of the topic is the design: 70% needs seven of the ten digits, not the digits 0 through 7, and a simulated probability is an estimate whose spread shrinks like one over the square root of the number of trials.