
Charles W. answered 08/07/24
Math Teacher Who Focuses on Student Success and Confidence
Question: Given functions f(x) = 3x + 4 and g(x) = x2 − 2, what is the value of f(g(−3))?
When it comes to composite functions, the simple rule is "inside function first, the work toward the outside function"
By this, I mean that you start with solving/simplifying the innermost function in the composite and use the sequential solution(s) to get to the final answer.
So if g(x) = x2-2 , then g(-3), the inner most function in the composite, is the same as this but you replace all of the x's with (-3).
if g(x) = x2-2, then g(-3) = (-3)2-2 = 9-2 = 7
now you just use this answer, 7, as a replacement for g(-3) in the composite function. This is the next most outer function in the composite function and the final one to get the final answer.
f(g(x)) = f(7)
So if f(x)= 3x + 4, then f(7) = 3(7) + 4 = 21 + 4 = 25
Final answer:
f(g(-3)) = f(7) = 25
Hope this helps.