I was able to solve this graphically but algebraically I'm lost. The two equations are:
- $xy + x^2 + y^2 = 109$
- $x^2-y^2=24$
What I've tried: substitute equation (2) into (1) to get:
$$ 2y^2+xy-85=0 $$ $$ y=\frac{-b\pm\sqrt{b^2-4ac}}{2a}, a=2, b=x, c=-85 $$ $$ y=\frac{-x\pm\sqrt{y^2+704}}{4} $$
at which point I'm lost. Plugging $x=\pm\sqrt{y^2+24}$ into the equation above just leaves a big mess.
Walkthrough Solution : Assuming $x,y$ to be integers observe that $$x^2-y^2=24$$ $$\Longrightarrow (x+y)(x-y)=2^3.3$$ Now equating each of the factors of $RHS$ one with $(x+y)$ and another with $(x-y)$ we will get $$(x,y)=(\pm 7,\pm 5), (\pm 5, \pm 1)$$ Now by Trial and Error Method with another equation we get $$\boxed{(x,y)=(+7,+5),(-7,-5)}$$ Assuming to be only real solutions we can write $$xy+x^2+y^2=109 \Longrightarrow 2y^2+xy=85 $$$$\Longrightarrow x = \frac{85-2y^2}{y}$$ Putting it in another equation we get $$3y^4-364y^2+7225=0$$ which has solutions $y=\pm 5, \pm \frac{17}{\sqrt{3}}$ . Easy to find the correspondent values of $x$ . Therefore $$(x,y)= \boxed{(+7,+5),(-7,-5),(-\frac{19}{\sqrt{3}},+\frac{17}{\sqrt{3}}) , (+\frac{19}{\sqrt{3}},-\frac{17}{\sqrt{3}}) }$$