Question 1037066
graph the equation. 
4x - 3y = -1
-----
Solve for "y"::
y = (4/3)x + (1/3)
----
You need two points to determine a line::
If x = 0, y = 1/3 giving you point (0,1/3)
If x = 3, y = 13/3 giving you point (3,13/3)
-----
Plot those two points and draw a line thru them to get:
{{{graph(400,400,-10,10,-10,10,(4/3)x+(1/3))}}}
--------------
Cheers,
Stan H.
--------------