Question 514817
y = x^2
.
{{{ graph(500,500,-10,10,-10,10,x^2) }}}
.
shift up 3
y = x^2 + 3
.

{{{ graph(500,500,-10,10,-10,10,x^2+3) }}}

.
shift left 2
y = (x+2)^2 +3

{{{ graph(500,500,-10,10,-10,10,x^2+4*x+7 ) }}}