Find the products for the functions:

f(x)=x-11 and g(x)=2x+12

if you mean (fg)(x) that would be

f(x)*g(x) = (x-11)(2x+12) = 2x^2-10x-132

F(x)=x-11

G(x)=2x+12
(F.G)(x) = F(x).G(x)
=(X-11).(2x+12)
=(x-11).2x+(x-11)-12
(F.G)(x) =2x^2-22x+12x-132

I think this is the answer . ^-^

To find the product of two functions, we need to multiply them together. Let's find the product of f(x) and g(x).

f(x) = x - 11
g(x) = 2x + 12

To find the product of these two functions, we need to multiply each term in f(x) by each term in g(x), and then combine like terms, if possible.

Let's begin by multiplying the first term of f(x) (x) by each term in g(x):

(x)(2x + 12) = 2x^2 + 12x

Next, we multiply the second term of f(x) (-11) by each term in g(x):

(-11)(2x + 12) = -22x - 132

Now, we have two terms: 2x^2 + 12x and -22x - 132. To find the product of the two functions, we combine these terms:

(2x^2 + 12x) + (-22x - 132) = 2x^2 + 12x - 22x - 132

Finally, we simplify the expression:

2x^2 + (12x - 22x) - 132 = 2x^2 - 10x - 132

Therefore, the product of f(x) = x - 11 and g(x) = 2x + 12 is 2x^2 - 10x - 132.