Question 921876
Slope is change in y over change in x.
So if I move 2 units in the y, I move 3 units in x.
(3,4)+(3,2)=(6,6)
So another point on the line is (6,6).
Plot those two points.
{{{drawing(300,300,-2,10,-2,10,grid(1),circle(3,4,0.2),circle(6,6,0.2))}}}
.
.
.
Then draw the line containing both points.
{{{drawing(300,300,-2,10,-2,10,grid(1),circle(3,4,0.2),circle(6,6,0.2),graph(300,300,-2,10,-2,10,(2/3)(x-3)+4))}}}