Question 210363
how do i graph Y=|x-1|?
-------------------------------
Find a few points and connect them.
Let x = -3, then y = 4
Let x = -2, then y = 3
Let x = 0, then y = 1
Let x = 2, then y = 1
Let x = 3, then y = 2
etc.
-----------------------------
{{{graph(400,300,-6,6,-6,10,abs(x-1))}}}
=============================================
Cheers,
Stan H.