Answer:
70
Explanation:
" f[g(5)] " represents composition of a function. To evaluate this, we need to:
- Plug in 5 into g(x), to find g(5), then
- take that value and plug into f(x), to get final answer
First, g(5):
Now we take "24" and substitute into f(x):
So,
f[g(5)] = 70