David M. answered 04/08/16
Tutor
5
(6)
Math n Physics - Top Credentials, Real-World Exp, Cert'd, Open Sched
g(f(-2)) top problem
g of f of -2. This is a composite function where you want to work from the inner parens out. So start with the f(-2)
first plug in -2 for x in f(x)
f(-2)=(-2)^3-1 = -8-1 = -9
now plug this value in for the input in the g function
g(-9)=3(-9) = -27
Now you should be able to solve the other two, as you just use the same approach