Any digit of the form ABC... can be written as
10^n A + 10^(n-1) *B + ....
Rearrange the digits and the only thing that changes is the coefficients of A, B, C etc.
Subtract them and you'll get a number whose value is
∑ (10^n - 10^m) * Xi
where Xi = A, B, C ...
You can verify that 10^n - 10^m is divisible by 9 for all n and m, because in both cases the digital sum is 1 so the digital sum of the differerence is 0 or 9.
So the difference between the original two numbers is the sum of a bunch of terms which are individually divisble by 9, hence is divisible by 9.
eg 374 and 437
374 = 3*100 + 7*10 + 4
437 = 4*100 + 3*10 + 7
437 - 374 = 4*(100 -1) + 3*(10 - 100) + 7*(1 - 10)
= 4*99 - 3*90 - 7*9
= 9*k
2007-11-16 03:06:36
·
answer #1
·
answered by Dr D 7
·
1⤊
0⤋
This is one of the quirks about the number nine. another quirk is that if the digits of any number add up to 9, then it is divisible by 9, An example would be 267408 is divisible by 9, because:
267408 = 27, and 2+7 = 9
2007-11-16 11:14:47
·
answer #2
·
answered by zonedweapon 2
·
0⤊
0⤋
Interesting observation.
You can use this information to amaze and astound your friends, such as:
Take your birthdate, as MMDD or MMYY (or any such combination), if the month is 2 digits, remove the first digit, then rearrange the numbers, then subtract the two numbers, then add up the digits. As long as the number is bigger than 10, continue adding the digits until you have a single-digit number. I guess that the special number for your birthdate is (TA-DAH) NINE!
Voila!
Numbers ARE interesting and fun to play with.
Try multiplying 37 times any multiple of 3 (37*3, 37*6, 37*9, etc.)
2007-11-16 11:15:07
·
answer #3
·
answered by no1home2day 7
·
0⤊
0⤋
e.g. 374 and 437
374 = 3*100 + 7*10 + 4
437 = 4*100 + 3*10 + 7
437 - 374 = 4*(100 -1) + 3*(10 - 100) + 7*(1 - 10)
= 4*99 - 3*90 - 7*9
= 9*k
this formula rele does work pick him
and it works because when you do teh subtractions of the seperate parts you end up with three numbers that are the same as taking eaach seperate part of a number
2007-11-16 13:59:25
·
answer #4
·
answered by stuartelliott797 2
·
0⤊
0⤋
Not a proof, but an example.
Take a three-digit number... abc
Rearrange the digits........... bca
The first number has value 100a + 10b + c
The second number has value 100b + 10c + a
Now look at their difference
100a + 10b + c - 100b - 10c - a
100a - a + 10b - 100b + c - 10c
99a - 90b -9c
Since you can factor a 9 out of the result, the result is divisible by 9.
2007-11-16 11:10:16
·
answer #5
·
answered by jgoulden 7
·
0⤊
0⤋
whenever the digits add up to 9 or anything divisible by nine, the number is divisible by nine. Both of the rearranged numbers will be divisible by 9 for this reason. Also, whenever you take one number divisible by nine from another, it WILL be divisible by nine.
2007-11-19 16:20:05
·
answer #6
·
answered by vidishido 3
·
0⤊
0⤋
A 3 digit number can be represented as
100h +10t +u
If you reverse the digits, the number is 100u +10t +h.
Subtracting gives 99h -99u = 9(11h -11u) which is clearly divisible by 9.
This can be extended to a number of any number of digits.
2007-11-16 11:12:48
·
answer #7
·
answered by ironduke8159 7
·
1⤊
0⤋
Dr D is over my head. I think of it this way: Every number you move from 10s to units (eg, 10 to 01), you subtract 10 and add 1, you've decreased by nine. Go the other way and you add nine. 10s and 1s are replacing each other. Works the same with 100s and 10s, you always change by 90.
2007-11-16 11:11:46
·
answer #8
·
answered by Baccheus 7
·
1⤊
0⤋
I would also add (for completion purpose) to doctor D stuff that for the last part , you should prove it by using modulo mathematics, which I don't have time to do right now :(.
2007-11-16 11:21:46
·
answer #9
·
answered by Anonymous
·
0⤊
0⤋