answersLogoWhite

0


Best Answer

To be divisible by 2 the last digit must be even, ie one of {0, 2, 4, 6, 8};

For example 1234567: The last digit is 7, which is not one of these so it is not divisible by 2.

To be divisible by 3, sum the digits of the number and if this sum is divisible by 3, then the original number is divisible by 3.

As the test can be repeated on the sum, repeat the summing until a single digit remains; only if this number is one of {3, 6, 9} is the original number divisible by 3.

For example 1234567:

1234567 → 1 + 2 + 3 + 4 + 5 + 6 + 7 = 28

28 → 2 + 8 = 10

10 → 1 + 0 = 1

1 is not one of {3, 6,9} so 1234567 is not divisible by 3.

To be divisible by 4, add twice the tens digit to the ones digit; if this sum is divisible by 4, then so is the original number.

As the test can be repeated on the sum, repeat the summing until a single digit remains; only if this number is one of {4, 8} is the original number divisible by 4.

For example 4562364:

→ 2×6 + 4 = 16

→ 2×1 + 6 = 8

8 is one of {4, 8} so 4562364 is divisible by 4.

To be divisible by 5, the last digit must be one of {0, 5}.

For example: 48250

The last digit is 0 which is not one of {0, 5} so it is divisible by 5.

To be divisible by 6, the number must be divisible by both 2 and 3; apply the tests for both of these.

for example: 346734

Last digit is 4, which is even (one of {0, 2, 4, 6, 8}) so 346734 is divisible by 2

346734 → 3 + 4 + 6 + 7 + 3 + 4 = 27

27 → 2 + 7 = 9

9 is one of {3, 6, 9}, so 346734 is divisible by 3

346734 is divisible by both 2 & 3 → 346734 is divisible by 6

There is no real check for 7 which is not much slower than just dividing by 7 to see if there is no remainder. One check:

Write the digits in blocks of 3 starting from the right hand end (like you would for reading the number):

in each block of 3 add twice the first digit to three times the second digit to the third digit.

Alternately subtract and add the blocks starting from the right hand end of the number.

If the result is divisible by 7, then so is the original number.

For example: 15,838,874

15,838,874 → 2×0 + 3×1 + 5, 2×8 + 3×3 + 8, 2×8 + 3×7 + 4

→ 8, 33, 41

→ 41 - 33 + 8 = 16

16 is not divisible by 7, so 15,838,874 is not divisible by 7.

To be divisible by 8, add four times the hundreds digit to twice the tens digit to the ones digit; if this sum is divisible by 8, then so is the original number. As the test can be repeated on the sum, repeat the summing until a single digit remains; only is this number is 8 is the original number divisible by 8.

For example: 34689312572

→4×5 + 2×7 + 2 = 36

36 → 4×0 + 2×3 + 6 = 12

12 → 4×0 + 2×1 + 2 = 4

4 is not 8 so 34689312572 is not divisible by 8.

To be divisible by 9, sum the digits of the number and if this sum is divisible by 9, then the original number is divisible by 9.

As the test can be repeated on the sum, repeat the summing until a single digit remains (this single digit is called the digital root of the number); only if this number is 9 is the original number divisible by 9.

For example 85423479674

85423479674 → 8 + 5 + 4 + 2 + 3 + 4 + 7 + 9 + 6 + 7 + 4 = 59

59 → 5 + 9 = 14

14 → 1 + 4 = 5

5 is not 9 so 85423479674 is not divisible by 9.

To be divisible by 10, the last digit must be 0

For example: 346759056; the last digit is 6 which is not 0, so it is not divisible by 10.

To be divisible by 11, alternately subtract and add the digits of the number from the right hand end; only if this sum is divisible by 11 (or is 0) is the original number divisible by 11.

For example: 4690263597

4690263597 → 7 - 9 + 5 - 3 + 6 - 2 + 0 - 9 + 6 - 4 = -3

-3 is not divisible by 11, so 4690263597 is not divisible by 11.

To be divisible by 12, the the number must be divisible by both 3 and 4; apply the tests for both of these.

for example: 3467343564

3467343564 → 3 + 4 + 6 + 7 + 3 + 4 + 3 + 5 + 6 + 4 = 45

45 → 4 + 5 = 9

9 is one of {3, 6, 9} so 3467343564 is divisible by 3

64 → 2×6 + 4 = 16

16→ 2×1 + 6 = 8

8 is one of {4, 8} so 3467343564is divisible by 4

→ 3467343564is divisible by both 3 and 4, so 3467343564 is divisible by 12

User Avatar

Wiki User

βˆ™ 7y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the divisibility rules for 2 through 12?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the 2-10 divisibility rules?

12


What divisibility rules were combined to make the divisibility rule of 36?

You have to use the rules of 4 and 9 Using the rules of 2 and 18 won't work because the smallest common multiple of 2 and 18 is 18 not 36. 3 and 12 won't work either because the smallest common multiple of 3 and 12 is 12 not 36. However 4 and 9 does work because their biggest common divisor is 1 so multiplying them works. The biggest common divisor of 2 and 18 is 2 and the biggest common divisor of 3 and 12 is 3


Who invented the divisibility rules?

The divisibility rules were not invented by a single individual, but rather developed over time by mathematicians through observation and exploration of number patterns. The rules for divisibility by 2, 3, 5, and 10 can be traced back to ancient civilizations such as the Egyptians and Greeks. The more complex rules for divisibility by numbers like 7, 11, and 13 were further refined by mathematicians in the Middle Ages and beyond. These rules are now fundamental concepts in elementary number theory.


What numbers 2 3 5 9 divides into 123456789 evenly using divisibility rules?

3 and 9. And they divide into 123456789 whether or not you use divisibility rules!


What are the divisibility rules to determine if 634 is divisible by 2?

Any even number is divisible by 2.


What is a divisibility rule for 5?

If the rules for 2 and 3 work, the number is divisibale by 5.


What are the divisibility rules from 1-25?

26


How divisibility rules can help you find the prime factorization?

Suppose you were trying to find the prime factorization of 123. You know that half of the divisors will be less than the square root. Since the square root is between 11 and 12, you only need to test 2, 3, 5, 7 and 11 as prime factors. If you know the rules of divisibility, you already know that 2 and 5 aren't factors and 3 is. It saves time.


What divisibility rules can be used to find the factor pairs of 80?

Those for 1, 2, 4, 5 and 8.


What does it means to use the divisibility rules to find factor pairs for eighty?

Factors are divisors. If you know the divisibility rules, you know that 80 is divisible by 1, 2, 4, 5 and 8. If you divide 80 by those numbers, you find the other half of the factor pairs.


What are the divisibility rules for the number two?

Any multiple of two must end in 0, 2, 4, 6 or 8.


What are the rules to divisibility by 3 rules?

If the digits of a number add up to a number divisible by three, it's divisible by three. Ex. Is 4,895 divisible by 3? 4+8+9+5=26 26 is not divisible by 3 No. Is 246 divisible by 3? 2+4+6=12 12 is divisible by 3 Yes!