Author |
Topic: Multiple Subset Sum (Read 1478 times) |
|
Vote4Nixon
Newbie
Posts: 1
|
|
Multiple Subset Sum
« on: Jul 19th, 2011, 12:12am » |
Quote Modify
|
You are given two sets: X containing 19 positive integers each less than or equal to 93 and Y containing 93 positive integers each less than or equal to 19. Prove that there exists a non-empty subset of X that sums to the sum of a subset of Y.
|
|
IP Logged |
|
|
|
Michael Dagg
Senior Riddler
Gender:
Posts: 500
|
|
Re: Multiple Subset Sum
« Reply #1 on: Jul 25th, 2011, 8:53am » |
Quote Modify
|
Hint: See Dirichlet's box principle. To get the objects, consider a third set Z of order 19 whose elements are the difference between a certain sum of elements of Y and an increasing sum of the elements of X. The elements of Z are your boxes.
|
|
IP Logged |
Regards, Michael Dagg
|
|
|
|