Generally, when solving a logarithmic equation with a linear term (i.e. the equation contains x and log(x)), if you can re-arrange the formula to get something in the form of x = A * log(x), where A is some constant, you can solve the problem via iteration. Iteration means you plug in a guess to the right side of the equation (containing log(x)), then compute a new value for x. Repeat until the solution converges to a particular accuracy.