[Math] “In tossing four fair dice, what is the probability of at least one three?” using complement

diceprobability

There is a very similar question here, and in both that question and this question I'm asking right now, the accepted answer involves using a complement. The same thing occurs in this textbook question:

"In tossing four fair dice, what is the probability of at least one three?"

The solution is $1 – \big{(}\frac{5}{6}\big{)}^4$.

But I don't quite understand why, in certain cases, using the compliment will lead to a correct answer and when it's better to just calculate the straight probability, as in $\big{(}\frac{1}{6}\big{)}^4$ (which is wrong).

Is there a rule of thumb on which way to go? What should we be looking for when we confront these questions?

Best Answer

You are rolling four dice, and you want to know the chance of at least one three. Because it is at least one there are a few ways this could happen- namely there could be one three, two threes, three threes or four threes. Now, we can work all of these out using something called the binomial coefficients (technically speaking the number of heads is a binomial random variable) - the formula is the probability of a three $(1/6)$ raised to the power of how many, times by the probability of not a three (5/6) times by how many aren't threes, and then multiplied by the number of ways to select the dice (again, binomial coefficients). So the chance of one three is $4*(1/6)(5/6)^3=500/1296$. The chance of two threes is $6*(1/6)^2*(5/6)^2=150/1296$. The chance of three threes is $4*(1/6)^3*(5/6)=20/1296$ and the chance of four threes is $1*(1/6)^4*(5/6)^0=1/1296$.

If we add these all together, we get $(500+150+20+1)/1296=671/1296$ which is the the same as $1-(5/6)^4$ as expected. This is the formal way of working it out, but the short cut is the complement. The way I target these questions is to work out which has the least leg work. You are asked for the chance of at least one which includes the options 1,2,3,4, where as the complement is just 0. If you were asked for the chance of at least two, this is 2,3,4 and the complement is 0 or 1 (which is easier to work out). It is only when you're asked for 3 or more, that it's easier the formal way.

In general, if $X$ is the number of something with maximum value $Y$ (number of heads in Y coin tosses, threes on a dice roll, etc) and you want to calculate the probability that $X>n$ (written $P(X>n)$) it easier to use the complement if n