Let . How many elements must we select from S to ensure that there will be at least two distinct integers among them whose sum is 110.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Partition set S into { 3 } , { 5 5 } , { 7 , 1 0 3 } , { 1 1 , 9 9 } , . . . , { 5 1 , 5 9 } . It is not enough to select 14 elements, as we can select exactly one element from each partition and no two of them add up to 110. 15 elements are sufficient , as at least one of the 2-element-partition has all of its elements being chosen and they add up to 110.