137k views
1 vote
Given that f(x) = 3x and g(x) = 4x, write a function that represents f(g(x)) and a function that represents g(f(x)).

User Xszaboj
by
5.6k points

1 Answer

5 votes

Hello from MrBillDoesMath!

Answer:

f(g(x)) = 12x

g(f(x)) = 12x

Discussion:

f(g(x)) = f ( 4x) = 3 * (4x) = 12x

g(f(x)) = g (3x) = 4 * (3x) = 12x

Thank you,

MrB

User Thanksnote
by
5.8k points