John has 12 clients and he wants to use color coding to identify each client. If either a single color or a pair of two different colors can represent a client code, what is the minimum number of colors needed for the coding? Assume that changing the color order within a pair does not produce different codes. (A) 24 (B) 12 (C) 7 (D) 6 (E) 5
Since order doesn't matter you will use combinations. The simplest way to allow for a single color is to think of a single color designation as a color plus no color. Then you can consider "no color" as an additional color.
You can then analyze the number of possibilities with 5 colors by using the combination formula for 6 (5 colors plus no color)
6!/(2!*4!) = 15. Enough - the answer is 5 colors.
Looked at another way, combinations of two colors starting with 5 will give you 5!/(2! * 3!) = 10. That's ten combinations of two colors. You can also use any one of the five colors by itself - giving you again 15 possibilities.

















