$x^5+y^5=33$ and $x+y=3$
I tried a variety of things here, all too ugly to post. the most promising was doing long division $(x^5+y^5)/(x+y), $but it still looked kind of ugly and not easily factorable. I am looking to solve this with simple high school level algebra techniques. Can someone give me a hint? Much appreciated.
From the second $y=3-x$. Plug in the first equation and expand $$x^5+y^5=x^5+(3-x)^5=15 x^4-90 x^3+270 x^2-405 x+243$$ making the equation to be $$15 x^4-90 x^3+270 x^2-405 x+210=0$$ Divide all terms by $15$ to get $$x^4-6 x^3+18 x^2-27 x+14=0$$ which, by inspection, shows two simple roots.
Just continue.