Question 446213
graph y=3x-5 
----
You only need 2 points to graph a line.
If x = 0, y = -5 giving you point (0,-5)
---
If x = 2, y = 6-5 = 1 giving you point (2,1)
---
Plot those two points and draw a line thru them.
That is the graph you want.
{{{graph(400,300,-10,10,-10,10,3x-5)}}}
-----
Cheers,
Stan H.
==========