Charles M. answered 06/02/22
Love to learn, love to teach
Here you go!
So, to begin, you always want to break the problem down.
f(x)=x2-2
g(x)=2x2+x-3
find (f+g)(x)
We have two functions and we are asked to combine them in an "addition" manner. We are essentially adding both functions together. -->
(x2 -2) + (2x2 +x -3)
Now we combine like terms...
(x2 + 2x2) + (x) + (-2-3)
Now that they are all sorted, we can simplify:
3x2 + x - 5