I solved this using simple counting. We know that there are 12 total centers and each is represented by either a single color or a pair of two different colors. We are given that we can assume that the order of the colors in a pair does not matter. I assigned a letter to each color (A, B, C, etc.) and listed out the potential designations as such. See below:
12 Total Centers
1. A
no more unique designations can be created so we add a new color, 'B'
2. B
3. AB
no more unique designations can be created so we add a new color, 'C'
4. C
5. AC
6. BC
no more unique designations can be created so we add a new color, 'D'
7. D
8. AD
9. BD
10. CD
no more unique designations can be created so we add a new color, 'E'
11. E
12. AE
In total we needed a minimum of 5 colors in order to properly identify each center. Therefore the answer is
B.
Bunuel
A company that ships boxes to a total of 12 distribution centers uses color coding to identify each center. If either a single color or a pair of two different colors is chosen to represent each center and if each center is uniquely represented by that choice of one or two colors, what is the minimum number of colors needed for the coding? (Assume that the order of the colors in a pair does not matter.)
(A) 4
(B) 5
(C) 6
(D) 12
(E) 24