- Jul 6, 2004
- 4,860
- 1
- 81
Here's how it works, in the beginning of class our prof gave us all an index card and had us write out a "random" 25 digit number. He then collected the cards and said that there were two subsets of those 90 numbers that came to the same sum (ex: 1st number + 4th number + 18 number = 3rd number + 87th number). The challenge is to find one such matching.
For those wondering:
This is true for ANY set of 90 25-digit numbers by the Pigeonhole principle--there are 2^90 (around 1.something * 10^27) possible subsets and less than 90*10^25 values (.9 * 10^27).
Here's the list of the numbers:
http://theory.lcs.mit.edu/clas...2/fall04/counting1.pdf
Anyone have any good ideas of going about it? Brute forcing is not an option as storing 10^27 values is not possible
For those wondering:
This is true for ANY set of 90 25-digit numbers by the Pigeonhole principle--there are 2^90 (around 1.something * 10^27) possible subsets and less than 90*10^25 values (.9 * 10^27).
Here's the list of the numbers:
http://theory.lcs.mit.edu/clas...2/fall04/counting1.pdf
Anyone have any good ideas of going about it? Brute forcing is not an option as storing 10^27 values is not possible