返回题库

AIME 1986 · 第 12 题

AIME 1986 — Problem 12

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let the sum of a set of numbers be the sum of its elements. Let SS be a set of positive integers, none greater than 15. Suppose no two disjoint subsets of SS have the same sum. What is the largest sum a set SS with these properties can have?

解析

Solution 1

The sum of set SS is 15(16)/2=12015(16)/2 = 120.

Let AA and BB be subsets of SS.

Assume A=BA = B. Then the greatest possible value of AA or BB is 120/2=60120/2 = 60.

We want ABA \neq B, so either A=61A = 61 and B=59B = 59 or A=59A = 59 and B=61B=61. We want the largest sum, so our answer is 061\boxed{061}.

~Pinotation

Solution 2

By using the greedy algorithm, we obtain 061\boxed{061}, with S={15,14,13,11,8}S=\{ 15,14,13,11,8\}. We must now prove that no such set has sum greater than 61. Suppose such a set SS existed. Then SS must have more than 4 elements, otherwise its sum would be at most 15+14+13+12=5415+14+13+12=54.

SS can't have more than 5 elements. To see why, note that at least (60)+(61)+(62)+(63)+(64)=57\dbinom{6}{0} + \dbinom{6}{1} + \dbinom{6}{2} + \dbinom{6}{3} + \dbinom{6}{4}=57 of its subsets have at most four elements (the number of subsets with no elements plus the number of subsets with one element and so on), and each of them have sum at most 54. By the Pigeonhole Principle, two of these subsets would have the same sum. If those subsets were disjoint, we would directly arrive at a contradiction; if not, we could remove the common elements to get two disjoint subsets.

Thus, SS would have to have 5 elements. SS contains both 15 and 14 (otherwise its sum is at most 10+11+12+13+15=6110+11+12+13+15=61). It follows that SS cannot contain both aa and a1a-1 for any a13a\leq 13, or the subsets {a,14}\{a,14\} and {a1,15}\{a-1,15\} would have the same sum. So now SS must contain 13 (otherwise its sum is at most 15+14+12+10+8=5915+14+12+10+8=59), and SS cannot contain 12, or the subsets {12,15}\{12,15\} and {13,14}\{13,14\} would have the same sum.

Now the only way SS could have sum at least 62=15+14+13+11+962=15+14+13+11+9 would be if S={15,14,13,11,9}S=\{ 15,14,13,11,9\}. But the subsets {9,15}\{9,15\} and {11,13}\{11,13\} have the same sum, so this set does not work. Therefore no SS with sum greater than 61 is possible and 61 is indeed the maximum.

Video Solution

1986 AIME #12

MathProblemSolvingSkills.com