141k 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?

User Mardoxx
by
6.2k points

2 Answers

4 votes


\bf \begin{cases} f(x)=&10x+25\\ g(x)=&x+8 \end{cases}~\hspace{5em} \begin{array}{llll} f(~~g(x)~~)=&10[g(x)]+25\\\\ f(~~g(x)~~)=&10[x+8]+25\\\\ f(~~g(x)~~)=&10x+80+25\\\\ f(~~g(x)~~)=&10x+105 \end{array}

User M S Parmar
by
5.9k points
3 votes

Answer:

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

Explanation:

Start with f(x) = 10x + 25. Replace this x with (x + 8), which is g(x):

f(g(x)) = 10(x + 8) + 25, or

= 10x + 80 + 25, or 10x + 105

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

User Peeter Kokk
by
6.6k points