I have this question
$g(x) = x^{2x+1}$
$h(x) = \frac{16-x^2}{x-9}$
$k(x) = \{(0,1), (1, 6), (2,6),(3,4),(4,6)\}$
and
$f(x) = g(h(k(x)))$
How do you find $f(4)$?
(I have no idea how to do this)
Thanks!
I have this question
$g(x) = x^{2x+1}$
$h(x) = \frac{16-x^2}{x-9}$
$k(x) = \{(0,1), (1, 6), (2,6),(3,4),(4,6)\}$
and
$f(x) = g(h(k(x)))$
How do you find $f(4)$?
(I have no idea how to do this)
Thanks!
Compute $k(4)$.
Take the answer and use it as input for the function $h$ (in other words, compute $h(k(4))$).
Take the answer and use it as input for the function $g$.
The answer will be $g(h(k(4)))$, which is another way of saying $f(4)$.