For this case we have the following functions:
[tex]f(x) = 2x^2 + 3x
g(x) = x - 2[/tex]
The first thing we must do is calculate the sum of functions or equivalently:
[tex](f + g)(x) = f(x) + g(x)
[/tex]
We have then:
[tex](f + g)(x) = (2x^2 + 3x) + (x - 2)
[/tex]
To complete the sum, we must add the terms whose exponents are equal.
We have then:
[tex](f + g)(x) = 2x^2 + (3x + x) - 2
(f + g)(x) = 2x^2 + 4x - 2[/tex]
Then, we evaluate the function for x = 2:
[tex](f + g)(2) = 2(2)^2 + 4(2) - 2
[/tex]
Rewriting we have:
[tex](f + g)(2) = 2(4) + 4(2) - 2
(f + g)(2) = 8 + 8 - 2
(f + g)(2) = 14[/tex]
Answer:
[tex](f + g)(2) = 14
[/tex]