“It’s a 10% chance which I did 10 times, so it should be 100%”
Many of you readers may instinctively know that this is wrong. If you flip a coin (50% chance) twice, you are not guaranteed to get heads. The odds of getting a heads are 75%. However you may be surprised to learn that there is some truth to this statement; modifying the statement just slightly will yield not just a true statement, but a useful and interesting one.
It’s a spoiler, though. If you want to figure this out as you read this article yourself, you should skip this and then come back. Ok, ready? Here it is:
It’s a chance and I did it times, so the odds should be… . Almost always.
The math:
Suppose you’re flipping a coin and you want to find the odds of NOT flipping a single heads in a dozen flips. The math for this is fairly simple: The odds of not flipping a single heads is the same as the odds of flipping 12 tails. which is
The same can be done with this problem: you have something with a 1⁄10 chance and you want to do it 10 times. The odds of not getting it to happen even once is the same as the odds of it not happening, 10 times in a row. So
If you learned some fairly basic probability, I doubt this is that interesting to you. The interesting part comes when you look at the general formula: The probability of not getting what you want (I’ll call this , because would be the probability of the outcome you want) is
Where in our case is 10, but in general is whatever number you hear when you hear the (incorrect) phrase “It’s a one-in- chance, and I did it times, so it should be ”
Hold on a sec, that formula looks familiar...
″ …” I thought to myself… “That looks familiar...” This is by no means obvious, but to people who have dealt with the number recently, this looks quite similar to the limit that actually defines that number. This sort of pattern recognition led me to google what this limit is, and it turns out my intuition was close:
So it turns out: for any n that’s large enough, if you do something with a chance of success times, your odds of failure are always going to be roughly , which means your odds of success will always be roughly .
So, if something is a chance, and I do it times, the odds should be… .
Isn’t that cool? I think that’s cool.
What I’m NOT saying:
There are a couple ways to easily misinterpret this, so here are some caveats:
The average number of successes, if you try a chance times is . This is always true for any value of . I believe this is the cause of why some folks to think the odds are if you try enough times. Your odds of succeeding at least once may be , but you also have a chance of succeeding twice, thrice, etc. This means 1 success on average, not a 100% chance of success once.
This is post explores how probability behaves as you try a less-likely chance, more often. Obviously for any given chance, trying it more often will increase your odds of succeeding at least once.
This relies on a limit as . How useful is this in the real world where is probably a rather small number like 5, 10, or 20? Well you can try out the formula to find out. Personally I think the figure is good enough for (within 5%). You could use as a nice round number instead of if you want to round up, too.
Spoiler for 5, 10, and 20: it’s 67%, 65%, and 64% respectively
Ironically, the even more basic error of probabilistic thinking that people so—painfully—commonly make (“It either happens or doesn’t, so it’s 50/50”) would get closer to the right answer.
Haha, I didn’t think of that. Funny.
e^3 is ~20, so for large n you get 95% of success by doing 3n attempts.
Great post, seems like a handy thing to remember.
(1−1/n)kn≈1/3k has come up from time to time for me
<3
However it is true that doing something with a 10% success rate 10 times will net you an average of 1 success.
For the easier to work out case of doing something with a 50% success rate 2 times:
25% chance of 0 successes
50% chance of 1 success
25% chance of 2 successes
Gives an average of 1 success.
Of course this only matters for the sort of thing where 2 successes is better than 1 success:
10% chance of finding a monogamous partner 10 times yields 0.63 monogamous partners in expectation.
10% chance of finding a polyamorous partner 10 times yields 1.00 polyamorous partners in expectation.
Nice. I have a suggestion how to improve the article. Put a clearly stated theorem somewhere in the middle, in its own block, like in academic math articles.