Mark H. answered 08/06/19
Tutoring in Math and Science at all levels
I'm not sure if you mean that the functions should be multiplied or "nested".
I found the word "composition" here:
https://www.mathsisfun.com/sets/functions-composition.html
This is what I call nesting.
If you meant multiplication, then p*q will give the same answer as q*p.....It would simply be:
(x2+6) * (√x+9)
If you meant nesting / composition, then one function has the other function substituted for the variable.
To get p(q(x)), you apply the "p" formula to the expression for q(x):
p(q(x)) = p(√x+9) = (√x+9)2 + 6
to get q(p(x)), simply do it the other way around.....
In the reference I cited, they use a small circle to denote composition:
(f º g)(x) = f(g(x))
I have always used the nested notation