You can put this solution on YOUR website! y=x+1
y+3=x
==============
Make a table choosing a value for x and then solving for y;
x=1
y=(1)+1
y=2
x=0
y=(0)+1
y=1
x=2
y=(2)+1
y=3
Points (1,2);(0,1);(2,3)
================
y+3=x
x=1
y+3=1
y=1-3
y=-2
x=0
y+3=0
y=0-3
y=-3
x=2
y+3=2
y=2-3
y=-1
points (1,-2);(0,-3);(2,-1)
:)