Divisibility Rules
Contributed by Mickey Sheu of Naperville North High
School. Edited by Ian Yap and Abe Hassan and Scott Halvorson
Divisibility By Seven
- Take the last digit off of the number.
- Double this digit.
- Subtract this new number from the rest of the original number.
- Keep repeating until you get to a point when you cannot go further.
- If this number is divisible by seven, then so is the original number.
Example:
- Number: 12345
- Take off 5, double it to get 10, and subtract: 1234 - 10
- Result: 1224
- Take off 4, double it to get 8, and subtract: 122 - 8
- Result: 114
- Take off 4, double it to get 8, and subtract: 11 - 4
- Result: 3
- Since three is obviously indivisible by seven, 12345 is also not divisible by seven.
Proof: All you are doing is subtracting 21*the last digit, preserving the remainder.
Divisibility By Eleven
- Take the last digit off of the number.
- Subtract this number from the rest of the original number.
- Keep repeating until you get to a point when you cannot go further.
- If this number is divisible by eleven, then so is the original number.
Example:
- Number: 12345
- Take off 5 and subtract: 1234 - 5
- Result: 1229
- Take off 9 and subtract: 122 - 9
- Result: 113
- Take off 3 and subtract: 11 - 3
- Result: 8
- Since eight is obviously indivisible by eleven, 12345 is also not divisible by eleven.
Proof: All you are doing is subtracting 11*the last digit, preserving the remainder.
And now, an addition to Divisibility by Eleven (an alternate method):
-
Add and subtract every other digit, going from left to right.
-
If the end result is divisible by 11, then so is the original number.
Example:
-
Number: 36,948,216,437
-
Add and subtract: 3 - 6 + 9 - 4 + 8 - 2 + 1 - 6 + 4 - 3 + 7 = 11
-
Since 11 is obviously divisible by 11, then so is 36,948,216,437 (3,358,928,767 * 11).