Factor $ (a - b)^3 + (b - c)^3 + (c-a)^3$ by SYMMETRY.
Okay, this is the problem. Let $f(a) = (a - b)^3 + (b-c)^3 + (c-a)^3$ obviously, if you let $a = b$ then, $f(b) = 0$, thus $(a - b)$ is a factor of $f(a)$. Then someone said :
If $(a - b)$ is a factor then $(b - c)$ and $(a-c)$ must be factors as well by symmetry.
But $f(a, b, c)$ is not symmetric, actually, $f(b, a, c) = -f(a, b, c)$ it is an alternating polynomial, so what is up with the solution?