As the title says, I want to know how to solve this equation. Just cannot find a way
I want to know how much % profit someone has to make EVERY MONTH in average from a stock within $4$ months, to double the money. In other words: I have to make r % profit on every single month of the 4 month to double (r=100%) the money.
The underlying problem is that you've got the wrong equation.
If you make a profit of $r$% after each month, and started with $n$, then after one month, you'd have $n\left(1+\frac{r}{100}\right)$, after two months, $n\left(1+\frac{r}{100}\right)^2$, and in general, after $m$ months:
$$n\left(1+\frac{r}{100}\right)^m$$
When $m=4,$ you want to have $2n$, so you want:
$$\left(1+\frac{r}{100}\right)^4=2$$
which yields:
$$r=100(\sqrt[4]2-1)\approx 18.92$$