91.7k views
0 votes
F(x)=x^2+2x+4Evaluate f(x+5).Simplify the answer

1 Answer

3 votes

We have a function:


f(x)=x^2+2x+4

We have to evaluate f(x+5).

To do so, we replace the argument x from the definition of f(x) with "x+5":


f(x+5)=(x+5)^2+2(x+5)+4

Now, we can expand this and simplify as:


\begin{gathered} f(x+5)=(x+5)^2+2(x+5)+4 \\ f(x+5)=(x^2+2\cdot5x+5^2)+(2x+10)+4 \\ f(x+5)=x^2+10x+25+2x+10+4 \\ f(x+5)=x^2+12x+39 \end{gathered}

Answer: f(x+5) = x² + 12x +39

User Barzos
by
3.3k points