Problem:
How many of the first 2018 numbers in the sequence 101,1001,10001,100001,β¦ are divisible by 101?
Answer Choices:
A. 253
B. 504
C. 505
D. 506
E. 1009
Solution:
The numbers in the given sequence are of the form 10n+1 for n=2,3,β¦,2019. If n is even, say n=2k for some positive integer k, then 10n+1=100k+1β‘(β1)k+1(mod101). Thus 10n+1 is divisible by 101 if and only if k is odd, which means n=2,6,10,β¦,2018. There are 41β(2018β2)+1=(C)505β such values. On the other hand, if n is odd, say n=2k+1 for some positive integer k, then
10n+1=10β
10nβ1+1=10β
100k+1β‘10β
(β1)k+1(mod101),
which is congruent to 9 or 11, and 10n+1 is not divisible by 101 in this case.
The problems on this page are the property of the MAA's American Mathematics Competitions