Ordinary method consists in studying the function y=(5^x)-(2x+1)
This shows that two roots exist (one of them is obvious).
Drawing the graph of the function allows to obtain a first approximate of the second root.
Then, numerical computation leads to the value of the root, as accurate as we want. There are a lot of numerical methods : Newton-Raphson and many other...
Analytical solving is outside the scope of ordinary methods. It requires the use of a special function : the Lambert W function.