Show that $a+b+c$ is a factor of $$\det \begin{pmatrix} b+c & a & a^3\\ c+a & b & b^3\\ a+b & c & c^3 \end{pmatrix}$$ and express the determinant as a product of five factors.
I was able to get the first phase of the question but the second part proved difficult for me. The answer is $$(a+b+c)^2(a-b)(b-c)(c-a)$$ but how to get it remains a mystery to me.
Similar problem like this was given me. Here I just want to be sure if am correct. Express $\det \begin{bmatrix}1 & 1 & 1\\ a^2 & b^2 & c^2\\ [a+b]^2 & [c+a]^2 & [a+b]^2\end{bmatrix}$ as a product of linear factors After solving on my own and following the guide provided here. I got $(b-a)(b+a)(b-c)(2a+b+c)$. However, I was meant to understand that the correct solution to the question is $2(a-b)(b-c)(a+b+c)$ So which is the correct answer? Mine or the latter?