Question 206351
how do you graph y=-5/2x+3
------------------------
Plot two points and draw a line thru them.
Points:
If x = 0, y = (-5/2)*0+3 = 3 gives point (0,3)
If x = 2, y = (-5/2)*2+3 = -5+3 = -2 gives point (2,-2)
----------------------------------------------------------------
{{{graph(400,300,-10,10,-10,10,(-5/2)x+3)}}}
===============================
Cheers,
Stan H.