Question 778745
<pre>
	A. y = |x – 5| – 5

has this graph: {{{graph(400,400,-3,13,-8,8,abs(x-5)-5))}}}	
 

	B. y = |x – 5| + 5

has this graph: {{{graph(400,400,-3,13,-3,13,abs(x-5)+5))}}}	
 

	C. y = |x + 5| + 5

has this graph: {{{graph(400,400,-13,3,-3,13,abs(x+5)+5))}}}	
 

	D. y = |x – 5| + 5  is the same as B

Maybe you meant

	E. y = |x + 5| - 5  as it is the only combination of
+ and - signs that is not included.

The graph of that is:

{{{graph(400,400,-13,3,-8,8,abs(x+5)-5))}}}

Edwin</pre>