Take the equations $$x+y=5$$ $$x^2 + y^2 =13$$
The most basic method to solve this system is to first express the linear equation in terms of one of the variables and then sub that into the non-linear equation.
But I am curious if there are other methods to solve such a system ?


We have $$(x+y)^2=13+2xy,$$ which gives $$xy=6$$ and by the Viete's theorem $x$ and $y$ are roots of the equation: $$t^2-5t+6=0$$ or $$(t-2)(t-3)=0,$$ which gives the answer: $$\{(2,3),(3,2)\}$$