Maths Olympiad Prep

Library / /306 of 462

Number theory Difficulty 6.2 National Olympiad Prove it Ireland

The runcible positive integers are defined recursively as follows:
* 11 and 22 are runcible
* If aa and bb are runcible (where aa and bb are not necessarily distinct) then 2a+3b2a + 3b is runcible.
Is 20242024 runcible?

Solutions — 2

Solution 1

Since 11 and 22 are runcible, then 8=21+328 = 2 \cdot 1 + 3 \cdot 2 is runcible. If aa is runcible, then 5a=2a+3a5a = 2a + 3a is also runcible. By induction, 5ka5^k a is runcible for all natural numbers kk. Hence 1000=5381000 = 5^3 \cdot 8 is runcible and 2024=21000+382024 = 2 \cdot 1000 + 3 \cdot 8 is also runcible.

Solution 2

We prove the following, more general statement:
*If n15n \ge 15 and nn is not a multiple of 33, then nn is runcible.*
The runcibility of 2024=3×674+22024 = 3 \times 674 + 2 then follows immediately.
For the proof we use the principle of infinite descent. Suppose there is a counterexample, that is some n>15n > 15 that is not a multiple of 33 and is not runcible. Take the minimal such nn.
We check by brute force that there are no counterexamples with 15<n<3615 < n < 36. Direct calculations express the runcible numbers 55, 77, 88, 1010, 1313, 1616, 1717, 1919, 2020, 2222, 2323, 2525, 2626, 2828, 2929, 3131, 3232, 3434 and 3535 (which includes all non-multiples of 33 between 1515 and 3636) in terms of smaller runcible numbers:

2a+3b2a + 3bb=1b = 1b=2b = 2b=5b = 5b=7b = 7b=8b = 8b=10b = 10
a=1a = 155881717232326263232
a=2a = 27710101919252528283434
a=5a = 5131316163131
a=7a = 7202029293535
a=8a = 82222

Thus any minimal nn must have n>36n > 36. Consider two cases: either nn is odd or nn is even. In the odd case, (n3)/2(n-3)/2 is a positive integer and we have
n=2n32+31 n = 2 \cdot \frac{n-3}{2} + 3 \cdot 1
where (n3)/2(n-3)/2 is a non-multiple of 33, at least 1616, and less than nn so is runcible by the minimality of nn. That implies that nn is runcible.
In the even case (n6)/2(n-6)/2 is a positive integer and we have
n=2n62+32. n = 2 \cdot \frac{n-6}{2} + 3 \cdot 2.
As before, (n6)/2(n-6)/2 is a non-multiple of 33 and is at least 1616, and less than nn so is runcible by the minimality of nn, which in turn implies nn is runcible. Thus, we have a contradiction. There is no minimal nn which exceeds 1515, is not a multiple of 33 and is not runcible. This proves the claimed general statement and solves the problem.

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: MathNet, licensed CC-BY-4.0. Statement reproduced verbatim; metadata (topic, difficulty) added by this project.