Problem:
An -string is a string of digits formed by writing the numbers in some order (in base ten). For example, one possible 10-string is
35728910461
What is the smallest such that there exists a palindromic -string?
Solution
Solution:
The following is such a string for :
where the vertical bars indicate breaks between the numbers. On the other hand, to see that is the minimum, notice that only one digit can occur an odd number of times in a palindromic -string (namely the center digit). If , then (say) the digits each appear once in any -string, so we cannot have a palindrome. If , then each appear once, and we again cannot have a palindrome. So is the smallest possible .
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.