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