Sorry for the format, I'm on my phone.
Lets say the matrix is
| 1 1 1 |
| a b c |
| a^2 b^2 c^|
Or
{{1,1,1} , {a, b,c} , {a^2, b^2,c^2}}
Show that it equals to
(b-c)(c-a)(a-b)
I did the determinant and my answer was
(bc^2) - (ba^2) - (ac^2) + (ab^2) + (ca^2) - (cb^2)...