You can put this solution on YOUR website! non linear equation xy=1 and x+y=2
---
y = 1/x
---
substitute and solve for "x":
x + 1/x = 2
x^2 + 1 = 2x
x^2-2x+1 = 0
(x-1)(x-1) = 0
x = 1
---
Substitute into xy = 1 to solve for "y":
1*y = 1
y = 1
===================
Cheers,
Stan H.