asked 74.5k views
5 votes
I need help with problem number 3 It’s about evaluating the composition of functions in different representations correctly

I need help with problem number 3 It’s about evaluating the composition of functions-example-1
asked
User JDJ
by
8.1k points

1 Answer

4 votes

Given g(x) = 3x - 5 and h(x) = 2x - 4.

We need to find (g o h)(x).

The composition of function is as follows:


\begin{gathered} (g\circ h)(x)=g(h(x)) \\ =g(2x-4) \\ =3(2x-4)-5 \\ =6x-12-5 \\ =6x-17 \end{gathered}

Thus, the answer is 6x - 17.

answered
User JamesD
by
8.8k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.