Suppose we pick 52 random intergers. Prove the sum or difference of at least one pair must be a multiple of 100.
I understand it by the ending digit of random integer is 1-9 or ends in 0. so you can minus 2-2 to end in 0. or add 6+4 to get zero. If i hvae 51 and 49, it's 100. 1+9=0 346+54 =400, but im not sure have to exactly prove it.
Imagine that we have $100$ lamps numbered $00$-$99$. As we pick numbers, one by one, we light up the lamp corresponding to the two last digits of the number we pulled, as well as $100$ minus that number.
What this signifies is that if we pull a number $n$ and its last two digits correspond a lamp already lit, then we can take the number $m$ we used to light that lamp, and say that either $m+n$ or $m-n$ is a multiple of $100$.
Most numbers, when we draw them, will light two lamps. The only exceptions are numbers that end in $00$ and $50$. So, after pulling $51$ numbers, if none of the numbers pulled corresponded to an already lit lamp, all lamps will be lit, and the $52$nd number will correspond to a lit lamp.