Question 228052
graph y = 3x + 4
-----------------
You need two points to graph a line.
---
Let x = 0, then y = 3*0+4 = 4
This gives you the point (0,4)
-----------------
Let x = 2, then y = 3*2+4 = 10
This gives you the point (2,10)
------------------------\
Plot the two points and draw a line thru them to see the graph.
----------------------------
{{{graph(400,300,-10,10,-10,10,3x+4)}}}
------------------------------
Cheers,
Stan H.