Given an integer n≥2, determine all n-digit numbers M0=¯a1a2…an (ai≠0,i=1,2,…,n) divisible by the numbers M1=¯a2a3…ana1, M2=¯a3a4…ana1a2,…,Mn−1=¯ana1a2…an−1.
We first note that ai≤4 for i>1 unless a1=⋯=an where a1>4. Thus assuming that is not the case, M0≤84…4⏟n−1 4s.
What do I do from here?
Answer
Suppose Mi=kiM0 for i=1,2,⋯,n−1, and we let k0=1. Since ai≠0, so ki≠0.
Case 1: if ki=kj for some i<j. Claim: this will be reduced to the same question with n′=j−i.
Proof: Since ki=kj, so Mi=Mj. Denote x=¯ai+1⋯aj, and y=¯aj+1⋯aj+n′
¯xaj+1aj+2⋯=Mi=Mj=¯yaj+n′+1aj+n′+2⋯⇒x=y
Using the same argument shows that Mi=¯xx⋯xx, i.e. a repeating of the segment x. Then now x (possibly a reordering of x) is a solution to the same problem for a smaller n′.
Case 2: if ki≠kj,∀i. Clearly ki<10 because of the number of digits. So ki∈{1,⋯,9}. So n≤9. Claim: there is no solution.
Proof: We first claim that a1=max{ai}. If not, suppose at>a1, then
Mt−1≤kt−1Mt−1=M0<(a1+1)10n−1≤at10n−1≤Mt−1,
a contradiction. Therefore a1=max{ai}. Then
(n−1∑i=010i)na1≥(n−1∑i=010i)(n∑i=1ai)=n−1∑i=0Mi=(n−1∑i=0ki)M0≥(n−1∑i=0ki)10n−1a1≥(n+1)10n−1a1.
Cancel a1 on both sides of the inequality, we have
(n−1∑i=010i)n≥(n+1)10n−1⇒n≥(n−1∑i=110−i)−1>9,
a contradiction.
In conclusion, with only Case 1 possible, using induction on n, we will end up with the only solution M0=¯aa⋯aa.
No comments:
Post a Comment