Raymond B. answered 08/19/21
Math, microeconomics or criminal justice
f(x) = 4x-8
g(x) =-x^2 +6x-8
f(x)*g(x)= f(x)g(x) = (4x-8)(-x^2+6x-8)
=-4x^3+24x^2-32x +8x^2 -48x +64
= -4x^3 +32x^2 -80x +64
unless by chance you meant to write:
(fog)(x) = f(g(x)) = f(-x^2+6x-8) = 4(-x^2+6x-8)-8
= -4x^2 +24x -32 -8
= -4x^2 +24x -40
that's how you do the 2nd question too
f(x) = 2x^3-5x^2
g(x) =2x-1
(fog)(x) = f(g(x)) = f(2x-1) = 2(2x-1)^3 -5(2x-1)^2
= 2(2x-1)(2x-1)(2x-1) - 5(2x-1)(2x-1)
=2(8x^3 -3(4x^2)(-1) +3(2x)(-1)^2 -1)
-5(4x^2 -4x +1)
= 16x^3 -24x^2 +12x -2 - 20x^2 +20x -5
= 16x^3 -44x^2 +32x -7