Maths Olympiad Prep

Library / /176 of 220

Combinatorics Difficulty 6.6 National Olympiad Prove it Ukraine

A palindromic number is a number whose digits stand symmetrically with respect to the center of the number's decimal notation, for instance, 77, 12211221 and 5757557575 are palindromic, while 12121212 and 33303330 are not. Prove that for any number of pairwise distinct palindromic numbers the sum of their reciprocals is not greater than 1111.
(Arsenii Nikolaiev)

Solution

Let an arbitrary natural number nn and consider all palindromic numbers that have exactly nn digits. We consider nn odd and nn even separately.

When n=2mn = 2m, palindrome becomes a1a2am1amamam1a2a1a_1a_2\dots a_{m-1}a_m a_m a_{m-1}\dots a_2a_1, the only restriction on its digits is a10a_1 \neq 0. Hence there are 910m19 \cdot 10^{m-1} of them and each is greater than 102m110^{2m-1}. Therefore the sum of reciprocals is not greater than 910m1102m1=910m\frac{9 \cdot 10^{m-1}}{10^{2m-1}} = \frac{9}{10^m}. For all mm the sum is not greater than
m=1910m=9m=1110m=91101110=919=1. \sum_{m=1}^{\infty} \frac{9}{10^m} = 9 \cdot \sum_{m=1}^{\infty} \frac{1}{10^m} = 9 \cdot \frac{\frac{1}{10}}{1-\frac{1}{10}} = 9 \cdot \frac{1}{9} = 1.

When n=2m1n = 2m-1, palindrome becomes a1a2am1amam1a2a1a_1a_2\dots a_{m-1}a_m a_{m-1}\dots a_2a_1, and again the only restriction on its digits is a10a_1 \neq 0. Hence there are 910m19 \cdot 10^{m-1} of them and each is greater than 102m210^{2m-2}. Therefore the sum of reciprocals is not greater than 910m1102m2=910m1\frac{9 \cdot 10^{m-1}}{10^{2m-2}} = \frac{9}{10^{m-1}}. For all mm the sum is not greater than
m=1910m1=90m=1110m=901101110=9019=10. \sum_{m=1}^{\infty} \frac{9}{10^{m-1}} = 90 \cdot \sum_{m=1}^{\infty} \frac{1}{10^m} = 90 \cdot \frac{\frac{1}{10}}{1-\frac{1}{10}} = 90 \cdot \frac{1}{9} = 10.

Therefore, the sum does not exceed 1111.

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.