
Mark H. answered 11/20/19
Tutoring in Math and Science at all levels
That is one notation for a "nested function". It means: "Apply the g function to the independent variable, then apply the function to the result."
The other common notation is f(g(x))
g(x) = x^3, so use this in place of x in f(x)
f(x) = 5 * (x^3) + 1
At x = - 1
f(g(x)) = -5 + 1 = -4