23.4k views
2 votes
Which expression represents the composition f(g(h(x))) for the functions below?

f(x) = 2x + 1
g(x) = 4x^2
h(x) = x^2

4x^4
8x^4 + 1
8x^2 + 1
(8x^2 + 1)^2

2 Answers

5 votes
I hope this helps you
Which expression represents the composition f(g(h(x))) for the functions below? f-example-1
User Klinki
by
7.6k points
4 votes
The answer is 8x^4 + 1

h(x) = x²
f(g(h(x))) = f(g(x
²))

g(x) = 4x²
g(x²) = 4(x²)² = 4x²*² = 4x⁴

f(g(h(x))) = f(g(x²)) = f(4x⁴)

f(x) = 2x + 1
f(4x
⁴) = 2 * 4x⁴ + 1 = 8x⁴ + 1



f(g(h(x))) = f(g(x²)) = f(4x⁴) = 8x⁴ + 1
User Dshap
by
7.5k points