2022 AMC 10B Problems/Problem 19
Each square in a grid is either filled or empty, and has up to eight adjacent neighboring squares, where neighboring squares share either a side or a corner. The grid is transformed by the following rules: Any filled square with two or three filled neighbors remains filled. Any empty square with exactly three filled neighbors becomes a filled square. All other squares remain empty or become empty. A sample transformation is shown in the figure below.
Suppose the grid has a border of empty squares surrounding a subgrid. How many initial configurations will lead to a transformed grid consisting of a single filled square in the center after a single transformation? (Rotations and reflections of the same configuration are considered different.)
Solution
There are two cases:
The center is filled in the initial configuration In this case, one or two more squares must be filled in the initial configuration. It is easy to show that the only configuration that results in additional squares for the next turn is the configuration with all squares along the diagonal. This case yields possibilities.
The center is not filled In this case, exactly three squares outside the center must be filled. Additionally, these three squares must all be adjacent to only one square, the center square.
A corner is filled In this case, it can be shown that there are possibilities (excluding rotations and reflections). Two of them yield four cases, one yields eight, for a total of .
No corners are filled In this case, there is only one way to do it (excluding rotations and reflections). There are a total of four ways to rotate this permutation, so this case has a count of . Our final answer is thus
~mathboy100
See Also
2022 AMC 10B (Problems • Answer Key • Resources) | ||
Preceded by Problem 18 |
Followed by Problem 20 | |
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 |
2022 AMC 12B (Problems • Answer Key • Resources) | |
Preceded by Problem 17 |
Followed by Problem 19 |
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 12 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.