返回题库

AIME 2011 I · 第 5 题

AIME 2011 I — Problem 5

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

The vertices of a regular nonagon (9-sided polygon) are to be labeled with the digits 1 through 9 in such a way that the sum of the numbers on every three consecutive vertices is a multiple of 3. Two acceptable arrangements are considered to be indistinguishable if one can be obtained from the other by rotating the nonagon in the plane. Find the number of distinguishable acceptable arrangements.

Diagram

AIME diagram

Red 00's mean numbers divisible by 3, green 11's and 22's mean remainder of 11 or 22 when divided by 33.

~WhatdoHumanitariansEat

解析

Solution 1

First, we determine which possible combinations of digits 11 through 99 will yield sums that are multiples of 33. It is simplest to do this by looking at each of the digits mod3\bmod{3}.

We see that the numbers 1,4,1, 4, and 77 are congruent to 1(mod3)1 \pmod{3}, that the numbers 2,5,2, 5, and 88 are congruent to 2(mod3)2 \pmod{3}, and that the numbers 3,6,3, 6, and 99 are congruent to 0(mod3)0 \pmod{3}. In order for a sum of three of these numbers to be a multiple of three, the mod 33 sum must be congruent to 00. Quick inspection reveals that the only possible combinations are 0+0+0,1+1+1,2+2+2,0+0+0, 1+1+1, 2+2+2, and 0+1+20+1+2. However, every set of three consecutive vertices must sum to a multiple of three, so using any of 0+0+0,1+1+10+0+0, 1+1+1, or 2+2+22+2+2 would cause an adjacent sum to include exactly 22 digits with the same mod3\bmod{3} value, and this is an unacceptable arrangement. Thus the only possible groupings are composed of three digits congruent to three different mod3\bmod{3} values.

We see also that there are two possible arrangements for these trios on the nonagon: a digit congruent to 1(mod3)1 \pmod{3} can be located counterclockwise of a digit congruent to 00 and clockwise of a digit congruent to 2(mod3)2 \pmod{3}, or the reverse can be true.

We set the first digit as 33 avoid overcounting rotations, so we have one option as a choice for the first digit. The other two 0(mod3)0 \pmod{3} numbers can be arranged in 2!=22!=2 ways. The three 1(mod3)1 \pmod{3} and three 2(mod3)2 \pmod{3} can both be arranged in 3!=63!=6 ways. Therefore, the desired result is 2(2×6×6)=1442(2 \times 6 \times 6)=\boxed{144}.

Solution 2

Notice that there are three triplets of congruent integers mod3\mod 3: (1,4,7),(1,4,7), (2,5,8),(2,5,8), and (3,6,9).(3,6,9). There are 3!3! ways to order each of the triplets individually and 3!3! ways to order the triplets as a group (see solution 1). Rotations are indistinguishable, so there are (3!)4/9=144(3!)^4/9=\boxed{144} total arrangements.

Video solution

https://www.youtube.com/watch?v=vkniYGN45F4