Monday, February 11

Learn Divisibility Tests


Divisibility tests means that to discover a number is divisible by a particular number (divisor) without perform the division operation. The rules shown below are used to translate a given number into a normally smaller number while preserve divisibility by the divisor. There are divisibility test for numbers in any radix, and they are all dissimilar, we represent rules simply for decimal numbers below. In this article we shall learn about divisibility tests rules with examples.

Divisibility tests rules

To learn a number is divisible by 2:

The number is end with even number (that is 0,2,4,6) the number are divisible by 2.

To learn a number is divisible by 3:

The sum of the digit is multiple of 3. The given number is divisible by 3.

To learn a number is divisible by 4:

The numbers are formed by the final pairs of digits is divisible by 4.

Example:

4672 => 72 ÷ 4 = 18

So 4672 ÷ 4 = 1168

A number is divisible by 8:

The numbers are formed by the final three digits are equally divisible by 8.

Example:

53,104 => 104 ÷ 8 = 13

So 53,104 ÷ 8 = 6638

To learn a number is divisible by 9:

The sum of the digits is a multiple of 9.

Example: 3,726

3,726 => 3 + 7 + 2 + 6 = 18

Since 18 = 9 × 2,

Then 3,726 ÷ 9 = 414

To learn a number is divisible by 6:

The numbers satisfy the rule for 2 and 3; that is, first it must be an even number, then a digit sum is a multiple of 3.

To learn a number is divisible by 12:

The numbers satisfy the rules for 3 and 4; that is, the digit sum is a multiple of 3, and its final digit pair is a multiple of 4.

Divisible tests practice problem

Problem1:

Check whether the given number 4652 is divisible by 4

Answer:

4652 => 52 ÷ 4 = 18

So 4672 ÷ 4 = 1163 therefore the given number is divisible by 4.

Problem2:

Check whether the given number 53112 is divisible by 8

Answer:

53,112 => 112 ÷ 8 = 14

So 53,112 ÷ 8 = 6639 therefore the given number is divisible by 8.

No comments:

Post a Comment