Maths Olympiad Prep

Library / /81 of 82

Combinatorics Difficulty 5.8 AIME, harder Prove it United States

Problem:

Sixteen wooden CCs are placed in a 44-by-44 grid, all with the same orientation, and each is to be colored either red or blue. A quadrant operation on the grid consists of choosing one of the four 22-by-22 subgrids of CCs found at the corners of the grid and moving each CC in the subgrid to the adjacent square in the subgrid that is 9090 degrees away in the clockwise direction, without changing the orientation of the CC. Given that two colorings are considered the same if and only if one can be obtained from the other by a series of quadrant operations, determine the number of distinct colorings of the CCs.

CCCC
CCCC
CCCC
CCCC

Solution

Solution:

Answer: 12961296

For each quadrant, we have three distinct cases based on the number of CCs in each color:
- Case 1: all four the same color: 22 configurations (all red or all blue)
- Case 2: 33 of one color, 11 of the other: 22 configurations (three red or three blue)
- Case 3: 22 of each color: 22 configurations (red squares adjacent or opposite)

Thus, since there are 44 quadrants, there are a total of (2+2+2)4=1296(2+2+2)^4 = 1296 possible grids.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement reproduced verbatim; metadata (topic, difficulty) added by this project.