I was trying to solve a variety of exponential equations and I came across such equations and I am unable to solve it by the regular "taking log" method, so how do I solve such equations? (Well I know we can use hit and trial method and it comes out to $1$). But is there any proper defined method/algorithm that is used to solve such equations?
Similar type equations:
$2^x + 3^x + 5^x - 10 = 0$
$2^{2x} - 4^x$
Once you have identified an obvious solution, you can prove that there are no others by studying the sign of the derivative. Here $$f'(x)=\ln(2)2^x+\ln(3)3^x$$ is positive on $\Bbb R$, therefore there is only one solution, $x=1$ as you found.
When the solution is not obvious, there is in general no systematic way to find one. You have to study it case by case and possibly do a numerical approximation.