Given a fair 12-sided dice: If the dice is rolled ten times, what is the probability of rolling exactly two 6s?

1 Answer
Jun 25, 2018

To three significant figures, the probability is 0.156.

Explanation:

The probability of rolling a 6 on any one throw is #1/12#, so the probability of rolling two 6s then the rest of the ten throws not 6s is #(1/12)^2*(11/12)^8=0.00346...#.

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 #((10),(2))#, and given by the formula #((n),(k))=(n!)/(k!(n-k)!)#.
These are strongly related to the binomial coefficients, and the Wikipedia article on these makes the connection:
https://en.wikipedia.org/wiki/Binomial_coefficient

#((10),(2))=(10!)/(2!8!)=(9*10)/2=45#

So there are 45 ways for our ten throws to produce two 6s, and the probability we require is

#45*(1/12)^2*(11/12)^8=0.15579...#.

So, to three significant figures, the probability is 0.156.