Without using a calculator how to solve $x^x = 100$ ? A way of finding an approximation to 2 decimals would be good neough.
I know about the Lmabert W function but one cannot compute it mentally. This is why I believe my question not to be a duplicate.
If you know that $\log2\approx0.3$ and $\log3\approx0.48$ (where "$\log$" is log base $10$), then you can show that
$$\begin{align} \log(3.6^{3.6}) &=3.6\log(3.6)=7.2(\log2+\log3)-3.6\\ &\approx7.2\cdot0.78-3.6\\ &=0.001((75-3)(75+3))-3.6\\&=0.001(75^2-9)-3.6\\ &=0.001(5625-9)-3.6\\ &=5.616-3.6=2.016\\ &\approx2 \end{align}$$
Note the "trick" $(a5)^2=(a(a+1))25$ for squaring $75$ (i.e., $56=7\cdot8$).
Remark: $\log2\approx0.3$ comes from $2^{10}=1024\approx10^3$. The estimate for $\log3$ can be obtained with a bit a rounding from $3^4\approx80$.