Maths Olympiad Prep

Library / /358 of 520

Number theory Difficulty 5.8 AIME, harder Prove it

We consider the following operation that generates a new number from a given natural number: The given number is represented in an arbitrary integer base b2b \geq 2, in which it is two-digit with both digits not equal to 0. Then the two digits are swapped, and the result in the digit representation to base bb is the new number.

Is it possible, with possibly multiple such operations, to change any number greater than ten to a number less than or equal to ten?

(Theresia Eisenkölbl)

Solution

We show that we can generate a smaller number from any number >10>10. With this, we will eventually reach a number 10\leq 10.

If the number n=2k+1n=2 k+1 is odd, then we choose the base for the digit representation b=kb=k. Thus, n=(21)kn=(21)_{k}. This gives us the new number (12)k=k+2(12)_{k}=k+2. Since k5k \geq 5 must hold, the choice of b=kb=k is valid and it follows that k+22k5+25k+2 \leq 2 k-5+25 are both bases greater than the largest occurring digit and thus valid and it holds that k+3<2kk+3<2 k as desired.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.