19.0k views
1 vote
Given the functions f(x) = 7x + 13 and g(x) = x + 2, which of the following functions represents f[g(x)] correctly?

f[g(x)] = 7x + 15
f[g(x)] = 7x + 27
f[g(x)] = 7x2 + 15
f[g(x)] = 7x2 + 27

1 Answer

3 votes
f[g(x)] = f[x + 2] = 7(x + 2) + 13 = 7x + 7(2) + 13 = 7x + 14 + 13 = 7x + 27

f[g(x)] = 7x + 27

The correct answer is B.
User Cedomir Rackov
by
7.8k points