I seem to be stuck with the following equation right here: $$2^x + 2^{x+1} = 3^{x+2} + 3^{x+3}$$
2026-05-05 20:23:12.1778012592
On
Equation with different bases (exponential)
1.1k Views Asked by user295683 https://math.techqa.club/user/user295683/detail At
4
There are 4 best solutions below
0
On
Note that $2^x+2^{x+1}=2^x+2\cdot 2^x=3\cdot 2^x$.
Similarly, $3^{x+2}+3^{x+3}=9\cdot 4\cdot 3^x$.
So our equation can be rewritten as $3\cdot 2^x=9\cdot 4\cdot 3^x$, or equivalently $(3/2)^x=1/12$, which can be solved using logarithms.
Notice, $$2^x+2^{x+1}=3^{x+2}+3^{x+3}$$ $$2^x+2\cdot 2^x=3^2\cdot 3^x+3^3\cdot 3^x$$ $$2^x+2\cdot 2^x=9\cdot 3^x+27\cdot 3^x$$ $$3\cdot 2^x=36\cdot 3^x$$ $$\frac{3^x}{2^x}=\frac{1}{12}$$
$$\left(\frac{3}{2}\right)^x=\frac{1}{12}$$ $$x\ln\frac{3}{2}=-\ln 12$$ $$\bbox[5pt, border:2.5pt solid #FF0000]{\color{blue}{x=-\frac{\ln 12}{\ln(3/2)}}}$$ $$