Difference between revisions of "2021 AMC 10A Problems/Problem 25"
m (→Solution 5 (Overcounting and subtracting)) |
m (→Solution 5 (Overcounting and subtracting)) |
||
Line 352: | Line 352: | ||
</asy> | </asy> | ||
− | The grid is uniquely determined once the top two rows are filled out. First we'll focus on the top <math>2</math> x <math>2</math> grid (made up of cells <math>1, 2, 4</math> and <math>5</math>). Cell <math>1</math> has <math>3</math> choices. WLOG, say we choose red. If cell <math>5</math> is also red, then cells <math>4</math> and <math>2</math> have <math>2 \cdot 2 = 4</math> choices, and if cell <math>5</math> is not red (which happens in two ways), then those cells only have <math>1</math> choice. This gives us <math>3(4 + 2) = 18</math> ways. Now we have <math>3</math> choices for cells <math>3</math> and <math>6</math> (if cell <math>6</math> is the same color as cell <math>2,</math> then cell <math>3</math> has <math>2</math> choices, otherwise it has <math>1</math> choice). This gives us a total of <math>18 \cdot 3 = 54</math> ways. However, we must subtract the cases where more than <math>2</math> tokens of two of the same colors are | + | The grid is uniquely determined once the top two rows are filled out. First we'll focus on the top <math>2</math> x <math>2</math> grid (made up of cells <math>1, 2, 4</math> and <math>5</math>). Cell <math>1</math> has <math>3</math> choices. WLOG, say we choose red. If cell <math>5</math> is also red, then cells <math>4</math> and <math>2</math> have <math>2 \cdot 2 = 4</math> choices, and if cell <math>5</math> is not red (which happens in two ways), then those cells only have <math>1</math> choice. This gives us <math>3(4 + 2) = 18</math> ways. Now we have <math>3</math> choices for cells <math>3</math> and <math>6</math> (if cell <math>6</math> is the same color as cell <math>2,</math> then cell <math>3</math> has <math>2</math> choices, otherwise it has <math>1</math> choice). This gives us a total of <math>18 \cdot 3 = 54</math> ways. However, we must subtract the cases where more than <math>2</math> tokens of two of the same colors (which happens in <math>3 \cdot 3 = 9</math> ways) and the case where the colors of cells <math>2, 4, 6</math> are the same and the colors of cells <math>3</math> and <math>5</math> are the same, and the color of cell <math>1</math> is the other color (this happens in <math>3 \cdot 3 = 9</math> ways). So the answer is <math>54 - 18 = \boxed{36}.</math> |
~[[User:grogg007|grogg007]] | ~[[User:grogg007|grogg007]] |
Revision as of 23:22, 9 August 2025
Contents
- 1 Problem
- 2 Solution 1 (Casework on the Center's Color Chip's Configurations)
- 3 Solution 2 (Casework on the Top-Center and Center-Left Chips)
- 4 Solution 3 (Casework on the Red Chips' Configurations)
- 5 Solution 4 (Casework and Symmetry)
- 6 Solution 5 (Overcounting and subtracting)
- 7 Solution 6 (Casework and Derangements)
- 8 Solution 7 (Rush, Use if you have less than 5 minutes)
- 9 Video Solution (Easiest)
- 10 Video Solution by OmegaLearn (Symmetry, Casework, and Reflections/Rotations)
- 11 Video Solution by The Power of Logic
- 12 Video Solution by MRENTHUSIASM (English & Chinese)
- 13 See Also
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 (Casework on the Center's Color Chip's Configurations)
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
.
-happykeeper
Solution 2 (Casework on the Top-Center and Center-Left Chips)
Without the loss of generality, we fix the top-left square with a red chip. We apply casework to its two adjacent chips:
Case (1): The top-center and center-left chips have different colors.
There are three subcases for Case (1):
As there are
permutations of the three colors, each subcase has
ways. So, Case (1) has
ways in total.
Case (2): The top-center and center-left chips have the same color.
There are three subcases for Case (2):
As there are
permutations of the three colors, each subcase has
ways. So, Case (2) has
ways in total.
Answer
Together, the answer is
~MRENTHUSIASM
Solution 3 (Casework on the Red Chips' Configurations)
We consider all possible configurations of the red chips for which rotations matter:
As there are
permutations of blue and green for each configuration, the answer is
~MRENTHUSIASM (credit given to FlameKhoEmberish)
Solution 4 (Casework and Symmetry)
There are choices for
,
choices for
.
on the down left corner can be switched with
on the upper right corner.
There are choices for
,
choices for
.
Note that is a
° rotation of
.
Note that is a
° rotation of
.
Therefore, the answer is .
Solution 5 (Overcounting and subtracting)
The grid is uniquely determined once the top two rows are filled out. First we'll focus on the top x
grid (made up of cells
and
). Cell
has
choices. WLOG, say we choose red. If cell
is also red, then cells
and
have
choices, and if cell
is not red (which happens in two ways), then those cells only have
choice. This gives us
ways. Now we have
choices for cells
and
(if cell
is the same color as cell
then cell
has
choices, otherwise it has
choice). This gives us a total of
ways. However, we must subtract the cases where more than
tokens of two of the same colors (which happens in
ways) and the case where the colors of cells
are the same and the colors of cells
and
are the same, and the color of cell
is the other color (this happens in
ways). So the answer is
Solution 6 (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 chips 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. Thus, there are
possibilities.
Therefore, our answer is
~michaelchang1
Solution 7 (Rush, Use if you have less than 5 minutes)
Ignore the center piece. Notice that when you place 3 of the chips, there are ways, making it inevitable for
ways left for the other 2, so
multiply
is
. Now, notice there are
ways to place a center piece, so our final statement is
~hashbrown2009
Video Solution (Easiest)
https://www.youtube.com/watch?v=UPUrYN1YuVA ~ MathEx
Video Solution by OmegaLearn (Symmetry, Casework, and Reflections/Rotations)
https://youtu.be/wKJ9ppI-8Ew ~ pi_is_3.14
Video Solution by The Power of Logic
https://www.youtube.com/watch?v=TEsHuvXA9Ic
Video Solution by MRENTHUSIASM (English & Chinese)
https://www.youtube.com/watch?v=_2hCBZHb3SA
~MRENTHUSIASM
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 |
These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions.