I tried solving this system of equations multiple ways: $3x+2y=8, \, x^2-2y^2+xy=4$
I tried substituting $x$, substituting $y$, equating the two by making the second equation equal to 8, but the closest I got was by breaking down the $-2y^2$ to $-y^2-y^2$:
From first equation, $y=4-\frac{3x}{2}$. $$x^2-y^2-y^2+xy=4$$ $$(x+y)(x-y)-y(x-y)=4$$ $$(x-y)(x+y-y)=4$$ Then substitute y for the value found in first equation. This gave me $x=4$ or $x=16/5$.
The actual answer is $x=2, y=1$ or $x=18/5, y=-7/5$
How do I solve it step by step?