I know that $2^x$+$2^x$=$2^{x+1}$ but I can not explain why. Googling returns too much information about the situation involving variable in the base. Can someone explain? A link to a reference would be sufficient. Thanks
2026-03-26 14:17:48.1774534668
On
Addition with variable in exponent
93 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
I think the others hit the nail in the head, however, I would just like to add the following general statement.
$$x^a*x^b=x^{a+b}$$
In our case, we have the expression:
$$2^x+2^x$$ Which can be rewritten as the equivalent expression:$$2(2^x)$$
Notice that we can apply our general statement to this as follows: $$2^1*2^x$$
Hence, you just "add" the exponents together to get $2^{x+1}$.
$2^x+2^x=2\cdot 2^x=2^{x+1}$.