|
which we can rearrange so that similar digits are grouped in pairs.
| 5 |
0 |
0 |
+ |
| |
5 |
0 |
- |
| |
7 |
0 |
+ |
| |
|
7 |
- |
| |
|
3 |
+ |
| 3 |
0 |
0 |
- |
| |
|
|
|
| 2 |
1 |
6 |
|
or (500-50) + (70-7) + (3-300) = 216
Now each term of this sum is of the form
i10m – i10n
where I is the digit and
m and
n are whole numbers. For
example the first term is 5´102
- 5´101.
We can take I
out as a factor and rewrite the term as
I(10m –
10n)
and then, assuming that
m >
n,
we can take out 10n
as a factor as well (noting that 10m/10n = 10(m-n))
giving
i10n(10(m-n)
– 1)
Now 10(m-n)
is an integer power of 10 (10, 100, 1000 etc) and if we subtract 1 from any
integer power of 10 we get a string of nines (0, 9, 99, 999 etc), which of
course is divisible by 9. So the contents of the bracket must be divisible
by 9, and as the factor outside the bracket is an integer, the entire
expression must be divisible by 9.
So we can see that when we subtract an anagram of a
number from the number itself, we can write the answer as a sum of terms
each of which is divisible by 9. It follows that the whole answer must also
be divisible by 9.
|