Question 1031657
I'll do 3 plots:
(1) {{{ f(x) = e^x }}}
(2) {{{ f(x) = 2 + e^x }}}
(3) {{{ f(x) = 2 + e^( x-7) }}}
-------------------------
The answer is:
(E) shift right 7 and up 2
-------------------------
(1)
{{{ graph( 400, 400, -10, 10, -10, 10, e^x ) }}}
(2)
{{{ graph( 400, 400, -10, 10, -10, 10, 2 + e^x ) }}}
(3)
{{{ graph( 400, 400, -10, 10, -10, 10, 2 + e^(x-7) ) }}}