SOLUTION: graph y<-1/4x-2

Algebra ->  Graphs -> SOLUTION: graph y<-1/4x-2      Log On


   



Question 193238: graph y<-1/4x-2
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
graph y<-1/4x-2
-----------------------
Plot two points and draw a line thru them:
Let x = 0, then y = -2, giving you point (0,-2)
----------------
Let x = 4, then y = -3, giving you point (4,-3)
----------------
Graph:
graph%28400%2C300%2C-10%2C10%2C-10%2C10%2C%28-1%2F4%29x-2%29
===============================================
Cheers,
Stan H.