$$3^{x-1}+3^{x-2}+3^{x-3}=3159$$
Another exponential equation I'm having a hard time with, the answer is given and equals to : $8$. I'm absolutely sure I'm making a wrong step somewhere along the way. Any help is appreciated.
EDIT:
$$3^{x-3}(\frac{1}{8}+\frac{1}{243}+1)=3159$$
This is where I'm now. If this is correct, it should pretty simple from here on. But I just don't seem to reach 8 as the final answer.
You could use $3^{x-1} = 9 \cdot 3^{x-3}$ and $3^{x-2} = 3 \cdot 3^{x-3}$ to get
$$3^{x-1}+3^{x-2}+3^{x-3} = 3^{x-3} (9 + 3 + 1) = 3^{x-3} \cdot 13 = 3159$$
Dividing both sides by $13$ gives
$$3^{x-3} = 243 = 3^5$$
So then $x - 3 = 5$ or equivalently $x = 8$.