For example, when I flip a coin, I have a 1/2 chance of getting head, and the same chance at getting tails. With that theory, if I toss a coin 50 times, I should get 25 heads, and 25 tails.
​
However, I did 3 rounds of 50 coin flips, with results of:
1. 28 heads, 22 tails
2. 27 heads, 23 tails
3. 27 heads, 23 tails.
I assumed that perhaps the coins weren’t “true”. Maybe the sides are waited different, maybe I tossed with different height/force each time. So I went virtual, and switched to having a computer roll a dice.
​
I should have a 1/6 chance at rolling a number between 1-6. So 60 rolls, should have each number come up 10 times. But in practice my results were:
1. 14
2. 9
3. 8
4. 13
5. 6
6. 10
So how come practice/reality, doesn’t align with theory, even when we take human error out of the equation?
In: 34
It’s a matter of scale. The more you repeat the same experiment, the closer to the true distribution you get. Keep flipping that coin. Do it 1000 times. Then, ask yourself (other than “is this good for my wrist”), has the distribution of heads/tails converged over the sequence. It’s the same with the dice
Probability/Statistics-wise you are using a very low sample set.
Over a set of say 100,000,000 the numbers will be closer to 50/50 (most likely).
Probability is a matter of chance though. It doesn’t dictate results. The coin has a ~50% chance of either heads or tails, for each toss. None of the tosses are linked. The results of a prior toss do not effect the chances of subsequent tosses. It is also possible that you could throw 32 tails in a row. It’s a 1 in 4,294,967,296 chance though. The more throws the smaller that chance gets.
Maybe at the exact same time I was also conducting 3 rounds of 50 coin flips and got the exact opposite results!
Also it might just be a matter of sample size. 50 flips is a lot, but maybe you should try 100 or even 1 thousand. I suspect the more you do it, the closer it is going to get to theoretical probability.
>I should get 25 head, and 25 tails.
No, you “should” not, since that’s implying that the many other reasonable outcomes, like 24h 26t or 26h 24t are *impossible outcomes*. They clearly aren’t, it’s just that 25h 25t is the most *probable outcome* and that’s a completely different thing.
In this case it happens because the sample size you’ve investigated is still quite small, especially compared to infinity! According to probability theorems and inequalities like the [Law of Large Numbers](https://en.m.wikipedia.org/wiki/Law_of_large_numbers), the [Glivenko–Cantelli theorem](https://en.m.wikipedia.org/wiki/Glivenko%E2%80%93Cantelli_theorem) and the [Dvoretzky–Kiefer–Wolfowitz–Massart inequality](https://en.m.wikipedia.org/wiki/Dvoretzky%E2%80%93Kiefer%E2%80%93Wolfowitz_inequality) we do have correspondence between the theoretical probability and the observed or empirical probability as the sample size goes to infinity. We also know how the difference between them “behaves along the way” as the sample size goes towards infinity.
Let us take the weak form of the [Law of Large Numbers](https://en.m.wikipedia.org/wiki/Law_of_large_numbers) that’s basically saying that you can get arbitrarily close to the 50/50 proportion you’re expecting in the coin toss case with a “large enough” sample size. Or a bit more precise, you can almost certainly get within a small distance from the true proportion 50/50 as the sample size goes to infinity, for arbitrarily small distances larger than zero.
In summary, we “know” that we’re getting close to the ground truth, that is the theoretical probability, as the sample size increases and we “know” that we’d get to the ground truth exactly if we could take an infinitely large sample (which we can’t in reality but that’s beside the point). This is true in the trivial case of coin flips and sample proportions but some of these guarantees don’t hold in more complicated situations.
They do align, perfectly. Just as we can calculate the probability that you will get heads or tails if you flip a coin once, we can use the binomial distribution formula to calculate the probability of various outcomes if you flip a coin 50 times. For example, the probability of getting 25 heads and 25 tails is about 11%, the probability of getting 27 heads is about 10%, and the probability of getting 28 heads is about 8%. So these are not surprising outcomes at all. If you got 49 or 50 heads, that would be an extremely surprising outcome and would suggest that something was wrong.
>With that theory, if I toss a coin 50 times, I should get 25 heads, and 25 tails.
No, that’s not what the theory says. [The theory](https://en.wikipedia.org/wiki/Binomial_distribution) says, that any result from 0/50 to 50/0 is possible, but the **average** and the **maximum probability** is achieved at 25/25 – with 11% probability. Your actual results have probability of 8% (for 28/22) and 10% (for 27/23). Note, that they are only slightly less than the maximum. On average, you should expect a deviation of 3.5.
This average deviation actually increases with the number of trials, but at a slower rate – as a square root of the number of trials. So, as a percentage of the possible range, the results become closer towards the average with more trials.
Real coins don’t fall 50-50 as they aren’t symmetrical. Same goes for dice
It looks like your coin is heavier on the tails side so you get heads a bit more often
Edit: missed that the dice are stimulated so they should be fair, so other comments are right about that
Edit 2: OP got 82/150 heads. With a chance of 50% for heads, getting 80/150 or more would be 23.2% and with a 60% chance for heads it will be 96%. It can obviously happen, but it’s well known that coins aren’t exactly fair, and this fact shouldn’t be ignored
Latest Answers