Maths Olympiad Prep

Library / /223 of 377

Combinatorics Difficulty 5.2 AIME, harder Prove it United States

Problem:
An nn-string is a string of digits formed by writing the numbers 1,2,,n1, 2, \ldots, n in some order (in base ten). For example, one possible 10-string is
35728910461
What is the smallest n>1n > 1 such that there exists a palindromic nn-string?

Solution

Solution:
The following is such a string for n=19n=19 :
91871651431211011213415617819 9|18|7|16|5|14|3|12|1|10|11|2|13|4|15|6|17|8|19
where the vertical bars indicate breaks between the numbers. On the other hand, to see that n=19n=19 is the minimum, notice that only one digit can occur an odd number of times in a palindromic nn-string (namely the center digit). If n9n \leq 9, then (say) the digits 1,21, 2 each appear once in any nn-string, so we cannot have a palindrome. If 10n1810 \leq n \leq 18, then 0,90, 9 each appear once, and we again cannot have a palindrome. So 1919 is the smallest possible nn.

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.