Question 1203646
remember:

The function translation / transformation rules:
{{{f(x) + b}}} shifts the function {{{b}}} units {{{upward}}}.
{{{f(x)-b}}} shifts the function {{{b }}}units {{{downward}}}.
{{{f(x + b)}}} shifts the function {{{b}}} units to the {{{left}}}.
{{{f(x -b) }}}shifts the function {{{b}}} units to the {{{right}}}.
{{{-f(x)}}} reflects the function in the {{{x}}}-axis (that is, {{{upside-down}}}).


if you are given {{{f(x) = abs(x)}}} is shifted {{{3 }}}units to the {{{left}}} and {{{4}}} units {{{up}}}, you will have


{{{f(x) = abs(x+3)+4}}}

{{{ graph( 600, 600, -10, 10, -10, 10, abs(x), abs(x+3)+4) }}}