Let N = 1 + 2 + 2 2 + 2 3 + … + 2 2 0 1 5 .
Find the last digit of the number ( 9 + N ) N .
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.
Good clear explanation of the steps.
Did same....
Since 2 has order of 4 in powers i.e. unit digits repeat after every 4 occurrences => Unit digits which keep on getting repeated are 2, 4, 8, 6 { sum = 20 => unit digit 0 }
Starting from power 1 to 2012 => unit digit => 0 2013, 2014, 2015 result in {2+4+8} => unit digit 4
As 1 is the first term 4+1=5 so unit digit of N is 5 => Unit digit of 9+N => 4 Our answer of unit digit of 4^5 => 4 :) :)
I agree with you up to the very last line. You still have to explain why the last digit of 4 N is equal to the last digit of 4 5 .
For example, it is not true that 3 1 5 and 3 5 have the same last digits.
The cyclicity of 2 is 4.
That is 2 n ends with 2 if n leaves a remainder of 1 when divided by 4.
And ends with 4 if n leaves a remainder of 2 when divided by 4.
And ends with 8 if n leaves a remainder of 3 when divided by 4
And ends with 6 if n is divisible by 4
So last digit of N =(1+(2+4+8+6)53 +2+4+8)%10=((20)53+15)%10
As 20(53) will be divisible by 10 but 5 is not therefore the remainder is 5
=>Unit digit of N is 5
=>Unit digit of ( 9 + N ) N is ( 9 + 5 ) N
Now last digit of ( 9 + 5 ) N will be 4 N because the last digit of (9+5) will only decide the last digit of the exponent
Now, the cyclicity of 4 is 2.
That is last digit of 4 n is 4 if n is odd and 6 if it is even
Now as N ends with 5
=> N is odd
=> ( 9 + N ) N ends with 4 as unit digit.
Note: a%b means the remainder we get when we divide a by b
Problem Loading...
Note Loading...
Set Loading...
For finding the last digit of the number it is sufficient to calculate its remainder on division by 10
By summing the GP we get N = 2 2 0 1 6 − 1
Now 2 4 k ≡ 6 ( m o d 1 0 )
⟹ 2 2 0 1 6 ≡ 6 ( m o d 1 0 ) (since 2 0 1 6 is a multiple of 4 )
⟹ 2 2 0 1 6 − 1 ≡ 5 ( m o d 1 0 )
⟹ N ≡ 5 ( m o d 1 0 )
⟹ ( N + 9 ) ≡ 4 ( m o d 1 0 )
Since N = 2 2 0 1 6 − 1 is odd and 4 o d d ≡ 4 ( m o d 1 0 )
⟹ ( N + 9 ) N ≡ 4 ( m o d 1 0 )
Hence the last digit is 4