SOLUTION: y = |x|

Algebra ->  Graphs -> SOLUTION: y = |x|      Log On


   



Question 63938: y = |x|
Answer by funmath(2933) About Me  (Show Source):
You can put this solution on YOUR website!
y = |x|
What are your directions?
This is an absolute value function, if you need to graph it, plot a couple of positive and negative x's.
When x=0
y=|0|
y=0 Plot(0,0)
When x=1
y=|1|
y=1 Plot(1,1)
When x=2
y=|2|
y=2 Plot(2,2)
When x=-1
y=|-1|
y=1 Plot(-1,1)
When x=-2
y=|-2|
y=2 Plot (-2,2)
Connect your points:
graph%28300%2C200%2C-10%2C10%2C-10%2C10%2Cabs%28x%29%29
Happy Calculating!!!