Can a number ever have four equal right most digits?
For example 842222 or 346262222.
*Bonus : Prove your answer
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 answer is no.
Since a power of 2 can only end in 2 , 4 , 6 or 8 , write any such number as 2 n = 1 0 0 0 0 a + 1 1 1 1 b , where b = 2 , 4 , 6 or 8 with a > 0
Suppose that b = 2 , then
2 n = 1 0 0 0 0 a + 2 2 2 2
2 n − 1 = 5 0 0 0 a + 1 1 1 1 . ( n > 1 since 5 0 0 0 a > 1 )
The L.H.S. is even, but R.H.S. is not, a contradiction.
Suppose that b = 4 , then
2 n = 1 0 0 0 0 a + 4 4 4 4
2 n − 2 = 2 5 0 0 a + 1 1 1 1 . ( n > 2 since 2 5 0 0 a > 1 )
The L.H.S. is even, but R.H.S. is not, a contradiction.
Suppose that b = 6 , then
2 n = 1 0 0 0 0 a + 6 6 6 6
2 n − 1 = 5 0 0 0 a + 3 3 3 3 . ( n > 1 since 5 0 0 0 a > 1 )
The L.H.S. is even, but R.H.S. is not, a contradiction.
Suppose that b = 8 , then
2 n = 1 0 0 0 0 a + 8 8 8 8
2 n − 3 = 1 2 5 0 a + 1 1 1 1 . ( n > 3 since 1 2 5 0 a > 1 )
The L.H.S. is even, but R.H.S. is not, a contradiction.
The conclusion follows.