Question 1166614
<br>
given:  {{{f(x) = abs(x)}}}<br>
shift to the left 1 unit:  {{{f(x) = abs(x+1)}}}
stretch vertically by a factor of 3:  {{{f(x) = 3*abs(x+1)}}}
shift upward 5 units:  {{{f(x) = 3*abs(x+1)+5}}}<br>