SOLUTION: y=x+1 y+3=x

Algebra ->  Graphs -> SOLUTION: y=x+1 y+3=x      Log On


   



Question 110885This question is from textbook algebra structure and method
: y=x+1
y+3=x
This question is from textbook algebra structure and method

Answer by elima(1433) About Me  (Show Source):
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)
graph+%28300%2C300%2C+-5%2C5%2C-5%2C5%2C+x%2B1%29
================
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)
graph+%28300%2C300%2C-5%2C5%2C-5%2C5%2C+x-3%29
:)