Question 1126017
in {{{ g(x) = 4^( x+3 ) }}} you replace
{{{ x }}} with {{{ x-3 }}} to get {{{ f(x) }}}
{{{ g(x) }}} is f(x) shifted 3 units to the left
graph of both:
{{{ graph( 400,400,-6,3,-2,10,4^x, 4^(x+3) ) }}}