Question 40521
{{{y = x^2}}}
My translated function is
{{{(y - 3) = (x + 4)^2}}}
{{{y - 3 = x^2 + 8x + 16}}}
{{{y = x^2 + 8x + 19}}}
I'll graph these two
{{{ graph( 400, 400, -10, 10, -10, 10, x^2, x^2 + 8x + 19) }}}