Given a fair 12-sided dice: If the dice is rolled ten times, what is the probability of rolling exactly two 6s?
1 Answer
To three significant figures, the probability is 0.156.
Explanation:
The probability of rolling a 6 on any one throw is
Any of the possible lists of throws that have two 6s in total have the same probability as this, so to obtain the probability of rolling two 6s over all the throws, we multiply this probability by the number of possible ways to throw two 6s.
This is a combinatorial question - we are asking how many of the different positions in the ten throws we can put our two 6 throws. This is given by the quantity "10 choose 2", written usually as
These are strongly related to the binomial coefficients, and the Wikipedia article on these makes the connection:
https://en.wikipedia.org/wiki/Binomial_coefficient
So there are 45 ways for our ten throws to produce two 6s, and the probability we require is
So, to three significant figures, the probability is 0.156.