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.

Respuesta :

bcalle
g(h(x))
g(x^2 -2)
4(x^2 - 2) + 1
4x^2 - 8 + 1
4x^2 - 7