113k views
1 vote
Please HElp, I am offering a lot for this

When you evaluate one function at the value specified by another function, the method of combining the two functions is called function composition. Is it possible to compose any two functions? Explain your response.

1 Answer

2 votes

Answer:

Yes you can.

Explanation:

If you are given two functions, you can combine them so the outputs of one function becomes the input of the other. After that, it's just a matter of doing the math. you are essentiall just doing f(g(x)) so yes, it should work with any two functions.

User Swapnil Kadam
by
7.1k points