I have a system of two quadratic equations with unknowns $x$ and $y$ and the following structure
\begin{cases} 0=ax^2-bxy+kx-r_1y+c_1\\ 0=by^2-axy-kx-r_2y+c_2 \end{cases}
where all parameters are nonzero positive scalars, except $a$ and $c_2$ that could also be negative.
Is there a special algebraic solution for the above system? Is there any possibility to get a unique solution?