Question #c617d

1 Answer
Dec 13, 2017

You could have one function that simplifies into multiplying by 4, and the other function that simplifies into dividing by 9.

Explanation:

Say those two functions are f(x) and g(x), and that them composed together would be f(g(x)).

We have that f(g(x))=49x

So we could have f(x)=4x and g(x)=x9, so that:

f(g(x))=f(x9)=4(x9)=49x

Or it could also be that f(x)=x9 and g(x)=4x. Due to multiplicative properties, we should get the same result:

f(g(x))=f(4x)=4x9=49x

The functions could also be anything else where one must simplify as 4x and the other as x9. Here's an example:

f(x)=8x2 and g(x)=x81

Or maybe even it is simply that the two functions should become 49x together, although it could be a bit risky:

f(x)=x+3 and g(x)=4x279

f(x)=sin1(x) and g(x)=sin(4x9)

etc. The possibilities are endless.