Question 1188809
Determine if the statement is true or false. If statement is false, make the necessary change(s) to produce a true statement.

If f (x) = 2^x then f(a+b)= f(a)+f(b)
=========================
f(a) = 2^a
f(b) = 2^b
----
f(a+b) = 2^a + 2^b
==================
Sub a+b for x:
f(a+b) = 2^(a+b)
Therefore, it is false.