Hi , let's think about this problem :
Find the smallest natural number withas the last digit , such that if the final
is moved to the front of the number it is multiplied by
.
Is the answer?Spoiler:
Printable View
Hi , let's think about this problem :
Find the smallest natural number withas the last digit , such that if the final
is moved to the front of the number it is multiplied by
.
Is the answer?Spoiler:
Let the number be.
Let.
Then.
Therefore.
By backwards argument it's easy to see that all the cycles inare solutions.
Thus we have found all the solutions, the smallest of which is.
This technique can be applied to this kind of problems in many cases.
Hello, simplependulum!
Just write out the multiplcation,
. . and the digits will appear sequentially.
Quote:
Find the smallest natural number withas the last digit,
such that if the finalis moved to the front of the number it is multiplied by
.
We have: .
In column-6: .
. .
In column-5: .
. .
In column-4: .
. .
In column-3: .
. .
In column-2: .
Therefore: .
Soroban, the fact that it is a 6digit number is NOT a given.
Quote:
Originally Posted by Wilmer
I originally set up the problem like this:
. .
And found that "it came out even" after six digits
. . which gave me the smallest number:
The next is the 12-digit number:
Fyi, there is a name for these, n-parasitic number, where here n=4 and k=6.
Let n = number of digits
{20[10^(n-1) - 4] + 78} / 13
Gives integer solution for n=6k where k = any integer > 0