I'm trying to solve this determinant question and I just can't understand how to approach this.
If $x^3$=1, then
$$\Delta=\begin{vmatrix} a & b & c \\ b & c & a \\ c & a & b \end{vmatrix}$$ equals
(A) $(cx^2+bx+a)\begin{vmatrix} 1 & b & c \\ x & c & a \\ x^2 & a & b \end{vmatrix}$ (B) $(cx^2+bx+a)\begin{vmatrix} x & b & c \\ 1 & c & a \\ x^2 & a & b \end{vmatrix}$
(C) $(cx^2+bx+a)\begin{vmatrix} x^2 & b & c \\ x & c & a \\ 1 & a & b \end{vmatrix}$ (D) $(cx^2+bx+a)\begin{vmatrix} 1 & b & c \\ x^2 & c & a \\ x & a & b \end{vmatrix}$
I don't understand the relevance of $x^3$. I can add all the rows and take out the common term, but I don't understand what I'm supposed to do here after that. Any hints would be really appreciated.
(D) is correct. Multiply $(cx^2+bx+a)$ in the first column, put 1 in place of $x^3$ (for example $cx^4=cx$...), then substract appropriate multiples of the second and third columns from the first column.