Prove that for any given positive integer $n$,there exists a Fibonacci number divisible by $10^n$.
Another application of pigeon hole principle,and the main problem is finding the holes and pigeons.If we consider $10^n+1$ consecutive Fibonacci numbers,we can NOT claim that one of them is certainly divisible by $10^n$,but of course two of them have equal remainders mod $10^n$.
I DO KNOW this question has an elementary solution using pigeon hole principle,although the older question asked for $n=2014$ has received many advanced solutions.