I have this equation:
$3^x + 4^x = 5^x$, according to fermat theorem, $x <= 2$, so the answer is $2$.
But how can I get to the result through an elementary algebraic procedure?
I have tried many things, but I have not come up with any concrete results, arriving only at:
First try, $log(3^x+4^x) = 3log5$
Second try, $(\frac{3}{5})^x + (\frac{4}{5})^x = 1$
I have also tried to search several programs, such as symbolab, mathway, etc. But, they have not been able to solve it, the only program that has given me an answer is wolframAlpha, but I can not visualize it step by step, thanks in advance.