I was doing a probability question where it was required to find out the least integral value of n with $$f(n)=\left(\frac 9 {10}\right)^n<\frac{1}{2}$$
A little calculation(by calculator of course) yields $\min(n)=7$.
as:
- $f(5)=0.59$
- $f(6)=0.53$
- $f(7)=0.43$
My question is there a good way to approximately tell which integer $n$ can be without computational software and log tables (even $\log 2,\log 3$ etc.)vCalculus seems to be an unlikely option
Rewrite what you want as
$$2\approx\left(10\over9\right)^n=\left(\left(1+{1\over9}\right)^9\right)^{n/9}\approx e^{n/9}$$
If you allow yourself to know that $\ln2\approx0.7$ (which is the basis for the "Rule of $70$" described in Rivers McForge's answer), then you get $n\approx9\ln2\approx6.3$, which accords with what you found.