What is the maximum powers of 2 that can divide?
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.
By definition, (a / b)^n = (a^n) / (b^n). Notice the pattern: 10/2 = 5, 100/4 = 25 - this goes to show that the first definition is correct. So using the definition: (10^12) / (2^n) = 5^n. Finding n, it's 12. The max power is 4096.