Question 87672
<pre><font size = 4 color = "blue"><b>
Please help.I do not get this problem:
Graph f:x-> |x| + 2 with domain D = {-2,-1,0,1,2}

All you do is substitute each of those 5 numbers in the 
domain for x in the equation f(x) = |x| + 2:

f(-2) = |-2| + 2  = 2 + 2 = 4, so plot the point (-2,4)
f(-1) = |-1| + 2  = 1 + 2 = 3, so plot the point (-1,3)
 f(0) =  |0| + 2  = 0 + 2 = 2, so plot the point  (0,2)
 f(1) =  |1| + 2  = 1 + 2 = 3, so plot the point  (1,3)
 f(2) =  |2| + 2  = 2 + 2 = 4, so plot the point  (2,4)

Here is all there is to the graph.

{{{drawing(400,400,-3,3,-1,5,

graph(400,400,-3,3,-1,5),

locate(-2.05,4.13,o), locate(-1.05,3.13,o), locate(-.05,2.13,o), locate(.95,3.13,o), locate(1.95,4.13,o)
  ) }}} 

You don't connect the points since the domain just consists
of 5 numbers, and so the graph just consists of those
five points where the o's are, and no other points.

Edwin</pre>