Using composition of functions, determine if the two functions are inverses of each other.
![Using composition of functions determine if the two functions are inverses of each other class=](https://us-static.z-dn.net/files/d6c/dbc64a6beade9ccf1e7d5b19cc3919d8.png)
Neither of the two compositions is equal to x, so the correct option is A.
We know that two functions f(x) and g(x) are inverses if:
[tex]f(g(x)) = x\\\\g(f(x)) = x[/tex]
Here we have:
[tex]f(x) = \sqrt{x} + 4\\ \\g(x) = x^2 - 4[/tex]
By using composition, we get:
[tex]f(g(x)) = \sqrt{g(x)} + 4 = \sqrt{x^2 - 4} + 4\\\\g(f(x)) = (f(x))^2 - 4 = (\sqrt{x} + 4)^2 - 4[/tex]
Is immediate to notice that neither of these expressions are equal to x, so we can conclude that these two functions are not inverses. So the correct option is A.
If you want to learn more about inverse functions.
https://brainly.com/question/14391067
#SPJ1