Sea f (x) = 2x-1, g (x) = 3x, y h (x) = x ^ 2 + 1, ¿qué es f (h (7))?

Sea f (x) = 2x-1, g (x) = 3x, y h (x) = x ^ 2 + 1, ¿qué es f (h (7))?
Anonim

Responder:

#f (h (7)) = 99 #

Explicación:

# "evalúe" h (7) "luego sustituya el resultado en" f (x) #

#h (color (rojo) (7)) = (color (rojo) (7)) ^ 2 + 1 = 49 + 1 = 50 #

#rArrf (color (rojo) (50)) = (2xxcolor (rojo) (50)) - 1 = 100-1 = 99 #

#rArrf (h (7)) = 99 #