I found this question online: Solve for $x$, given $6^x + 4^x =9^x$. A straighforward but unsatisfactory estimation can be obtained by graphing the two lines (on Desmos, say) and reading out the result of the intersection.
Is there a more beautiful solution to this equation that one can arrive at without a graphing calculator? And is there a general solution to $a^x + b^x =c^x$ for $x\in\mathbb{R}$ and $a, b, c \in\mathbb{N}$?
Dividing by $9^x$ gives you the equation $$(2/3)^x + (4/9)^x = 1,$$ and letting $y = (2/3)^x$, this is the quadratic equation $$y^2 + y = 1,$$ with unique positive solution $y = \frac{\sqrt{5} - 1}{2}.$ Taking logarithms gives you $x$.
This solution would not be nearly as nice for general $a,b,c.$