Question 168580
plot the points and the slope of the line passing through the points.
(0,1) (-2,-6)
--------------------
slope = (-6-1)/(-2-0) = -7/-2 = 7/2
--------
intercept: (0,1)
--------
EQUATION:
y = (7/2)x + 1
{{{graph(400,300,-10,10,-10,10,(7/2)x+1)}}}
=====================
Cheers,
Stan H.