Take any four digit number (whose digits are not all identical), and do the following:
Rearrange the string of digits to form the largest and smallest 4-digit numbers possible.
Take these two numbers and subtract the smaller number from the larger.
Use the number you obtain and repeat the above process.
What happens if you repeat the above process over and over? Let's see...
Suppose we choose the number 3141.
4311-1134=3177.
7731-1377=6354.
6543-3456=3087.
8730-0378=8352.
8532-2358=6174.
7641-1467=6174...
The process eventually hits 6174 and then stays there!
But the more amazing thing is this: every four digit number whose digits are not all the same will eventually hit 6174, in at most 7 steps, and then stay there!
Presentation Suggestions:
Remember that if you encounter any numbers with fewer than has fewer 4 digits, it must be treated as though it had 4 digits, using leading zeroes. Example: if you start with 3222 and subtract 2333, then the difference is 0999. The next step would then consider the difference 9990-0999=8991, and so on. You might ask students to investigate what happens for strings of other lengths or in other bases.
The Math Behind the Fact: Each number in the sequence uniquely determines the next number in the sequence. Since there are only finitely many possibilities, eventually the sequence must return to a number it hit before, leading to a cycle. So any starting number will give a sequence that eventually cycles. There can be many cycles; however, for length 4 strings in base 10, there happens to be 1 non-trivial cycle, and it has length 1 (involving the number 6174).
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Can you find an expression which will tell you the number of steps?
(Even I don't know the answer. Just checking if you do.)
I think your statement needs better clarity. It is not enough that all digits are not identical
For example
Log in to reply
Can you make the correct statement ?
read my note on karpekar's contant
Log in to reply
I am sorry I did not get your point. Could you please tell me if there is anything wrong in the way in which I understood the theorem above? In the numbers I gave all digits are not the same. There are three nines and one eight in the first case. And the substraction would give the answer 999. And that would hit a zero in the next iteration.
Log in to reply
Log in to reply