Let $x_1, x_2$ be the roots of the equation $x^2 + ax + bc = 0$, and $x_2, x_3$ the roots of the equation $x^2 + bx + ac = 0$ with $ac \neq bc$. Show that $x_1, x_3$ are the roots of the equation $x^2 + cx + ab=0$.
From Vieta's I have: $\begin{cases} x_1+x_2=-a\\x_1x_2=bc\end{cases}$ $\begin{cases} x_2+x_3=-b\\x_2x_3=ac\end{cases}$
and I have to prove: $\begin{cases} x_1+x_3=-a\\x_1x_3=ab\end{cases}$
Since $ac\neq bc$ we have $a\neq b$ and $c\neq 0$.
It easy to see that $x_2$ is equal to $c$. In fact, $$ x_2^2+ax_2+bc=x_2^2+bx_2+ac $$ $$ (a-b)x_2=ac-bc $$ $$ x_2=c $$
From Vieta's we have $x_1=b$, $x_3=a$ and $b+c=-a$. The rest is obvious.