Question 764059
How do I graph the equation x+2y=8? 
----
Solve for "y":
y = (-1/2)x + 4
----
Plot two points:
Let x = 0 ; then y = 4
Let x = 2 ; then y = 3
-----
Plot (0,4) and (2,3)
-----
Draw a line thru those two points.
--------
{{{graph(400,400,-10,10,-10,10,(-1/2)x+4)}}}
----------------
Cheers,
Stan H.
================