$$1-(1-1.40*10^{-36})^x \ge 1.09*10^{-9}$$
I want to estimate $x$ such that the probability on the left becomes larger than the probability on the right.
A solution must exist because $1-(1-1.40*10^{-36})^0=0$, $\lim\limits_{n \to \infty} 1-(1-1.40*10^{-36})^n=1$ and the function is continuous.
However Wolfram|Alpha seems to return a wrong result.
Is my reasoning correct? Is there any (practical) way to estimate the result? For my problem would be sufficient to find the order of magnitude of $x$.
You can solve the inequality by logarithming :
We get $1-1.09*10^{-9}\ge (1-1.4*10^{-36})^x$
Taking logarithm gives $$\frac {\log(1-1.09*10^{-9})}{\log(1-1.4*10^{-36})}\le x$$
Note that we divided by a negative number!
GP/PARI gives
$$\frac{log(1-1.09*10^{-9})}{log(1-1.4*10^{-36})}\ =$$ $$778571428995750000308340238.34730623955575580298358$$
So, $x$ must be very large
An excellent approximation of the given value is $\frac {1.09*10^{-9}}{1.4*10^{-36}}$ because for $x \approx 0$ we have $log(1+x)\approx x$. And this is very easy to calculate.