I have to solve equations of this kind to $x$:
$3^{2x-1} + 1 = 28 \cdot 3^{x-2}$
I don't get the trick to eliminate the $+1$ in the equation. Can someone show me how I can solve this? Thanks!
I have to solve equations of this kind to $x$:
$3^{2x-1} + 1 = 28 \cdot 3^{x-2}$
I don't get the trick to eliminate the $+1$ in the equation. Can someone show me how I can solve this? Thanks!
If we set $$y = 3^{x-2} \implies y^2 = 3^{2x-4} = \frac{1}{27}3^{2x-1},$$ We can see that
$$3^{2x-1} + 1 = 28 \cdot 3^{x-2}$$ $$\implies 27y^2 + 1 = 28y$$ $$\implies 27y^2 - 28y + 1 = 0$$ $$\implies (27y-1)(y - 1) = 0$$ $$\implies y = \frac{1}{27} \vee y = 1$$ $$\implies 3^{x-2} = \frac{1}{27} \vee 3^{x-2} = 1$$ $$\implies x = -1 \vee x = 2.$$