If we are given the following determinant $$\begin{vmatrix} x^3+1 & x^2 & x \\ y^3+1 & y^2 & y \\ z^3+1 & z^2 & z \\ \end{vmatrix}=0 $$
and $x, y, z$ are all different, then we have to prove that $xyz = -1$.
I tried to expand the determinant, but using that, it is getting too complicated.
Outline:
(1) Break up the determinant as a sum of two determinants based on splitting out the $+1$ terms.
(2) The given determinant can now be expressed as $xyzD + D = D(xyz + 1)$.
(3) Show that $D=-(x - y)(y - z)(z - x)$ [look up Vandermonde matrix]
(4) Since $x,y,z$ are distinct, $D$ is nonzero.
(5) Since the given determinant is $0$, it follows that $xyz=-1$.