Question 222367
Are you saying y = absolute (x+1) ?
--------------------------
If you are:
Let x=0, then y = |0+1| = 1
Let x=-1, then y = |-1+1| = 0
Let x = -2, then y = |-2+1| = |-1| = 1
---------------------------------------------
Plot those points and connect.
{{{graph(400,300,-10,10,-10,10,abs(x+1))}}}
===================================================
Cheers,
Stan H.