Question 949663
{{{2-x+y=3-y+x}}}

{{{2-x+y+y=3-y+y+x}}}

{{{2-x+2y=3+x}}}

{{{2-x+x+2y=3+x+x}}}

{{{2+2y=3+2x}}}

{{{2-2+2y=3-2+2x}}}

{{{2y=2x+1}}}

{{{y=2x/2+1/2}}}

{{{y=x+1/2}}}....you have a linear equation and graph is a line

x-intercept:

{{{0=x+1/2}}}

{{{x=-1/2}}}

so, x-intercept is at ({{{-1/2}}},{{{0}}})

y-intercept:

{{{y=0+1/2}}}

{{{y=1/2}}}

so, x-intercept is at ({{{0}}},{{{1/2}}})

plot points and draw a line through:

{{{drawing( 600, 600, -5, 5, -5, 5,
circle(0,1/2,.08),circle(-1/2,0,.08),
locate(0.1,0.7,p(0,1/2)),locate(-1,0,p(-1/2,0)),
 graph( 600, 600, -5, 5, -5, 5, x+1/2)) }}}