Answer:
-8
Explanation:
Put the given values where the corresponding variables are, and do the arithmetic.
__
first function
f(x) = 12 -3x
f(5) = 12 -3(5) = -3
__
second function
j(x) = x² +4x -1 = (x +4)x -1
j(-2) = (-2 +4)(-2) -1 = 2(-2) -1 = -5
__
composition
f(5) +j(-2) = -3 +(-5) = -8