The problem is to prove for the function: $$ f(x) = 3^x+4^x-5^x$$ has only one root.
I know it isn't a hard problem, but I am really stuck on it so I would appreciate your help. I have calculated the derivative and calculated it to zero:
$$ f'(x)=3^x\ln(3)+4^x\ln(4)-5^x\ln(5)=0.$$ Dividing by $5^x\ln(5)$, we have $$\frac{3}{5}^x\ln(\frac{3}{5}) + \frac{4}{5}^x\ln(\frac{4}{5}) = 1 $$
Then I see no clear continuation.