2023 AMC 8

Complete problem set with solutions and individual problem pages

Problem 21 Hard

Alina writes the numbers 1, 2, \dots , 9 on separate cards, one number per card. She wishes to divide the cards into 3 groups of 3 cards so that the sum of the numbers in each group will be the same. In how many ways can this be done?

  • A.

    0

  • B.

    1

  • C.

    2

  • D.

    3

  • E.

    4

Answer:C

Solution 1

First, we need to find the sum of each group when split. This is the total sum of all the elements divided by the # of groups. 1 + 2 \cdots + 9 = \frac{9(10)}{2} = 45. Then, dividing by 3, we have \frac{45}{3} = 15, so each group of 3 must have a sum of 15. To make the counting easier, we will just see the possible groups 9 can be with. The possible groups 9 can be with 2 distinct numbers are (9, 2, 4) and (9, 1, 5). Going down both of these avenues, we will repeat the same process for 8 using the remaining elements in the list. Where there is only 1 set of elements getting the sum of 7, 8 needs in both cases. After 8 is decided, the remaining 3 elements are forced in a group, yielding us an answer of \boxed{\textbf{(C)}\ 2} as our sets are (9, 1, 5) (8, 3, 4) (7, 2, 6) and (9, 2, 4) (8, 1, 6) (7, 3 ,5).

 

Solution 2

The group with 5 must have the two other numbers adding up to 10, since the sum of all the numbers is (1 + 2 \cdots + 9) = \frac{9(10)}{2} = 45. The sum of the numbers in each group must therefore be \frac{45}{3}=15. We can have (1, 5, 9), (2, 5, 8), (3, 5, 7), or (4, 5, 6). With the first group, we have (2, 3, 4, 6, 7, 8) left over. The only way to form a group of 3 numbers that add up to 15 is with (3, 4, 8) or (2, 6, 7). One of the possible arrangements is therefore (1, 5, 9) (3, 4, 8) (2, 6, 7). Then, with the second group, we have (1, 3, 4, 6, 7, 9) left over. With these numbers, there is no way to form a group of 3 numbers adding to 15. Similarly, with the third group there is (1, 2, 4, 6, 8, 9) left over and we can make a group of 3 numbers adding to 15 with (1, 6, 8) or (2, 4, 9). Another arrangement is (3, 5, 7) (1, 6, 8) (2, 4, 9). Finally, the last group has (1, 2, 3, 7, 8, 9) left over. There is no way to make a group of 3 numbers adding to 15 with this, so the arrangements are (1, 5, 9) (3, 4, 8) (2, 6, 7) and (3, 5, 7) (1, 6, 8) (2, 4, 9). So, there are \boxed{\textbf{(C)}\ 2} sets that can be formed.