Question

Difficulty: EasyFunction Evaluation, Composition, and Properties

The table below shows some values for the functions ff and gg.

xxf(x)f(x)g(x)g(x)
1-12233
00111-1
113-322
220011
332-200

What is the value of g(f(2))g(f(2))?

  1. A
    00
  2. B
    3-3
  3. C
    11
  4. 1-1Answer
  5. E
    22

Answer

The correct answer is 1-1.
To find the value of g(f(2))g(f(2)), we begin with the inner function f(2)f(2). Looking at the table, when x=2x = 2, the value of f(x)f(x) is 00. This means f(2)=0f(2) = 0. We then substitute this value into the outer function, giving us g(0)g(0). Looking at the table again, when x=0x = 0, the value of g(x)g(x) is 1-1. Therefore, g(f(2))=1g(f(2)) = -1.

Step-by-Step Solution

1
Find the value of the inner function f(2)f(2) from the table.
f(2)=0f(2) = 0
For the composed function g(f(2))g(f(2)), the inner function ff must be evaluated first at the input 22.
2
Substitute this result into the outer function to evaluate g(0)g(0) using the table.
g(0)=1g(0) = -1
The output of the inner function becomes the input for the outer function gg.

Key Concept

Evaluating composite functions using a table of values
Estimated Time:45s
Rate this question