Question

Difficulty: MediumFunction Evaluation, Composition, and Properties

Let the functions ff and gg be defined by f(x)=(x3)2f(x) = (x - 3)^2 and g(x)=2x+1g(x) = 2x + 1. What is the value of the composite function f(g(2))f(g(-2))?

Answer: 36

Answer

36
To evaluate the composite function f(g(2))f(g(-2)), evaluate from the inside out. First, evaluate the inner function g(2)=2(2)+1=3g(-2) = 2(-2) + 1 = -3. Next, substitute this output value into the outer function f(x)f(x) to get f(3)=(33)2=(6)2=36f(-3) = (-3 - 3)^2 = (-6)^2 = 36.

Step-by-Step Solution

1
Evaluate the inner function g(x)g(x) at x=2x = -2
g(2)=3g(-2) = -3
Before evaluating the outer function ff, we must determine the output of the inner function gg at the given input value.
2
Evaluate the outer function f(x)f(x) at the result of the inner function
f(3)=36f(-3) = 36
Substitute the inner output 3-3 as the input for f(x)=(x3)2f(x) = (x - 3)^2, giving (33)2=(6)2=36(-3 - 3)^2 = (-6)^2 = 36.

Key Concept

Function composition and evaluation
Estimated Time:1m 0s
Rate this question