SOLUTION: How do you use the integer values of x from -3 to 3 to graph the equation y=|-x|?

Algebra ->  Finance -> SOLUTION: How do you use the integer values of x from -3 to 3 to graph the equation y=|-x|?      Log On


   



Question 1031045: How do you use the integer values of x from -3 to 3 to graph the equation y=|-x|?
Answer by stanbon(75887) About Me  (Show Source):
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::
graph%28400%2C400%2C-10%2C10%2C-10%2C10%2Cabs%28-x%29%29
Cheers,
Stan H.
-----------------