Given the functions
- \( f(x) = 7x \)
- \( g(x) = \frac{x}{7} \)
we will compute \( f(g(x)) \) and \( g(f(x)) \) and assess whether they are inverses of each other.
Part 1
a. Compute \( f(g(x)) \):
Substituting \( g(x) \) into \( f(x) \): \[ f(g(x)) = f\left(\frac{x}{7}\right) = 7\left(\frac{x}{7}\right) \]
Simplifying: \[ f(g(x)) = x \]
Part 2
b. Compute \( g(f(x)) \):
Substituting \( f(x) \) into \( g(x) \): \[ g(f(x)) = g(7x) = \frac{7x}{7} \]
Simplifying: \[ g(f(x)) = x \]
Part 3
c. Are the two functions \( f \) and \( g \) inverses of each other?
Two functions \( f \) and \( g \) are inverses of each other if: \[ f(g(x)) = x \quad \text{and} \quad g(f(x)) = x \]
Since we found that:
- \( f(g(x)) = x \)
- \( g(f(x)) = x \)
Both conditions are satisfied.
Conclusion: Yes, \( f \) and \( g \) are inverses of each other.
So the answers are:
- Part 1: \( f(g(x)) = x \)
- Part 2: \( g(f(x)) = x \)
- Part 3: f and g are inverses of each other.