Let $x$, $y$, and $z$ be real numbers such that their symmetric sums $s_1$, $s_2$, and $s_3$ are all positive. In other words,
\begin{align*} s_1 &= x+y+z>0\\ s_2 &= xy+xz+yz>0\\ s_3 &= xyz>0 \end{align*}
Prove that $x$, $y$, and $z$ are all positive.
I first tried proof by contradiction, assuming that at least one of $x$, $y$, and $z$ are negative. I also assumed that $x<y<z$, because the symmetric sums are (as the name implies) symmetric. If $y<z<x$, the proof should still be valid. Unfortunately, I couldn't get any farther than this.
I then tried finding $s_1$, $s_2$, and $s_3$, first by trying to multiply them and find relationships (I ended up with $s_1s_2s_3=s_3^2+s_3((x+y)(x+z)(y+z)-2s_3)$, which was unhelpful).
After that I tried brute force substitution, which didn't work either.
When you deal with symmetric sums, always think of Vieta! Because $s_1,s_2,s_3$ are the symmetric sums of the respective order of $x,y,z$ if and only if $x,y,z$ are the roots of the polynomial $p(t)=t^3-s_1t^2+s_2t-s_3$.
Now it suffices to observe that $p(t) < 0$ whenever $t\leq 0$, which is evident.