6.9k views
3 votes
Given the functions f(x) = 10x + 25 and g(x) = x + 8, which of the following functions represents f[g(x)] correctly?

f[g(x)] = 10x + 33
f[g(x)] = 10x2 + 33
f[g(x)] = 10x + 105
f[g(x)] = 10x2 + 105

User SKManX
by
2.8k points

1 Answer

4 votes

Answer:

f[g(x)] = 10x + 105

Explanation:

f(x) = 10x + 25 and g(x) = x + 8


f[g(x)] = 10(x + 8) + 25 \\ \\ f[g(x)] = 10x + 80 + 25\\ \\ f[g(x)] = 10x + 105

User Boid
by
3.5k points