I want to ask: what are the characteristics of numbers divisible by 11?

I want to ask: what are the characteristics of numbers divisible by 11?

Add a number from the right to the left, and then calculate the difference between the odd and even digits. If the difference is a multiple of 11 (including 0), then the original number must be divisible by 11
For example, judge whether 491678 can be divided by 11
- → sum of odd digits 9 + 6 + 8 = 23
- → sum of even digits 4 + 1 + 7 = 12 23-12 = 11
Therefore, 491678 can be divided by 11
This method is called odd even difference method
In addition to the above methods, we can also use the cut subtraction method to judge. That is: subtract 10 times, 20 times, 30 times of 11 from a number If the remainder can be divided by 11, then the original number must be divided by 11
Another example: judge whether 583 can be divided by 11
If you subtract 50 times of 11 from 583 (583-11 × 50 = 33), the remainder is 33. 33 can be divided by 11 and 583 can be divided by 11
(1) The characteristics of 1 and 0 are as follows
1 is the divisor of any integer, that is, for any integer a, there is always 1|a
If 0 is a multiple of any non-zero integer, a ≠ 0 and a is an integer, then a | 0
(2) If the last bit of an integer is 0, 2, 4, 6 or 8, then the number can be divided by 2
(3) If the sum of the numbers of an integer can be divided by 3, then the integer can be divided by 3
(4) If the last two digits of an integer can be divided by 4, then the number can be divided by 4
(5) If the last bit of an integer is 0 or 5, the number can be divided by 5
(6) If an integer can be divided by 2 and 3, then the number can be divided by 6
(7) If the number of digits of an integer is truncated, and then 2 times of the number of digits is subtracted from the remaining number, if the difference is a multiple of 7, then the original number can be divided by 7. If the difference is too large or it is difficult to see whether it is a multiple of 7 by mental arithmetic, the above process of "truncation, multiplication, subtraction and difference checking" needs to be continued until it can be clearly judged, The process of judging whether 133 is a multiple of 7 is as follows: 13-3 × 2 = 7, so 133 is a multiple of 7; for example, the process of judging whether 6139 is a multiple of 7 is as follows: 613-9 × 2 = 595, 59-5 × 2 = 49, so 6139 is a multiple of 7, and so on
(8) If the last three digits of an integer can be divided by 8, then the number can be divided by 8
(9) If the number sum of an integer can be divided by 9, then the integer can be divided by 9
(10) If the last bit of an integer is 0, the number can be divided by 10
(11) If the difference between the sum of odd digits and the sum of even digits of an integer can be divided by 11, then the number can be divided by 11. The multiple test method of 11 can also be processed by the "tail cutting method" of check 7. The only difference in the process is that the multiple is not 2, but 1!
(12) If an integer can be divided by 3 and 4, then the number can be divided by 12
(13) If the number of one digit of an integer is truncated, and then four times of the number of one digit is added to the remaining number, if the difference is a multiple of 13, then the original number can be divided by 13. If the difference is too large or it is difficult to see whether it is a multiple of 13 by mental arithmetic, we need to continue the above process of "truncation, multiplication, addition and difference checking" until we can make a clear judgment
(14) If the number of one digit of an integer is truncated, and then five times of the number of one digit is subtracted from the remaining number, if the difference is a multiple of 17, then the original number can be divided by 17. If the difference is too large or it is difficult to see whether it is a multiple of 17 by mental arithmetic, we need to continue the above process of "truncation, multiplication, subtraction and difference checking" until we can make a clear judgment
(15) If the number of one digit of an integer is truncated, and then two times of the number of one digit is added to the remaining number, if the difference is a multiple of 19, then the original number can be divided by 19. If the difference is too large or it is difficult to see whether it is a multiple of 19 by mental arithmetic, we need to continue the above process of "truncation, multiplication, addition and difference checking" until we can make a clear judgment
(16) If the difference between the last three digits of an integer and the preceding number of 3 times can be divided by 17, then the number can be divided by 17
(17) If the difference between the last three digits of an integer and the preceding number of 7 times can be divided by 19, then the number can be divided by 19
(18) If the difference between the last four digits of an integer and the first five times of the number separated can be divided by 23 (or 29), then the number can be divided by 23