Let $n$ be a positive integer and that $2n$ numbers are arranged at different points around a circle, half of these numbers being $+1$ and half of being $-1$. Moving clockwise around the circle from a given starting position, let $T_i$ be the total of the first $i$ numbers passed.
$(i)$ Prove that there is a starting position on the circle for which no $T_i$ is negative.
$(ii)$ For any starting position prove that $$n+\sum_{i=1}^{2n}T_i$$ is even.
I have solved $(ii)$. How can I approach the first one? Any help?