Given two functions $f(x) = x-3$ and $g(x) = x^2 - 2x - 3$
There are two problems to solve :
a) Find $f(x) - g(x)$
b) Find $(f \cdot g)(x) - (g \cdot f)(x)$
A. Find $f(x) - g(x)$

The answer for A is $3x - x^2$
B. Calculate $(f \cdot g)(x) - (g \cdot f)(x)$
First we calculate for $(f \cdot g)(x)$

Then we calculate for $(g \cdot f)(x)$

We can then calculate $(f \cdot g)(x) - (g \cdot f)(x)$

Therefore the answer for B is $6x-18$