I have a word problem here which is a kind of high level to me
A company that ships boxes to a total of (12) distribution centres uses colour coding to identify each centre. If either a single colour or a pair of two different colours is chosen to represent each centre and if each centre is uniquely represented by that choice of one or two colours, what is the minimum number of colours needed for the coding? (Assume that the order of the colours in a pair does not matter).
I have typed the AS IS from the text book.
If there are any practice questions like this please specify the link, I want to solve these problems more..to develop myself..
Thank you all
With $n$ colors you can make $n$ single color labels and ${n\choose 2}$ two-color labels, giving a total of $$N_n=n+{n(n-1)\over2}={n(n+1)\over2}$$ possibilities. Since $N_4=10<12<15=N_5$ you need $5$ colors for the task.