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?
Yes, as you have pointed out, this is true by definition.
We can infer from Mordeus's explanation that options B, C, D are false for the given $f$ and $g.$
However, it's worth noting that these three equations are not identically false: they are true for $f(x):=g(x):=1,$ for example.
$$f\circ g(x)\equiv fg(x)\equiv f(g(x))\not\equiv(fg)(x).$$