Skip to main content

2011 AMC 12A Problem 16

Problem 16 of 25IntermediateCounting & Probability

Each vertex of convex pentagon ABCDEABCDE is to be assigned a color. There are 66 colors to choose from, and the ends of each diagonal must have different colors. How many different colorings are possible?

Answer choices

Show solution

Solution

The diagonals connect the vertices in the order ACEBDA,A - C - E - B - D - A, which is a 55-cycle. The condition is exactly that this cycle is properly colored. The number of proper kk-colorings of a cycle of length nn is (k1)n+(1)n(k1).(k-1)^n + (-1)^n (k-1). With n=5n = 5 and k=6,k = 6, 55+(1)55=31255=3120. \begin{gathered} 5^5 + (-1)^5 \cdot 5 \\ = 3125 - 5 = 3120. \end{gathered} Thus, the correct answer is C.

More practice

Concepts: graph theory · inclusion-exclusion

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