So the question is pretty simple if we have a set of 10 random numbers, how do we prove that we can make 2 subsets of any length such that the sum of numbers in each subset adds up to each other? The numbers in each subset must also not be reused. I am just looking for ways to approach this problem since it has left me confused. I have been trying to use proof by contradiction, but that hasn't worked out.
EDIT: Random numbers from 1 to 100 inclusive.