Let $N$ be a $56$-digit number with all the digits same except the $32$nd digit from the right which is a different one. If $N$ is divisible by $13$, then which digits can never be the units digit of $N$?
I tried to approach this question with the help of divisibility rules available for $13$ but I was not able to figure out the solution for this. Can someone please explain the way to solve this?
Update : As many of you guys are helping with the solution and thanks for that...I am just putting down the answer over here... the correct answer is 4 and 7.
Let $N$ have digit $a$ $55$ times and digit $b$ once at $32$nd place from right.
Now $13$ divides any block of six same consecutive digits $$13 \mid a\cdot 111111 \cdot 10^m \quad , \quad m \in \{0,1,2,\ldots\} $$
There are five blocks of $aaaaaa$ before $31$st digit and four blocks of $aaaaaa$ after $32$nd digit. So $13$ divides $N$ iff $13$ divides the remaining two digit number formed by $32$nd and $31$st digits. $$13 \mid ba$$
Looking at two-digit multiples of $13$, $a$ cannot be $0,4,7$.