Question 178073
Graph y=5x-2 how do I even start this?
----You need two points to graph a line.
If x = 0, y = 5*0-2 = -2, giving you point (0,-2)
--------------
If x = 2, y = 5*2-2 = 8, giving you point (2,8)
-----------------
Plot those two points and draw a line thru them to get:
{{{graph(400,300,-10,10,-10,10,5x-2)}}}
========================================
Cheers,
Stan H.