Don B. answered 02/17/23
Patient and Creative Tutor Makes Math & Music Theory Interesting
(f⋅g)(x) means apply the g function to x , then apply the f function to the result; it can be read "f after g of x", and it could also be written f(g(x)) .
Here f(x) = x2−4: take the argument (the value in parentheses), square it, and subtract 4.
And. g(x )= x+2: just add 2 to the argument. So
(f⋅g)(x) = f(g(x)) = f(x+2) = (x+2)2-4 = (x2+4x+4)-4 = x2+4x .
Gyo O.
Thank you for the answer but the answer was incorrect.02/17/23