I have found an old Regional Olympiad problem (It is so old that you can call it ancient). Which is as follow:
$N$ is a $50$ digit number (in the decimal scale). All digit except the $26$th digit (From the left) are $1$. If N is divisible by $13$ then find the $26$th digit.
My approach:
I went on the basics, I noticed that\ the number $"111111"$ is divisible by $13$, so $111111111....... (24 times)$ will be divisible by $13$. So, we excluded $24$ $1$'s from the left and simlarily $24$ $1$'s from the right. Now, we are only left with the $25$th and $26$th digit, So will be divided by $13$ iff the combo of $25$th and $26$th digit is divisible by $13$.
Since we know that $25$th digit is $1$ (and we have to find $26$th digit). We get $13|10+a$ and immidiatly we get $a=3$.
The problem is that I m not satisfied with this work myself (Though I have done well, I think :) :)). I just want another solution Or indirectly I want to approach this question differently. Any suggestion is heartily welcome.
Thanks.