Another challenge: A calculator has two special keys:
- A key transforms a number x in the number 2x.
- B key transforms a number x in the number 2x - 1.
Is it true that if you start with any positive integer, it is possible to press a special key sequence in such a way as to obtain finally the fifth power of an integer?
By simple inspection one realizes that the powers of 2 greater than 1 you can get a fifth power using the A key, but will be possible with other numbers?
If the question is of the form suggested by Scaramouche's comment, then the answer is no. Both keys are permutations on $\mathbb Z/9$, so any key sequence is also a permutation, and therefore there is some starting $x$ which gets sent to $3$. But $3$ is not a fifth power in $\mathbb Z/9$.