How many integers between 1 and 100 (including 1) evenly divide at least one power of 2?
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.
We get the obvious ones after spending some time on it:1,2,4,8,16,32,64.All other integers contain at least one non 2 prime,and all non 2 primes don't divide a power of 2.Look at a common sense question 2.