Given a set $A \subseteq \{10,11,12,...98,99\}$ such that $|A|=10$. Prove using Pigeonhole Principle there are 2 disjoint non-empty subsets of $A$ with the same Sum.
Direction or Hint would be appreciated.
Given a set $A \subseteq \{10,11,12,...98,99\}$ such that $|A|=10$. Prove using Pigeonhole Principle there are 2 disjoint non-empty subsets of $A$ with the same Sum.
Direction or Hint would be appreciated.
Hint. The sum of the elements of a non-empty subset of $A$ is an integer in the interval $$\left[10,\sum_{k=90}^{99}k\right]=[10,945].$$ Moreover $A$ has $2^{10}-1=1023$ non-empty subsets.
The range of sums of a subset of $|A| \le 10$ is $\le 21 (10+11)$ and $945\ge (90+91+...+99)$, therefore $925$ different sums you can get from a subset of $\{10,11,...,98,99\}$ if $|A|\le10.$
In a set $A, |A| = 10$, there are $2^{|A|} - 1$ non-empty subsets = $1023$.
$1023 \gt 945$, therefore considering $945$ "pigeonholes", atleast $2$ disjoint sets will share the same sum. We can force our sets $A,B\, s.t \,\Sigma A = \Sigma B$ to be disjoint easily by -
$$ A = A \backslash \{A\cap B\} $$ $$ B = B \backslash \{B\cap A\} $$
As required.