Peter picked an arbitrary positive integer, multiplied it by 5, multiplied the result by 5, then multiplied the result by 5 again and so on. Is it true that from some moment all the numbers that Peter obtains contain 5 in their decimal representation?
Problem
Source:
Tags: number theory
20.06.2022 16:29
Yes, given any positive integer, suppose the largest power of 2 which divides it is m, and the largest power of 5 which divides it is n, where both m and n are non-negative integers. Upon multiplying the positive integer with 5 for at least m+1 times, we will have an odd integer which is divisible by 5, followed by n trailing zeros. Therefore, there is at least one 5 in the decimal representation after multiplying our initial number by 5 for m+1 times.
20.06.2022 17:13
21.06.2022 08:29
The construction : If Peter picks a number $A$ then we will say that $A.5^k$ satisfies the second condition. It's quite trivial to see that it holds true
30.07.2022 11:34
If the number chosen is even then it will still have a 5 in the decimal representation eventually, because it will be multiplied by 5 many times