SOLUTION: How to draw the graph using only the slope and y-intercept form of x-y-1=0

Algebra ->  Graphs -> SOLUTION: How to draw the graph using only the slope and y-intercept form of x-y-1=0      Log On


   



Question 856729: How to draw the graph using only the slope and y-intercept form of x-y-1=0
Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
Change to slope intercept form,
y=x-1
Plot the y-intercept first, (0,-1)
.
.
drawing%28300%2C300%2C-5%2C5%2C-5%2C5%2Cgrid%281%29%2Ccircle%280%2C-1%2C0.2%29%29
.
.
The slope gives you the change in y divided by the change in x.
Since the slope equals 1, then a change of 1 in x equals a change of 1 in y.
So to get the next point, start at (0,-1) and add (1,1)
(0,-1)+(1,1)=(1,0)
And continue doing that to generate more points.
(1,0)+(1,1)=(2,1)
(2,1)+(1,1)=(3,2)
You can then plot these points and finally the line through all of them.
.
.

.
.