You can put this solution on YOUR website! Given f(x) = x^2 - 5 and g(x) = sqrt{x}, find h(x) = f(g(x)).
We plug the value of g(x) into f(x) and simplify, if possible.
By doing this, we will find h(x).
f(sqrt{x}) = (sqrt{x})^2 - 5
f(sqrt{x}) = x - 5
So, then h(x) = x - 5
Did you follow?