Given a set of two equations (one linear and one quadratic in $x$ and $y$) as follows:-
$$ax + by + c = 0 \tag 1$$
$$Ax^2 + Bxy +Cy^2 + Dx + Ey + F = 0 \tag 2$$
What are the conditions that can be imposed on the coefficients such that the solution of x (or y) has exactly one root (not equal or double repeated roots).
The following is an example to illustrate my point:-
$$x + y = 6 \tag 3$$
$$x^2 - y^2 = 12 \tag 4$$
At one glance of the above, we are expecting two roots (because one equation is quadratic) but it turns out that we can get $(x, y) = (4, 2)$ only.