SOLUTION: _|x| graph

Algebra ->  Absolute-value -> SOLUTION: _|x| graph      Log On


   



Question 1012867: _|x| graph
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
_|x| graph
----
If you meant y = |x| the graph is::
graph%28400%2C400%2C-10%2C10%2C-10%2C10%2Cabs%28x%29%29
-----
If you meant y = -|x| the graph is ::
+graph%28400%2C400%2C-10%2C10%2C-10%2C10%2C-abs%28x%29%29
============
Cheers,
Stan H.
----------