Browse · harp
Printimc
counting and probability intermediate
Problem
How many ways are there to place indistinguishable red chips, indistinguishable blue chips, and indistinguishable green chips in the squares of a grid so that no two chips of the same color are directly adjacent to each other, either vertically or horizontally?
(A)
(B)
(C)
(D)
(E)
Solution
Call the different colors A,B,C. There are ways to rearrange these colors to these three letters, so must be multiplied after the letters are permuted in the grid. WLOG assume that A is in the center. In this configuration, there are two cases, either all the A's lie on the same diagonal: or all the other two A's are on adjacent corners: In the first case there are two ways to order them since there are two diagonals, and in the second case there are four ways to order them since there are four pairs of adjacent corners. In each case there is only one way to put the three B's and the three C's as shown in the diagrams. This means that there are ways to arrange A,B, and C in the grid, and there are ways to rearrange the colors. Therefore, there are ways in total, which is .
Final answer
E