If T s = 1 + 9 + 9 2 + 9 3 + . . . + 9 1 0 0 and the unit digit of T s is n . Find n + 9 .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
T s = 1 + 9 + 9 2 + 9 3 + … + 9 1 0 0
This is the sum of a geometric progression with a common ratio of 9 and the first term as 1 . Thus, the sum simplifies to be
T s = 8 9 1 0 1 − 1
Now, let μ ( n ) denote the unit digit function. Note that μ ( 9 n ) = 9 , if n is odd.
Therefore,
μ ( T s ) = μ ( 8 9 1 0 1 − 1 )
n = μ ( 8 ) μ ( 9 1 0 1 ) − μ ( 1 )
n = 8 9 − 1 = 8 8 = 1
Hence, n + 9 = 1 0
Problem Loading...
Note Loading...
Set Loading...
Beginning with 9^1, the last digit of the powers of 9 alternate in a pattern of 9 and 1. Thus the sum of the first even number of powers of nine always ends in 0, thus the sum of the first 100 positive powers of 9 ends in 0. The beginning of the problem has us add 1, giving us n=1. Since the problem asks for n+9, the answer is 10.