164k views
2 votes
How do I solve this?

How do I solve this?-example-1

1 Answer

4 votes

Replace the x symbol with x + 3 in the function equation f(x).


f(x)=2x^2+1,\ g(x)=x+3\\\\f(g(x))=2(x+3)^2+1

use (a + b)² = a² + 2ab + b²


=2(x^2+2(x)(3)+3^2)+1\\\\=2(x^2+6x+9)+1

use distributive property: a(b + c) = ab + ac


=(2)(x^2)+(2)(6x)+(2)(9)+1=2x^2+12x+18+1=2x^2+12x+19

Answer: f(g(x)) = 2x² + 12x + 19.

User Ali Azhar
by
6.5k points