Question:
Let $S$= $\{3, 7, 11, 15, 19, . . . , 95, 99, 103\} $
How many elements must be selected from the set $S$ to ensure at least two elements have a sum of 110?
Answer:
There are 14 pairs: $\{7, 103\}, \{11, 99\}, . . . \{51, 59\}, \{55\}, \{3\}$
and by the Pigeonhole principle, 15 elements must be selected to ensure that two elements have a sum of 110.
My attempt:
I am confused on why there are 14 pairs. I tried doing this question in a different way as I am not familiar with the Pigeonhole principle and got the wrong answer as shown below:
Given $S$= $\{3, 7, 11, 15, 19, . . . , 95, 99, 103\} $,
List the first few pair of elements whose sum is 110:
$\{7, 103\}, \{11, 99\}, \{15, 95\},... \{51, 59\}, \{55,55\},\{59,51\},...\{103,7\}$
The number on the left of each pair increases by 4, whereas the one on the right decreases by 4
The center is $(7+103)/2 =55$, so the pairs after the pair $\{55,55\}$ will be repeats of the ones before $\{55,55\}$ so exclude them
$\{55,55\}$ this pair has a sum of $110$ but is excluded too, since the elements are not unique as both are $55$, and $55$ cannot be added to any number other than itself to obtain the sum of $110$
The pairs remaining are:
$\{7, 103\}, \{11, 99\}, \{15, 95\},... \{51, 59\}$
and if you list all the pairs out there will be $12$ pairs, which is 24 elements. Exclude all the leftside numbers of each pair except $51$ and there will be 11 elements, which is incorrect.
So my question is why is my method wrong?