Given are $n$ real numbers $x(1)$, $x(2)$, ..., $x(n)$. Some of them are positive, some may be negative. The total sum is positive. Prove the following statement:
There exists some index $i$ such that all the following $n$ sums are positive:
$$x(i)$$ $$x(i) + x(i+1)$$ $$x(i) + x(i+1) + x(i+2)$$ $$...$$ $$x(i) + x(i+1) + x(i+2) + ... + x(i+n-1)$$ Here "plus" and "minus" within the brackets are meant modulo $n$.