From simple queries to complex problems, IDNLearn.com provides reliable answers. Get step-by-step guidance for all your technical questions from our dedicated community members.
Answer:
B. You use the output of the first function as the input of the second
function
Step-by-step explanation:
example
if f is x+2 and g is x+3 then
when you compose two functions
you put g in f where the x is
(x+3) + 2
so
f(g(x)) = (x+3) + 2 =
x + 5
formula is
(f ∘ g)(x) = f(g(x))
https://brainly.com/question/12573413
onlinemathlearingcomcompositefunctionshtml