Question 942363
i think you can do this:


let g(x) = x^2+2


let f(x) = 9/x


f(g(x)) is therefore equal to f(x^2 + 2) which is equal to 9/(x^2+2).