SOLUTION: How to Graph f: x---> |x|+2 with domain D={-2,-1,0,1,2}

Algebra ->  Graphs -> SOLUTION: How to Graph f: x---> |x|+2 with domain D={-2,-1,0,1,2}      Log On


   



Question 327137: How to Graph f: x---> |x|+2 with domain D={-2,-1,0,1,2}
Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
x=-2, abs%28x%29%2B2=2%2B2=4: (-2,4)
x=-1, abs%28x%29%2B2=1%2B2=3: (-1,3)
x=0, abs%28x%29%2B2=0%2B2=2: (0,2)
x=1, abs%28x%29%2B2=1%2B2=3: (1,3)
x=2, abs%28x%29%2B2=2%2B2=4: (2,4)
.
.
.