Question 712558
 graph y=|2x-2|
----
Since alsolute value cannot be negative find
the value of "x" where y = 0.
2x-2 = 0
2x = 2
x = 1
That gives you the lowest point of the graph at (1,0)
---
If x = 0, y = |-2| = 2 gives point (0,2)
If x = 2, y = |4-2| = 2 gives point (2,2)
Try x = -1 and x = 3 ; the point values are (-1,3) and (3,3)
------
Plot those points and connect them with a continuous line to get:
{{{graph(400,400,-10,10,-10,10,abs(2x-2))}}}
=================
Cheers,
Stan H.
==============