Pretest: Unit 1
Question 2 of 45
What happens during the process of composing functions?
OA. The input of one function is used as the output for another
function.
OB. The output of one function is used as the input for another
function.
OC. The outputs from two functions are added together.
OD. The inputs for two functions are added together.

Respuesta :

B. The output of one function is used as the input for another function.

What is composing of functions ?

Composing of function is a process in which output of one function becomes input of other function.

Which option is correct ?

If we take two functions f(x) & g(x), then composition of this two functions be like : f(g(x)) ,where g is inner & f is outer function, i.e. g(x) is the input of f(x)

Also g(f(x)) ,where f is inner & g is outer function, i.e. f(x) is the input of g(x).

So from this description, we understand that ,the output of one function is used as the input for another function.

Learn more about composing functions here :

https://brainly.com/question/10830110

#SPJ10