Based on the definition of composition between two functions and some algebraic handling, the following expressions are listed below:
In accordance with function theory, composition is a binary operator between functions, by which the independent variable of the former function is substituted by the latter function:
f ° g (x) = f[g(x)]
g ° f (x) = g[f(x)]
If we know that f(x) = x² and g(x) = x - 3, then the resulting functions are:
g ° f (c) = c² - 3
g ° f (- a) = (- a)² - 3
g ° f (- a) = a² - 3
Based on the definition of composition between two functions and some algebraic handling, the following expressions are listed below:
To learn more on composition: https://brainly.com/question/20379727
#SPJ1