Question

Difficulty: EasyFunction Evaluation, Composition, and Properties

Let the functions ff and gg be defined for all real numbers by f(x)=2x3f(x) = 2x - 3 and g(x)=x+5g(x) = x + 5. What is the value of f(g(4))f(g(4))?

Answer: 15

Answer

The value of f(g(4))f(g(4)) is 1515.
To evaluate the composite function f(g(4))f(g(4)), the inner function must be evaluated first. Substituting 44 into g(x)=x+5g(x) = x + 5 gives g(4)=9g(4) = 9. Next, substitute this output of 99 into the outer function f(x)=2x3f(x) = 2x - 3, which gives f(9)=2(9)3=15f(9) = 2(9) - 3 = 15.

Step-by-Step Solution

1
Evaluate the inner function g(4)g(4)
g(4)=9g(4) = 9
Substitute 44 for xx in the definition of g(x)=x+5g(x) = x + 5.
2
Evaluate the outer function f(x)f(x) at the output of the inner function
f(9)=15f(9) = 15
Substitute 99 (the value of g(4)g(4)) for xx in the definition of f(x)=2x3f(x) = 2x - 3.

Key Concept

Function Composition and Evaluation
Estimated Time:45s
Rate this question