There's a formula for solving a Quadratic Equation that has $x$ as a variable; e.g:
$$2x^2 + 5x - 8x = 0$$
Step 1 (is to find delta/discriminant):
$\Delta = b^2 - 4ac$
Step 2 (is to find $x_1$ and $x_2$):
$x$ = $\dfrac{-(b) \pm \sqrt\Delta}{2a}$
My question is... Is it possible to solve an equation which has $x$ & $y$ variables, with the formula above? Or is there another formula for equations with $x$ & $y$ variables?
Example:
$$2x^2 + 5xy - 8y^2 = 0$$
HINT: if $$y=0$$ and $$x=0$$ are not a solutions of your equation you can write $$2\frac{x}{y}+5-8\frac{y}{x}=0$$ Setting $t=x/y$ you will have $$2t+5-\frac{8}{t}=0$$ multiplying by $t$: $$2t^2+5t-8=0$$