Problem:
Let x0β,x1β,x2β,β¦ be a sequence of numbers, where each xkβ is either 0 or 1 . For each positive integer n, define
Snβ= βk=0nβ1βxkβ2k
Suppose 7Snββ‘1(mod2n) for all nβ©Ύ1. What is the value of the sum
x2019β+2x2020β+4x2021β+8x2022β?
Answer Choices:
A. 6
B. 7
C. 12
D. 14
E. 15
Solution:
The binary representation for Snβ is the digit string
xnβ1βxnβ2βxnβ3ββ¦x0β
The first few rightmost digits can be computed from the given congruence. Indeed, 7S1ββ‘1 (mod2) implies x0β=1. Then 7S2ββ‘1(mod4) implies
1β‘3x0β+3x1ββ
2β‘3+2x1β(mod4),
from which x1β=1. Next, 7S3ββ‘1(mod8) implies
1β‘7x0β+7x1ββ
2+7x2ββ
4β‘7+6+4x2β(mod8),
from which x2β=1. Finally, 7S4ββ‘1(mod16) implies
1β‘7x0β+7x1ββ
2+7x2ββ
4+7x3ββ
8β‘7+14+12+8x3β(mod16),
from which x3β=0.\
For nβ₯3, the rightmost 4 binary digits of Snβ+1 are 1000 , as are the rightmost 4 binary digits of 8Snβ. Now write
7Snββ1=8Snββ(Snβ+1)
and note that because 7Snββ1 is a multiple of 2n, the rightmost n binary digits of 7Snββ1 are all 0 . But, for 1β€kβ€nβ4, the (k+4) th binary digit from the right of 8Snββ(Snβ+1) is xkββxk+3β, so xkββxk+3β=0. It follows that xk+3β=xkβ for kβ₯1. Therefore
x2019β+2x2020β+4x2021β+8x2022β=x3β+2x1β+4x2β+8x3β=0+2β
1+4β
1+8β
0=(A)6β.
The problems on this page are the property of the MAA's American Mathematics Competitions