True or False?
There exists a 45-digit positive integer such that it is a power of 2, and its digits consist of:
one 1, two 2's, three 3's, ... , nine 9's.
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.
Let the number be N , then the sum of digits of N is n = 1 ∑ 9 n 2 = 6 9 ( 1 0 ) ( 1 9 ) = 3 ⋅ 5 ⋅ 1 9 . Since the sum of digits of N is divisible by 3, it means that N is divisible by 3 and it cannot be a power of 2. Therefore, the answer is False .