Question 337708
{{{x-2y=6}}}
{{{-2y=-x+6}}}
{{{highlight(y=x/2+3)}}}
Let {{{x=0}}}, {{{y=3}}}
Let {{{x=2}}}, {{{y=1+3=4}}}
Let {{{x=-2}}}, {{{y=-1+3=2}}}
Let {{{x=4}}}, {{{y=2+3=5}}}
Let {{{x=-4}}}, {{{y=-2+3=1}}}
.
.
.
Plot the points and connect the points with a line.
.
.
.
{{{drawing(300,300,-5,5,-2,7,grid(1),
circle(0,3,0.2),
circle(2,4,0.2),
circle(4,5,0.2),
circle(-2,2,0.2),
circle(-4,1,0.2),
graph(300,300,-5,5,-2,7,x/2+3))}}}