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.
The given number is 2 2 1 6 = 2 ( 4 ∗ 2 1 4 ) = ( 2 4 ) 2 1 4 = 1 6 2 1 4 ≡ 6 2 1 4 ≡ 6 ( m o d 1 0 ) since any power of 6 is congruent to 6.
Nice observation about how to change the power of 2. I wonder if there is a nice tower of exponents problem lurking in there.
Sir how to be confident that 2^2^16 = 16^2^14
Log in to reply
2 2 1 6 = 2 ( 4 ∗ 2 1 4 ) = ( 2 4 ) 2 1 4 = 1 6 2 1 4
To find last digit, find remainder of Index divided by 4,
If remainder is 1 then unit digit is base^1
remainder is 2 then unit digit is base^2
remainder is 3 then unit digit is base^3
remainder is 0 then unit digit is base^4
In above case it is 2^256 so 256 divided by 4 remainder is 4 so
unit digit is unit digit of 2^4 = 6
Your thinking conclusion is not correct! Since the question is asking for 2^2^16 not _ _ 6^2.
That was how I did it
2^1=2; 2^2=4; 2^3=8; 2^4=16; 2^5=32.......so on! so every 4th power consists last digit 6. the given number 2^2^2^2^2 can be express as 2^256 which is 2s 4th power n last digit is 6!
Problem Loading...
Note Loading...
Set Loading...
Note the last digit of powers of 2:
2 1 → 2 2 2 → 4 2 3 → 8 2 4 → 6
This pattern will then loop around
2 5 → 2 2 6 → 4 . . .
This means that 2 n will end in either 2 , 4 , 6 , 8 depending on n 's value in m o d 4 .
2 2 k = 4 k
so 2 raised to an even power will result in congruence to 0 m o d 4 .
2 raised to any power is even, so our expression is:
2 4 k ≡ 0 m o d 4
Looking at our cycle, n ≡ 0 m o d 4 , so our number ends in 6 .