Consider the functions #f(x) = 3x-2# and #g(x) = x^2-1#. What is the value of #f[g(5)]#?

1 Answer
Jan 7, 2017

See full solution explanation and process below

Explanation:

First, we can solve #g(5)#

Given #g(color(red)(x)) = color(red)(x)^2 - 1# Then

#g(color(red)(5)) = color(red)(5)^2 - 1#

#g(color(red)(5)) = 25 - 1#

#g(color(red)(5)) = 24#

Then:

#f[g(5)] = f[24] = (3 xx 24) - 2#

#f[g(5)] = 72 - 2#

#f[g(5)] = 70#