2021 AMC 10A Problems/Problem 25
Contents
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.
Solution 1
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 6 ways to rearrange the colors. Therefore, there are ways in total, which is .
-happykeeper
Solution 2 (Casework)
Without the loss of generality, we place a red ball in the top-left square. There are two cases:
Case (1): The two balls adjacent to the top-left red ball have different colors. Each placement has permutations, as there are ways to permute RBG.
There are three sub-cases for Case (1): So, Case (1) has ways.
Case (2): The two balls adjacent to the top-left red ball have the same color.
Each placement has permutations, as there are ways to choose three balls consisting of exactly two colors (RBB, RGG, BRR, BGG, GRR, GBB).
There are three sub-cases for Case (2):
So, Case (2) has ways.
Together, the answer is
~MRENTHUSIASM
Solution 3 (Casework and Derangements)
Case (1): We have a permutation of R, B, and G as all of the rows. There are ways to rearrange these three colors. After finishing the first row, we move onto the second. Notice how the second row must be a derangement of the first one. By the derangement formula, , so there are two possible permutations of the second row. (Note: You could have also found the number of derangements of PIE). Finally, there are possible permutations for the last row. Thus, there are possibilities.
Case (2): All of the rows have two balls that are the same color and one that is different. There are obviously possible configurations for the first row, for the second, and for the third. .
Therefore, our answer is
~michaelchang1
Video Solution by OmegaLearn (Symmetry, Casework, and Reflections/Rotations)
~ pi_is_3.14
See Also
2021 AMC 10A (Problems • Answer Key • Resources) | ||
Preceded by Problem 24 |
Followed by Last Problem | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | ||
All AMC 10 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.