What is the composition of the functions g(x) and f(x) given their definitions as f(x) = 5x + 1 and g(x) = 3x + 9?

To find the composition of the functions g(x) and f(x), denoted as g(f(x)), we will substitute f(x) into g(x).

Given:

  • f(x) = 5x + 1
  • g(x) = 3x + 9

Now, we will compute g(f(x)):

  1. First, we need to replace x in g(x) with f(x):
  2. g(f(x)) = g(5x + 1)
  3. Next, substitute f(x) into g(x):
  4. g(5x + 1) = 3(5x + 1) + 9
  5. Now, we distribute the 3:
  6. g(5x + 1) = 15x + 3 + 9
  7. Finally, we combine like terms:
  8. g(5x + 1) = 15x + 12

Thus, the composition g(f(x)) is:

g(f(x)) = 15x + 12

Leave a Comment