How many numbers of $8$ digits and $9$ digits are there which are multiples of $11$?
Is there any way to solve this without brute-forcing?
I am trying to use the divisibility property of $11$ which is difference of the sum of even placed digits and the odd positioned digits is either $0$ or a multiple of $11$ but can't really see a solution yet.