This question is from Advanced problems in mathematics for jee . I got it as a challenging question.
I tried it in this way 50 log x base 10 = x But there seemed no solution for it as per my level.
**Please don't do it based on option. I want solution as if there was no option given **
The solution is 100. Just write the equation:
$$x=50\log x$$
For $x=1$ you have $1=50\times 0$ which is false.
For $x=10$ you have $10=50\times 1$ which is false.
For $x=100$ you have $100=50\times 2$ which is true.
For $x=1000$ you have $1000=50\times 3$ which is false.
If you don't want to check the options the general way to solve this equation is:
$x=50\frac {\ln x} {\ln 10}$
$\frac x {\ln x}=\frac {50} {\ln 10}$
$\frac {\ln x} x=\frac {\ln 10} {50}$
$e^{-\ln x}\ln x=\frac {\ln 10} {50}$
$-e^{-\ln x}\ln x=-\frac {\ln 10} {50}$
Now you apply Lambert's W function which is defined as $W(z)e^{W(z)}=z$
$-\ln x=W(-\frac {\ln 10} {50})$
$$x=e^{-W(-\frac {\ln 10} {50})}$$
Which is equal to $100$