Question 468483
How do you graph y=2x+1?
---
You plot 2 points and draw a line thru them.
---
Let x = 0, then y = 1
Let x = 1, then y = 2+1 = 3
----
Plot the points (0,1) and (1,3)
and draw a line thru them to get:
{{{graph(400,400,-10,10,-10,10,2x+1)}}}
============================================
Cheers,
Stan H.
===============