You can put this solution on YOUR website! : How do you use the integer values of x from -3 to 3
to graph the equation y=|-x|?
-----
If x = -3, y = 3
If x = -2, y = 2
If x = -1, y = 1
If x = 0, y = 0
If x = 1, y = 1
If x = 2, y = 2
If x = 3, y = 3
-------
Graph::
Cheers,
Stan H.
-----------------