Question 347157
Hi,
*Note: Slope-intercept for of a line is y = mx + b where m = slope and b is the y-intercept. 
.
can be graphed using the 2 points (0,10) and slope = 5/1
Slope tells us as as y increase 5, x increases 1
which gives us a second point (1, 15)
.
{{{drawing(300,300,-8,8,-8,20,grid(1),
circle(0, 10,0.3),
circle(1, 15,0.2),
graph(300,300,-8,8,-8,20,5x+10))}}}