Question 1104521
{{{ f(x) = x^2 }}}
{{{ f(x) = ( x-3 )^2 + 5 }}}
------------------------------
The parabola is shifted right 3 units
and up 5 units
------------------------------
check:
Here are plots of both equations:
{{{ graph( 400, 400, -10, 10, -5, 20, x^2, ( x-3 )^2 + 5 ) }}}