Answer:
f(g(4)) = -10
(g o f)(-4) = -16
Explanation:
Function composition is an operation where one or more functions are substituted into another function.
Given functions:

The given composite function f(g(4)) means to substitute the function g(4) in place of the x in function f(x). The function g(4) is the value of function g(x) when x = 4.

The given composite function (g o f)(-4) means to substitute the function f(x) in place of the x in function g(x), then substitute x = -4 into the resulting function.
