is a function composed from two other functions such that .
Which of the following are possible functions for and ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
To avoid using guess and check we can look at the function to try to find how one function may be nested inside of another.
In this problem we see that 2 x − 1 is nested inside of a squared function. The squared function could be represented as x 2 .
To finish decomposing our function we need to say that h ( x ) = x 2 and g ( x ) = 2 x − 1 .