Question 935589

{{{a = 3}}}, if {{{a> 1}}}, then the parent function stretches in the y-direction
{{{h = -2}}} ->{{{(x + 2)}}} means the parent function is shifted left 2 units
and 
{{{k = 2}}}-shifted upward {{{k}}} units

{{{y=a*sqrt (b(x-h))+k}}}

Answer:  {{{y=3*sqrt((x+2))+2}}}

{{{ graph( 600, 600, -10, 10, -10, 10, sqrt(x), 3*sqrt((x+2))+2) }}}