Consider the set $\{ 1,2,3,... , 100 \}$. Is it possible to split this set into three disjoint subsets (with union this set) such that the sum of the elements in the first set is divisible by $100$, second by $201$, third by $302$?
I really do not understand how do i attack this problem, i tried to first pick numbers which sum to 100, then for other cases, if one element "a" gets added with a mod 100 = k then i have to add another bunch of number m,n,...,z with m+n+...+z mod 100 = -k but i am pretty sure this is a lame idea, please help me