Easier divisibility rule for 11:
if absolute value of ((1st digit + 3rd digit + 5th digit + ....) - (2nd digit + 4th digit + 6th digit + ...)) = 0 or anything divisible by 11,
then the number is divisible by 11.
Example:
Is 43956 divisible by 11?
(4 + 9 + 6) - (3 + 5) = 19 - 8 = 11 <--- divisible by 11.
So 43956 is divisible by 11.
Is 10293583762 divisible by 11?
(1 + 2 + 3 + 8 + 7 + 2) - (0 + 9 + 5 + 3 + 6) = 23 - 23 = 0
So 10293583762 is divisible by 11.