Question 1023977
4x=-y+4 solve and plot 
-----
y = -4x+4
---
If x = 0, y = 4
If x = 1, y = 0
------------------
Plot (0,4) and (1,0) and draw a line thru them::
{{{graph(400,400,-10,10,-10,10,-4x+4)}}}
Cheers,
Stan H.
-----------