This investigation looks at numbers that are divisible by 11, in particular exploring the patterns in the digits of these numbers.
Two-digit numbers that are divisible by 11 are easy to spot:
11, 22, 33, 44, 55, 66, 77, 88 and 99
However, three (or more) digit numbers that are divisible by 11, such as 319 and 28347, are harder to spot.
One method for testing if a number is divisible by 11 involves first calculating its alternating-digit sum, as follows:
(1st digit) - (2nd digit) + (3rd digit) - (4th digit) + ...
The 1st digit is the one farthest to the left
Digits are read from left to right
Alternating means the signs change from - to +
The first operation is always a subtraction, -
If the alternating-digit sum is a multiple of 11, then the original number is divisible by 11. The multiple of 11 can be:
positive, e.g. 11, 22, ...
negative, e.g. -11, -22, ...
or zero, 0
For example, to test if 319 is divisible by 11:
3 - 1 + 9 = 11
This is a multiple of 11, so 319 is divisible by 11.
Complete the table below. Parts of the table have been completed for you.
Number | Alternating digits | Sum | Multiple of 11? |
---|---|---|---|
573 | 5-7+3 | 1 | No |
253 | 2-5+3 | 0 | Yes |
18095 | 1-8+0-9+5 | -11 | Yes |
8184 | |||
50021 | |||
91949 | |||
1-9+0-9+1-6 |
Did this page help you?