Find least integral value of n such that $$\left(\frac{\root \of 5+1}{2}\right)^n > 100$$
I want to solve this without the use of a calculator or logarithmic tables. I tried using AM-GM, such that the "lesser than" side is equal to $100$. $$\left(\frac{\root \of 5+1}{2}\right)^n > 5^{\frac{n}{4}}$$ Now $5^\frac{n}{4} = 100$. Again, same issue, I am unable to solve this without log tables.
Here's a slightly entertaining way to do it - perhaps not what's intended!
Binet's formula says that the $n$th Fibonnaci number is given by
$$F_n = \frac{1}{\sqrt{5}}(\varphi^n - \psi^n)$$ where
$\varphi = \frac{1}{2}(1 + \sqrt{5})$ and $\psi = \frac{1-\sqrt{5}}{2}$. Since $|\psi| < 1$, we can approximate $F_n \approx \frac{1}{\sqrt{5}} \varphi^n$, with an error $< 1$.
So we're reduced to finding the least $n$ such that $F_n > 100/\sqrt{5}$, which is about $45$, again to the nearest integer. This is then an easy task - $n = 10$.