Match the function with its value.

Answer:
[tex](f+g)(x) = x^2-3x+10[/tex]
[tex](f*h)(x)= 3x^3+13x^2-5x+25[/tex]
[tex]h[f(5)]-g[h(1)]=268[/tex]
Step-by-step explanation:
1. [tex](f+g)(x)[/tex] asks you to add the two functions [tex]f(x)[/tex] and [tex]g(x)[/tex], which would be [tex](x+5) + (x^2-4x+5)[/tex]
Simplify the like-terms and you get:
[tex]=x^2-3x+10[/tex]
------------------
2. [tex](f*h)(x)[/tex] asks you to multiply the two functions [tex]f(x)[/tex] and [tex]h(x)[/tex], which would be [tex](x+5)(3x^2-2x+5)[/tex]
In order to multiply the functions we use the FOIL method (for polynomials):
[tex](x)(3x^2)+(x)(-2x)+(x)(5)+(5)(3x^2)+(5)(-2x)+(5)(5)[/tex]
Multiply each term and you get:
[tex]3x^3-2x^2+5x+15x^2-10x+25[/tex]
Simplify the like-terms and you get:
[tex]3x^3+13x^2-5x+25[/tex]
------------------
3. [tex]h[f(5)]-g[h(1)][/tex] asks for your ability to understand what composite functions are. In order to solve this, we will follow some careful steps and solve them separately.
[tex]h[f(x)]= h[x+5][/tex]
--> [tex]h[f(5)]= h[5+5] = h[10][/tex]
--> [tex]h(10) = 3(10)^2-2(10)+5=285[/tex]
[tex]g[h(x)] = g[3x^2-2x+5][/tex]
--> [tex]g[h(1)] = g[3(1)^2-2(1)+5] = g[6][/tex]
--> [tex]g(6) = (6)^2-4(6)+5=17[/tex]
Now that we have both values, we can just subtract them:
[tex]285 - 17 = 268[/tex]