If $x^6-y^6 = 665$, and $x^3y+xy^3=78$, find $x$ and $y$.
I have tried this question in the following way: We know that $x^6 - y^6 = (x-y)(x^5+x^4y+x^3y^2+x^2y^3+xy^4+y^5)$. By substituting the values we can yield $665=(x-y)(x^5+78x+78y+y^5)$. Further simplification made it complicated.
We note that $$ \begin{align} x^6 - y^6 &= \left(x^3 - y^3\right) \left(x^3 + y^3\right) \newline &= (x-y) \left( x^2 + xy + y^2 \right)(x+y)\left( x^2 - xy + y^2 \right), \end{align} $$ and also note that $$ x^3y + xy^3 = xy \left( x^2 + y^2 \right). $$
Does this factorisation lead you anywhere?