Question

Difficulty: MediumFunction Evaluation, Composition, and Properties

For the functions f(x)=18x2f(x) = \frac{18}{x - 2} and g(x)=x21g(x) = x^2 - 1, what is the value of f(g(3))f(g(3))?

Answer: 3

Answer

The value of the composite function f(g(3))f(g(3)) is 3.
To evaluate the composite function f(g(3))f(g(3)), we start by evaluating the inner function g(3)=321=8g(3) = 3^2 - 1 = 8. We then substitute this result into the outer function, giving f(8)=1882=186=3f(8) = \frac{18}{8 - 2} = \frac{18}{6} = 3.

Step-by-Step Solution

1
Evaluate the inner function g(3)g(3)
8
For any composite function of the form f(g(x))f(g(x)), the inner function g(x)g(x) must be evaluated first at the given input value.
2
Evaluate the outer function f(8)f(8)
3
Substitute the output value of the inner function as the input for the outer function f(x)f(x).

Key Concept

Function Composition and Evaluation
Estimated Time:1m 0s
Rate this question