Each of three doors is painted one colour: either black or white
or gold. Each colour is equally likely to be chosen for each door. What
is the probability that at least one colour is not used?
Problem 627
Pick one
Official solution
Solution 1:
The probability that at least one colour is not used is equal to 1
minus the probability that all three colours are used.
Each of the three doors can be painted one of three different colours,
and so there are
different ways to paint the doors with no restrictions.
If all colours are used, then the
first door can be painted
different colours, the second door can be painted different colours, and the third door
must be painted the remaining
colour.
The probability that all three colours are used is thus ,
and so the probability that at least one colour is not used is ,
which is equal to .
Solution 2:
The probability that at least one colour is not used is equivalent to
the probability that at most two different colours are used.
Thus, the probability that at least one colour is not used is equal to
the sum of the probability that exactly one colour is used and the
probability that exactly two different colours are used.
We begin by determining the probability that exactly one colour is
used.
Each of the three doors can be painted one of three different colours,
and so there are
different ways to paint the doors with no restrictions.
If exactly one colour is used, there are 3 choices for the colour and
each door must be painted with that colour, and so the probability that
exactly one colour is used is .
If exactly two colours are used, then two doors are painted the same
colour and the remaining door is painted a different colour.
There are choices for the first
colour and then choices for the
second colour, and thus
ways to choose the two colours. Once the two colours are chosen, the
doors can be painted with these colours in different ways. For example, if the
colour chosen for two of the doors is black (B) and the colour for the
remaining door is white (W), the doors can be painted BBW, BWB or
WBB.
Therefore, the number of ways to paint the doors with exactly two
different colours is ,
and so the probability that exactly two different colours are used is
.
Finally, the probability that at least one colour is not used is
.