Question 350277
Hi,
*Note: the slope tells us alot about the points on the line.
.
In general the slope tells us how y changes as x changes.
m = (2/3) tells us that y increases by 2 as x increases by 3.
.
Pt(0,1) is on the line.
Pt(3,3) is on the line
Pt(6,5) is on the line

{{{drawing(300,300,-10,10,-10,10,grid(1),
circle(0, 1,0.2),
circle(3, 3,0.2),
circle(6, 5,0.2),
graph( 300, 300,-10,10,-10,10,(2/3)x + 1)) }}}