Problem:
Let a10β=10, and for each integer n>10 let anβ=100anβ1β+n. Find the least n>10 such that anβ is a multiple of 99.
Solution:
Because 100β‘1(mod99),anββ‘anβ1β+n(mod99). Thus anββ‘βk=10nβk (mod99), which is equivalent to 2(n+10)(nβ9)β. Because n+10 and nβ9 cannot both be multiples of 3,anβ is a multiple of 99 if and only if one of the following holds.
-
nβ9 is a multiple of 99. The least n>10 is 108.
-
n+10 is a multiple of 99. The least n>10 is 89.
-
n+10 is a multiple of 9 while nβ9 is a multiple of 11. The least n>10 is 53.
-
n+10 is a multiple of 11 while nβ9 is a multiple of 9. The least n>10 is 45.
The requested minimum is 45β.
The problems on this page are the property of the MAA's American Mathematics Competitions