Answer:
the composition results in
Explanation:
Assuming that what you typed for function g is correct (looks a bit peculiar, but we will use it as typed):
gof(-2) can be understood as: g(f(-2)), so what we need to do is to find the value for f(-2) using its given expression, and using then the obtained value as input for g(x):
So, we now evaluate g(-1):