Express the following function, F(x), as a composition of two functions, f and g:

Answer:
There are many different answers to this question but here is one that I thought of.
g(x)=x^2
f(x)=x/(x+4)
f(g(x))=F(x): plug in x^2 into each of the x in f(x) and and answer should equal F(x)
Step-by-step explanation:
since the function F(x) had 2 x^2 in it, I thought that g(x) could easily be x^2 that way u can subsitute the x in f(x) later to x^2 and get the right answer.