Question 174687
graph this absolute value function: t(x) = 3- the absolute value x
--------
If x = -1, t(-1) = 3 - abs(-1) = 3 -1 = 2
----------------
If x = 0, t(0) = 3-abs(0) = 3
----------------
If x = 1, t(1) = 3 - abs(1) = 2
----------------
You have three points: (-1,2),(0,3),(1,2)
---
Plot the three points and draw an upside-down V-shape with (0,3) at the vertex.
--------
{{{graph(400,300,-10,10,-10,10,3-abs(x))}}}
--------------
Cheers,
Stan H.