Question 1152474
<pre>
{{{ y=x^2 }}}

Shift two units left (replace x with x+2):
{{{ y=(x+2)^2 }}}

Shift four units up (add 4 to the function):
{{{ y=(x+2)^2 + 4 }}}

Simplify as needed...