2 0 + 2 1 + 2 2 + 2 3 + ⋯ + 2 9 + 2 1 0 = ?
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.
There is also a nifty equation that comes in handy. For a set of powers of the same number starting with power 0, and going up by 1, You can find the sum if you define n=highest number, and x=base number using the following equation. ( x n + 1 ) − 1 ) / x − 1
Problem Loading...
Note Loading...
Set Loading...
Consider the expression x n − 1 .It can be factored as: x n − 1 = ( x − 1 ) ( x n − 1 + x n − 2 + x n − 3 + ⋯ + x 3 + x 2 + x + 1 ) Setting x = 2 ,we get: 2 n − 1 = ( 2 − 1 ) ( 2 n − 1 + 2 n − 2 + 2 n − 3 + ⋯ + 2 2 + 2 + 1 ) 2 n − 1 = 2 n − 1 + 2 n − 2 + 2 n − 3 + ⋯ + 2 2 + 2 + 1 Now,simply putting n = 1 1 ,gives: 1 + 2 + 2 2 + 2 3 + ⋯ + 2 1 0 = 2 1 1 − 1 = 2 0 4 8 − 1 = 2 0 4 7