Given $n$ natural numbers $m_1, ..., m_n$, of which none is divisible by $n$, I want to prove that there exist an $i \in \{2, ..., n\}, k \in \mathbb{N}$, so that the sum of exactly $i$ of the given numbers is equal to $k n$.
I must admit that I didn't really have a great approach yet. I thought t hat one could reduce the case by taking $m_1, ..., m_n\space mod \space n$, so therefore only consider some numbers in $\{1, 2, ..., n-1\}$, and subsequently show that there are two or more of them out of this set which sum is equal to $k n$ with a $k \in \mathbb{N}$. But that didn't really help so far.
(Also, I'm searching for a proof that doesn't use induction; I'm not that sure anyway if it can be solved using induction.)