Your number is of the form:
abcabc
Written algebraically, you have.
1000 * 'abc' + 'abc'
1000 'abc' + 1 'abc'
(1001) 'abc'
In other words, the combined number 'abcabc' is 1001 times the value of 'abc'.
If you check, you'll find that 1001 is evenly divisible by 13 (and 7 and 11).
2007-01-19 13:02:31
·
answer #1
·
answered by Puzzling 7
·
4⤊
1⤋
You can split up any number into multiples of 10. For example, 549 = 500 + 40 + 9.
So a six digit number like that is going to have the value of
a*10^5 + b*10^4 + c*10^3 + a*10^2 + b*10 + c
Combining like terms, you get
a(10^5 + 10^2) + b*(10^4 + 10) + c*(10^3 + 1)
Factor out some powers of 10 and you get:
a(10^2)(10^3 + 1) + b(10)(10^3 + 1) + c*(10^3 + 1) =
(10^3 + 1) * (a(10^2) + b(10) + c)
So the number is always a multiple of (10^3 + 1), or 1001. 1001 is a multiple of 13, therefore the entire number is always a multiple of 13, regardless of the values of a,b, and c.
2007-01-19 13:15:38
·
answer #2
·
answered by Anonymous
·
1⤊
1⤋
Any 3-digit number XYZ can be written as A*13 + B (where B is 0 when it is a multiple of 13).
Now, if you make a new 6-digit number as you've described, then this number is actually
(A*13+B)*1000 + A*13+B
because you're basically multiplying XYZ by 1000 and adding to itself to the product.
Simplifying, the above can be written as
A*(13000+13) + B*(1000 + 1)
or
A*130013 + B*1001
Now, 130013 is a multiple of 13 (it is 1001*13)
And 1001 is a multiple of 13; it is (13*77)
Therefore, we can write the above as
(A*1001 + B*77)*13, which is a multiple of 13.
Since we didn't make any assumptions about A and B, this should apply to all 3-digit numbers.
2007-01-19 13:12:23
·
answer #3
·
answered by don.giovanni 3
·
0⤊
2⤋
Let the 3 digit number be abc.
Repeated yo uget abcabc which equals abc=1001.
1001=7*11*13 so any number of the form abcabc is divisible by 7, 11 & 13.
Also not that for a number abcdef, if abs(abc-def) is divisible by 7, 11 or 13, so is the original nunber.
2007-01-19 13:09:27
·
answer #4
·
answered by yupchagee 7
·
2⤊
1⤋
The number is of the form 1000X+X which is equal to 1001X. Since 1001 is divisible by 13 the formula is true for any X.
2007-01-19 13:04:55
·
answer #5
·
answered by Barkley Hound 7
·
3⤊
1⤋
The number can be written as:
100000h+10000t+1000u+100h +10t + u
= 100,100h + 10010t + 1001u
= 13( 7700h + 770t + 77u)
So clearly the number is divisible by 13 regardless of the values of h,t,and u.
2007-01-19 13:18:13
·
answer #6
·
answered by ironduke8159 7
·
1⤊
0⤋
The number would be 100a+10b+c(a,b,c are the digits)
If you write the6 digit number it would be
100,000a +10,000b +1000c +100a +10b+c= 100,100a +10,010b+ 1001c = 13 ( 7700a+770b +77c) which for any digits a,b,c is a multiple of 13
2007-01-19 23:57:11
·
answer #7
·
answered by santmann2002 7
·
0⤊
1⤋
Because you are actually multiply the number by 1,001 and that is equal to 77 x 13.
2007-01-19 13:01:53
·
answer #8
·
answered by Anonymous
·
4⤊
1⤋
by 1!!!!
2007-01-19 13:02:33
·
answer #9
·
answered by veith m 1
·
0⤊
5⤋