Prove that given 12 numbers between 10 to 100 - 2 have a difference divisible by 11.
I didn't understand the answer given in my lecture and thought that as usual I'd probably get a clearer answer here.
Please explain the reasoning behind every step as I'm having quite a bit of trouble with these types of problems.
First observe that any number when divided by 11 will leave any one of the following number as reminder-0,1,...,10 (this fact is a consequence of ``Division algorithm"). Let us make eleven different rooms numbered as 0,1,...,10, where room $r$ will contain all numbers which have reminder $r$ when divided by 11. Now try to pick any 11 numbers. If you pick any two from the same room, their difference will be divisible by 11. Now can you pick 12 numbers without picking two numbers from at least one room?