I have to show that $$P(x, y, z) = x^n(y-z) + y^n(z-x) + z^n(x-y)$$
is always divisible by $Q(x, y, z) = (y-z)(z-x)(x-y)$ for $n$ greater than $1$ and I have no idea how to proceed.
-> I would try to prove they have common roots but I don't even know what "to be a root" means on a problem like this so I tried to factor it and realized that this might not be the correct approach. Can someone help me ?
Basic idea: If you let $Q(x,y,z) = P(x,y,z+ x)$, then you can verify directly that $Q(x,y,0) = 0$, which means $z$ factors $Q(x,y,z)$. In other words $Q(x,y,z) = zR(x,y,z)$ for some polynomial $R(x,y,z)$. Hence $P(x,y,z) = Q(x,y,z-x) = (z - x)R(x,y,z-x)$. Thus $P(x,y,z)$ has $z- x$ as a factor.
You can do the analogous steps to get the other two factors.