Question 327593
Start with the intercept, (0,7).
.
.
.
{{{drawing(300,300,-10,10,-10,10,grid(1),circle(0,7,0.4),graph(300,300,-10,10,-10,10,0))}}}
.
.
.
Slope is change in y (1) over change in x (5).
To generate another point on the line, start with the intercept.
x:{{{0+5=5}}}
y:{{{7+1=8}}}
ANother point on the line is (5,8).
Plot it and connect the two points with a line.
.
.
.
{{{drawing(300,300,-10,10,-10,10,grid(1),circle(5,8,0.4),circle(0,7,0.4),graph(300,300,-10,10,-10,10,(1/5)x+7))}}}