If #g(x)=x^2+5x+4# and #f(x)=x-2#, how do you find g(f(-2))? Precalculus Functions Defined and Notation Function Composition 1 Answer Noah G Nov 14, 2016 #g(f(-2)) = 0# Explanation: This means to insert #f(x)# into #g(x)# and then evaluate when #x= -2#. #g(f(x)) = (x- 2)^2 + 5(x - 2) + 4# #g(f(x)) = x^2 - 4x + 4 + 5x -10 + 4# #g(f(x)) = x^2 + x - 2# #g(f(x)) = (x + 2)(x- 1)# #g(f(-2)) = (-2 + 2)(-2 - 1)# #g(f(-2)) = 0# Hopefully this helps! Answer link Related questions What is function composition? What are some examples of function composition? What are some common mistakes students make with function composition? Is function composition associative? Is it always true that #(f@g)(x) = (g@f)(x)#? If #f(x) = x + 3# and #g(x) = 2x - 7#, what is #(f@g)(x)#? If #f(x) = x^2# and #g(x) = x + 2#, what is #(f@g)(x)#? If #f(x) = x^2# and #g(x) = x + 2#, what is #(g@f)(x)#? What is the domain of #(f@g)(x)#? What is the domain of the composite function #(g@f)(x)#? See all questions in Function Composition Impact of this question 3984 views around the world You can reuse this answer Creative Commons License