Question 586997
I notice 2 things:
(1) {{{y}}} can never be negative
(2) the smallest value of {{{y}}} is
when {{{ x = 4 }}}, {{{ y = 2 }}}
------------------------
{{{ y = abs(x) }}} has a minimum at {{{ x = 0 }}},{{{ y = 0 }}}
The translation is
(c) 4 units right and 2 units up
Here's the plot of {{{ abs( x - 4 ) + 2 }}}:
{{{ graph( 400, 400, -2, 10, -2, 10, abs( x - 4 ) + 2 ) }}}