Difference between sum of odd and even position digits divisible by 11. Example:
4+2=6,6−6=0 ⇒462 divisible by 11
Note: Always work.
n≡(sumofodd−positiondigits−sumofeven−positiondigits)(mod11)n≡(sum ofodd-positiondigits-sumofeven-positiondigits)(mod11)n≡(sum of odd-position digits−sum of even-position digits)(mod 11)
Check 2728:
So 2728 is divisible by 11.
0 Comment(s)