Deconstructing the QuestionThere are 5 colors available. The lid, sides, and base must all have different colors.
So we are selecting and assigning 3 distinct colors to 3 different positions.
Step-by-stepChoose the color for the lid:
\(5\)
choices.
Choose the color for the sides (different from lid):
\(4\)
choices.
Choose the color for the base (different from both):
\(3\)
choices.
Total number of color schemes:
\(5 \times 4 \times 3 = 60\)
Answer C Using combinations : Deconstructing the QuestionUsing combinations, first choose which \(3\) colors will be used from the \(5\) available colors. Then assign those \(3\) chosen colors to the 3 different parts of the box: lid, sides, and base.
Step-by-stepChoose \(3\) colors out of \(5\):
\(\binom{5}{3} = 10\)
Now assign those \(3\) chosen colors to the \(3\) different positions:
\(3! = 6\)
So the total number of color schemes is
\(\binom{5}{3} \cdot 3! = 10 \cdot 6 = 60\)
Answer C