Question 341754
 how do i graph the line y=(1/4)x-4
---
Plot a couple of points and draw a line thru them.
---
If x = 0, y = -4 giving you point (0,-4)
---
If x = 4, y = 1-4 = -3 giving you point (4,-3)
------
Graph:
{{{graph(400,300,-10,10,-10,10,(1/4)x-4)}}}
---
Cheers,
Stan H.
========