The problem asks us to find how many trailing zeroes there are in decimal representation of $11^{50}-1$. I really don't know how to "attack" this problem. There is a tip that I should try using binomial theorem, but:
$$(1+10)^{50}=\sum_{i=0}^{50}\binom{50}{i}10^i$$
does not look like anything helpful. So how should I use binomial theorem to get something useful?