Out of the set {1,2,3...100} take any subset of ten numbers and call it T. Prove you can find two disjoint subsets of T such as the sum of the numbers in each subset is the same.
Note: the subsets need not include every number in T; in fact, if you asked for this condition, the problem might be impossible (prove it!).
Out of 10 numbers, there are 1023 ways of picking subsets. However, with 10 numbers out of T, the minimum sum is 1, and the maximum sum is 955 (=91+92+...+99+100). As there are more subsets than possible sums, there must be at least two subsets with the same sum. [Note: if the two subsets with the same sum have common elements, just remove them and you'll get disjoint sets, with still the same sum.]
For the second question: If T had ONE odd number and NINE even numbers, and the union of both subsets had to be T, then the sum of the numbers in one of the subsets would be odd, and the other sum would be even.
Comments: (
You must be logged in to post comments.)