Answer:
Explanation:
Given functions:
Function composition is an operation that takes two functions and produces a third function.
Question 23
The composite function (f/g)(x) means to divide function f(x) by function g(x):
Question 24
The composite function (f o g)(x) means to substitute function g(x) in place of the x in function f(x):
Question 25
The composite function (g o f)(x) means to substitute function f(x) in place of the x in function g(x):
Question 26
The composite function g(f(-1)) means to substitute x = -1 into function f(x) then substitute this result in place of the x in function g(x):