Problem:
Call a positive real number special if it has a decimal representation that consists entirely of digits 0 and 7. For example, 99700β=7.07=7.070707β¦ and 77.007 are special numbers. What is the smallest n such that 1 can be written as a sum of n special numbers?
Answer Choices:
A. 7
B. 8
C. 9
D. 10
E. 1 cannot be represented as a sum of finitely many special numbers
Solution:
Suppose I=x1β+x2β+β―+xnβ where x1β,x2β,β¦,xnβ are special and nβ€9. For k=1,2,3,β¦, let akβ be the number of elements of {x1β,x2β,β¦,xnβ} whose kth decimal digit is 7. Then
1=107a1ββ+1027a2ββ+1037a3ββ+β―,
which yields
71β=0.142857=10a1ββ+102a2ββ+103a3ββ+β―.
Hence a1β=1,a2β=4,a3β=2,a4β=8, ctc. In particular, this implies that nβ₯8. On the other hand,
x1β=0.700,x2β=x3β=0.07,x4β=x5β=0.077777, and x6β=x7β=x8β=0.000777 arc 8 special numbers whose sum is
999999700700+2(70707)+2(77777)+3(777)β=1.
Thus the smatlest n is 8.