Question 1200368
<font color=black size=3>
f(x) = 2x^2 + 3
f(x+2) = 2(x+2)^2 + 3 ..... every x replaced with x+2
f(x+2) = 2(x^2+4x+4) + 3 .... FOIL rule
f(x+2) = 2x^2+8x+8 + 3
f(x+2) = <font color=red>2x^2+8x+11</font>


f(x) = 2x^2+3
f(2) = 2*2^2+3 .... every x replaced with 2
f(2) = 2*4+3
f(2) = 8+3
f(2) = 11
f(x)+f(2) = (2x^2+3) + (11)
f(x)+f(2) = <font color=red>2x^2+14</font>



Extra info:
We can see that
f(x+2) = f(x)+f(2) 
is not a true equation since we ended up with different polynomial results.
In more general terms, f(a+b) = f(a)+f(b) is also not true.
</font>