9514 1404 393
Answer:
top-down
f(g(x)) = 1, 4, 5, 3, 2
g(f(x)) = 5, 2, 4, 1, 3
Explanation:
To find f(g(x)), locate g(x) in the third column (labeled g(x)). Use that value as x in the first column, then read f(x) from the second column.
Example: f(g(1)) = f(2) = 1
__
To find g(f(x)), locate f(x) in the second column (labeled f(x)). Use that value as x in the first column, and read the corresponding g(x) from the third column.
Example: g(f(1)) = g(2) = 5