" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.
g(x) = x^2
h(x) = 3x
fogoh(-5) = ...?
goh (x) = g(h(x)) = (3x)^2 = 9x^2
fogoh (x) = f(g(h(x))) = 9x^2 + 1
f(g(h(x))) = 9(-5)^2 + 1 = 9(25) + 1 = 226