Question 1024182
Graph both of the following functions on the same set of axes. You will need to plot the vertex, know the direction, AND find at least FOUR additional points for each function. 
f(x) = – (x + 2)^2 +1
Points:: (0,-3);(-1,0);(1,-8);(3,-24)
Vertex:: (-2,1)
{{{graph(400,400,-10,10,-10,10,-(x+2)^2+1)}}}
---------------------------------------------------	
f(x) = – |x – 1|+5
Points:: (0,4);(-1,3);(1,5);(3,3)
{{{graph(400,400,-10,10,-10,10,-abs(x-1)+5)}}}
--------------------------------
Cheers,
Stan H.