I know that I can see that this match with $y = 0$, $x = 0$ and $y = -x$.
But, the author of the book says:
"Hint: From the assumption $(x + y)^5 = x^5 + y^5$ you should be able to derive the equation $x^3 + 2x^2y + 2xy^2 + y^3 = 0$ if $xy \neq 0$. This implies that $(x + y)^3 = x^2y + y^2x = xy(x + y)$"
Then, I realize that $(x + y)^3 - xy(x + y) = x^3 + 2x^2y + 2xy^2 + y^3$.
That's why if $(x + y)^3 - xy(x + y) = 0$ then $(x + y)^3 = xy(x + y)$.
Then, I did the same with $(x + y)^5$
$x^5 + 5x^4y +9x^3y^2 + 9x^2y^3 + 5xy^4 + y^5 = 0$ if $xy \neq 0$
Then $(x + y)^5 - x^2y^2(x + y) = 0$
$(x + y)^5 = x^2y^2(x + y)$ Then I can prove that its true when $y = -x$
But I still don't get it why I have to did this and what the author want to tell me doing this.