If you roll 6 times, what are the odds of getting a given number? It can’t be 100%, since there’s a good chance you won’t get the number on any roll, so what percent is it?
Edit: A lot of you are misinterpreting the question. I am asking what the combined odds are to get a given number at least once, not just the 6th roll.
In: Mathematics
Note that this is known as a ‘binomial distribution’ if you want to google it.
As noted elsewhere, the question you’re asking can be reduced to “what is the chance of getting no matches out of 6 rolls?” – which is trivial to calculate.
To see why this is so, consider a simpler question involving three rolls. You’ve got a 1/6th chance of success (S) and a 5/6th chance of failure (F). With three rolls, there are the following possibilities: SSS, SSF, SFS, SFF, FSS, FSF, FFS, FFF.
To calculate the chance of any of those sequences, we just need to multiply the chances of each element of the sequence. So the chance of a sequence like FSF would be (5/6) * (1/6) * (5/6).
For the question “are there any successes at all?”, the answer would be the sum of all the possible sequences except for FFF (the only sequence with no success). Since those sequences represent every possibility, they must add to 100% – and thus 100% – chance(FFF) is equal to the answer you seek.
Latest Answers