Question 372339
<br><font face="Tahoma">{{{xy=1}}}  and  {{{x+y=2}}} <br>

From the second equation, solve for y:<br>

{{{y=2-x}}}<br>

Substitute this value for y into the first equation.<br>

{{{x*(2-x)=1}}}<br>

{{{2x-x^2=1}}}<br>

{{{-x^2+2x-1=0}}}<br>

{{{x^2-2x+1=0}}}<br>

{{{(x-1)*(x-1)=0}}}<br>

{{{x-1=0}}}<br>

{{{x=1}}}<br>

Substitute this value of x back into either original equation:<br>

{{{x+y=2}}}<br>

{{{1+y=2}}}<br>

{{{y=1}}}<br>

The only solution for this system of equations is x=1 and y=1, or the point (1,1).<br>

Basically, the solution (1,1) is the intersection of the two functions:<br>

y=-x+2 which is a line, and<br>

y=1/x which is a curve (specifically, a hyperbola)<br>

I hope this helps!<br>