Find locus of the points $(x,y)$ such that $x^3+y^3+3xy=1$
$\textbf{My solution}:$ We notice that $(x+y)^3=x^3+y^3+3xy(x+y)$, putting $x+y=1$ gives us our desired equation. Hence all the points satisfying $x+y=1$ is gives us all the points satisfying our original equation, which results in a linear graph. My concern about my solution is that the actual solution given in the book looks way more different and complicated than mine, so I doubt there is fallacy in my solution. Someone please point out if there's any.