138k views
2 votes
Let g(x) = 4x + 1 represent the conversion from spots to stars. Let h(x) = x2

- 2
represent the conversion from stars to asteroids. Create a composite function that converts
spots directly to asteroids.

User Meloney
by
5.7k points

1 Answer

3 votes
g(h(x))
g(x^2 -2)
4(x^2 - 2) + 1
4x^2 - 8 + 1
4x^2 - 7
User Cobbles
by
5.6k points