You can put this solution on YOUR website! help me solve x+y=5 and x^2+y^2+3=0 concurrently.i
----
y = 5-x
----
Substitute for "y" and solve for "x"::
x^2 + (5-x)^2 = -3
----
Comment::
The sum of two squares cannot be negative.
----
No solution.
Cheers,
Stan H.
---------
And you can evaluate the corresponding y values from these x values. The solution for any intersection is not in the x-y plane. These are complex solutions.