Respuesta :

(f o g)(x)

g(x) = x + 2

Since it’s telling you to use g(x), you use (x + 2) as your new x value for function f.

f(x + 2) = 5(x + 2) + 5
= 5x + 10 + 5
= 5x + 15