Solve for x in the equation: $3^x + 9^x = 27^x$
Via calculator, the x is = 0.438 which is correct as it is in the choices. However I want to know how to solve it manually, hence the question.
I'm stuck at : $3^x + 3^{2x} = 3^{3x}$
I don't know what to do next. Any help would be appreciated.
When there is something in common across an expression, such as $3^x$ is here, it is helpful to think of that quantity as a "sub-expression". Starting with
$$3^x+3^{2x}=3^{3x}\\ 3^x+(3^x)^2=(3^x)^3$$
the next step would be to create that sub-expression as $y=3^x$, thus giving $y+y^2=y^3$. $y=0$ is not viable as $3^x=0$ does not have a solution for real $x$, so then we must solve $1+y=y^2$ (getting $y=\frac {1\pm\sqrt 5}2$, only one value of which is viable...) and substitute in reverse to get a value for $x$, as $x=\log_3y$. $y=\frac {1-\sqrt 5}2$ is not viable since the value is negative and there are again no real solutions for $3^x=y$, so the answer is $x=\log\frac{1+\sqrt 5}2=\log(1+\sqrt 5)-\log 2$.