The translations are:
g(x) = a·f(x-b) + c
- a = vertical dilation (stretch if |a|>1, shrink if |a|<1). Also flips the graph of f(x) across the x-axis if a<0)
- b = horizontal shift (right is b>0, left if b<0)
- c = vertical shift (up if c>0, down if c<0)
I'll do the first one:
g(x) = 2f(x) + 3
Here a = 2, b = 0, c = 3. Vertical stretch by a factor of 2, vertical shift up 3. You do the rest.