Question 939542
graph the equation. y=-8x+2
----
Plot two points::
If x = 0, y = -8*0+2 = 2 giving you point (0,2)
If x = 1, y = -8(1)+2 = -6 giving you point (1,-6)
----
Plot the points and draw a line thru them::
slope = (-6-2)/(1-0) = -8
y-int = f(0) = 2
----
Equation:
y = -8x + 2
----
{{{graph(400,400,-10,10,-10,10,-8x+2)}}}
Cheers,
Stan H.
-------------