AMC 10 · 2025 · #13

Grade 7 counting
combinations-basiccaseworksymmetry-argument casework ↑ Prerequisites: systematic-enumeration
📏 Medium solution 💡 3 insights 📊 Diagram
Problem
A circle is cut into 6 sectors of different sizes, arranged in a ring. Use three colors, red, green, and blue, with each color painting exactly 2 sectors. No two sectors that touch may share a color. Count how many different colorings of the ring obey these rules.

Pick an answer.

(A)
12
(B)
16
(C)
18
(D)
24
(E)
28
How to solve
Strategy Make a Systematic List

The question is a 'how many ways' count, so a systematic list is the right engine. To keep the list short, first draw the ring and label the positions, then solve an easier version by fixing the color of one sector and multiplying at the end. The remaining count breaks into a few clean cases based on where the second same-colored sector sits.

1STEP 1

Label the ring positions

Number the slots and write who touches whom.

neighbors: 1 - 2, 2 - 3, 3 - 4, 4 - 5, 5 - 6, 6 - 1
2STEP 2

Fix sector 1, multiply by 3 later

Fix slot one and multiply by three later.

total = 3 × (colorings with sector 1 = red)
3STEP 3

Where can the second red go?

The second red can only sit at slots 3, 4, or 5.

second red ∈ {3, 4, 5}
4STEP 4

Count each case by listing

Listing the cases gives 8.

2 + 4 + 2 = 8
5STEP 5

Multiply by 3 for all top colors

Times three is 24.

8 × 3 = 24
Answer
24
A rough upper bound helps: filling positions in order gives 3 choices for the first, then about 2 for each neighbor, far more than 24, and the exact-twice rule plus the no-touch rule should trim it hard, so 24 sits in a believable range. A second check: the three cases 2, 4, 2 are symmetric front-to-back (Case A mirrors Case C), which is what you expect on a symmetric ring, and every case genuinely used two greens and two blues. The total 24 also equals 6 x 4, matching the count another way: 3! = 6 color orderings times 4 structural patterns.
💡Key takeaway

Pin one color in place, count the few ways the rest can fit, then multiply back by the colors you set aside.

  • Label the ring positions
  • Fix sector 1, multiply by 3 later
  • Where can the second red go?
  • Count each case by listing
  • Multiply by 3 for all top colors