Question 822269
Use a table of values to graph the equation
1) y=5x+1
If x = 0, y = 1
If x = 1, y = 6
Plot (0,1) and (1,6) and draw a line thru them::
{{{graph(400,400,-10,10,-10,10,5x+1)}}}
-------------------- 
2)y=-2x+4
If x = 0, y = 4
If x = 1, y = 2
Plot (0,4) and (1,2) and draw a line thru them::
{{{graph(400,400,-10,10,-10,10,-2x+4)}}}
--------------------
3) 4x + y=-8
y = -4x - 8
If x = 0, y = -8
If x = 1, y = -12
Plot (0,-8) and (1,-12) and draw a line thru them::
{{{graph(400,400,-10,10,-15,10,-4x-8)}}}
--------------------
4) 2y -x=-1
y = (1/2)x - (1/2)
If x = 0, y = -1/2
If x = 2, y = 0
Plot (0,-1/2) and (2,0) and draw a line thru them::
{{{graph(400,400,-10,10,-10,10,(1/2)x-(1/2))}}}
=================================================
Cheers,
Stan H.
===================