Question 783415
plot 5y-2x=8 on a straight line graph?
-------
Solve for "y":
y = (2/5)x + (8/5)
-------
Plot 2 points:
If x = 0, y = 8/5
If x = 5, y = 2 + 8/5 = 18/5
------
Plot those two points and draw a line thru them.
----
{{{graph(400,400,-10,10,-10,10,(2/5)x+(8/5))}}}
Cheers,
Stan H.
==========