To solve for f(g(x)) when x = 1, we will first evaluate g(x) for x = 1 and then substitute that result into f(x).
-
Find g(1):
Since the function g(x) = x + 3, we can substitute x with 1:
g(1) = 1 + 3 = 4. -
Now, we substitute g(1) into f(x):
The function is defined as f(x) = 5x + 10, so now we evaluate f(4):
f(4) = 5(4) + 10 = 20 + 10 = 30.
So, the final result for f(g(1)) is 30.