Question 394874
Can you help me with this to find the points 
x+2y=4
---
Solve for "y":
2y = -x+4
y = (-1/2)x+2
-------------------
Let x = 0, then y = 2, giving you point (0,2)
------------------
Let x = 2, then y = 1, giving you point (2,1)
-------------------------------------------------
Plot the two points and draw a line thru them to get:
{{{graph(400,300,-10,10,-10,10,(-1/2)x+2)}}}
---------------
Cheers,
Stan H.
---------------