Answer:
I think like expressions you use x or y or such many variables. you use - or + too. like (x+2)y there are parentheses too.
your answer
hope it will work for you
First question:
I urge you to perform the division using the synthetic division method:
________________
-4 / 1 3 -6 -6 8
-4 4 8 -8
-----------------------
1 -1 -2 2 0
Note that there is no remainder. When this is the case, the divisor (here, that's -4) is a root of the given polynomial, and the value of that polynomial, g(-4), is 0.
If the remainder were not 0, then the remainder represents the value of the polynomial for that particular divisor. For example, if x = -3, the remainder is -28. We'd write that as g(-3) = -28.
But here, g(-4) = 0.
A
f(x) = 2x + 1
f(3) = 2*3 + 1 = 7
B
g(x) = x^2
g(7) = 7^2
g(7)= 49
C
f(g(x)) = 2(g(x) + 1
f(g(x)) = 2 x^2 + 1
f(g(3) = 2* 3^2 + 1
f(g(3) = 19
D
g(f(x)) = (f(x))^2
g(f(x)) = (2x + 1)^2
g(f(3)) = (2*3 + 1)^2 = (6 + 1)^2 = 49
E
f(g(x)) = 2*g(x) + 1
f(g(x)) = 2*x^2 + 1
f(g(3)) = 2*3^2 + 1
f(g(3)) = 2 * 9 + 1
f(g(3)) = 18 + 1
f(g(3) = 19
F
f(g(x)) = 2(g(x)) + 1
f(g(x)) = 2*x^2 + 1