Choose a two-digit number and do the following: if the number is odd, add one to it; If the number is even, you divide it by two. With the result, we do the same, and repeat until we get 1. With what two-digit number do we get the longest sequence? Why is that number?
Question