Use the determinant properties to simplify the given matrix and show that $\det(A) = (x - y)(x - z)(x - w)(y - z)(y - w)(z - w)$ for
$$A = \begin{pmatrix} 1 & x & x^2 & x^3 \\ 1 & y & y^2 & y^3 \\ 1 & z & z^2 & z^3\\ 1 & w & w^2 & w^3 \\ \end{pmatrix} $$
For this problem, I noticed that the area of interest is the second column of matrix $A$. Will using the cofactor expansion method of finding the determinant yield the desired result if I choose the second column? The second column has $x$,$y$,$z$,$w$ and what I am looking for is $\det(A) = (x-y)(x-z)(x-w)(y-z)(y-w)(z-w)$. Thanks for any help!