Question 107557
graph:y= -2x+ 5
---------
You need to plot two points and draw a line thru them:
If x = 0, y = -2*0+5 = 5
If x = 2, y = -2*2+5 = 1
--------
Plot the points (0,5) and (2,1)
------------
{{{graph(400,300,-10,10,-10,10,-2x+5)}}}
Cheers,
Stan H.