Skip to main content

2023 AMC 10A Problem 20

Problem 20 of 25HarderCounting & Probability

Each square in a 3×33 \times 3 grid of squares is colored red, white, blue, or green so that every 2×22 \times 2 square contains one square of each color. One such coloring is shown on the right below. How many different colorings are possible?

Answer choices

Show solution

Solution

Label the cells row by row as a,a, b,b, c;c; d,d, e,e, f;f; g,g, h,h, i.i. The top-left block a,b,d,ea, b, d, e is a permutation of the four colors, so 4!=244! = 24 ways. The block {b,c,e,f}\{b, c, e, f\} is also all four colors, and b,eb, e are fixed, so {c,f}\{c, f\} is the remaining two in some order: 22 ways. Same story for {g,h},\{g, h\}, the two colors apart from d,e,d, e, another 22 ways. That leaves i,i, forced to whatever color is missing from {e,f,h},\{e, f, h\}, and that only works when fh.f \ne h. Of the 22=42 \cdot 2 = 4 order combinations, exactly one has f=h,f = h, so 33 survive. The total is 243=72.24 \cdot 3 = 72. Therefore, the answer is D.

More practice

Concepts: arrangements with restrictions · casework

Problem text and solution from the LIVE past-contest archive. See also the AoPS wiki page for community solutions.