Given $n+2$ vectors in an $n$-dimensional space, prove that there exists a non-trivial linear combination $$a_1 v_1 + a_2v_2 + \cdots + a_{n+2}v_{n+2}=0$$ with not all $a_i = 0$, yet with $\sum\limits_{i=1}^{n+2} a_i = 0$.
I tried to take $n+1$ vectors and build a barycentric combination of them, such that they would form the $(n+2)$nd vector and $\sum\limits_{i=1}^{n+1} a_i = 1$, and if I add $(n+2)$nd vector to this combination with $a_{n+2}=-1$, it will give the needed linear combination.
But I stuck proving this barycentric combination exists. So now I think I'm moving in the wrong direction, because it seems, that there is can be no barycentric combinations formed from these vectors.