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.
To find the last digit of these summation, focus on the last digits of the exponents. So, it can be written as:
k = 0 ∑ 9 0 ( 1 + 1 0 k ) + k = 0 ∑ 9 1 ( 2 + 1 0 k ) + k = 0 ∑ 9 2 ( 3 + 1 0 k ) + k = 0 ∑ 9 3 ( 4 + 1 0 k ) + k = 0 ∑ 9 4 ( 5 + 1 0 k ) + k = 0 ∑ 9 5 ( 6 + 1 0 k ) + k = 0 ∑ 9 6 ( 7 + 1 0 k ) + k = 0 ∑ 9 7 ( 8 + 1 0 k ) + k = 0 ∑ 9 8 ( 9 + 1 0 k ) + k = 1 ∑ 1 0 9 ( 1 0 k )
Because 1 ( 2 + 1 0 k ) ≡ 1 ( m o d 1 0 ) , sum of last digit is 1 × 1 0 ≡ 0 ( m o d 1 0 ) . Exponents with base 0, 5, and 6 are follows this case.
For exponents with base 4, 5 + 1 0 k ≡ 1 ( m o d 2 ) . Then, 4 ( 5 + 1 0 k ) ≡ 4 ( m o d 1 0 ) . So, sum of last digit is 4 × 1 0 ≡ 0 ( m o d 1 0 ) . Exponents with base 9 follow this case.
For exponents with base 2, if k { odd , even , 3 + 1 0 k ≡ 1 ( m o d 4 ) 3 + 1 0 k ≡ 3 ( m o d 4 ) and and 2 ( 3 + 1 0 k ) ≡ 2 ( m o d 1 0 ) 2 ( 3 + 1 0 k ) ≡ 8 ( m o d 1 0 )
The sum of last digit is 5 × 2 + 5 × 8 = 5 × ( 2 + 8 ) ≡ 0 ( m o d 1 0 ) . Exponents with base 3, 7, and 8 are follows this case.
So the last digit of summation is 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 = 0