If $f(x) = 2x + 1$ and $g(x) = x + 3$, then which of the following is true?
(A) $(f + g)x = f(x) + g(x)$
(B) $(f \circ g)(x) = (g \circ f)(x)$
(C) $(fg)(x) = g[f(x)]$
(D) $(fg)(x) = f[g(x)]$
I came across this question while studying "Functions". I computed and confirmed that (B) is false.
I found out from google that options (A), (C), (D) are "Operations of Functions" and that $(f+g)(x)$ is defined as $f(x)+g(x)$ (like operating on polynomials). So, option (A) should be true.
The given answer is option (A). Why are options (C) and (D) false?