Given the question:
- $x + y = 1$
- $x^2 + y^2 = 2$
- $x^5 + y^5 = ?$
After a bunch of manipulation of the above equations we find the solution to be 19/4. Yet could the above be solved by simultaneous equations?
From $1)$ we can conclude that $x = 1 - y$.
Substituting this into $2)$ we get a quadratic $2y^2 - 2y - 1 = 0$.
However, when we solve for $y$ we get two possible solutions. Hence how do we proceed from here? Why doesn't simultaneous equations work to solve the above problem?


HINT:
$$(x^2+y^2)\left((x+y)^3-3xy(x+y)\right)=\color{red}{(x^5+y^5)}+(xy)^2(x+y)$$ where, $xy=\frac{(x+y)^2-(x^2+y^2)}{2}$.