Answer:
B. 3^x +14x -2
Explanation:
In general, the expression (f ⊛ g)(x) will mean the operation ⊛ will be performed on the values of the functions:
(f ⊛ g)(x) ≡ f(x) ⊛ g(x)
The exception is the "ring" or "composition" operator, which indicates the left function is performed on the right function:
(f ∘ g)(x) ≡ f(g(x))
The expression (f +g)(x) means the function values are added.
__
function sum
For the functions here, we add them by combining like terms:
(f +g)(x) = f(x) +g(x)
= (3^x +10x) +(4x -2)
= 3^x +(10 +4)x - 2
= 3^x +14x -2 . . . . . . . . . corresponds to choice B