What is the sum of the factors of 256?
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.
Note that, since 2 5 6 = 2 8 , the factors of 2 5 6 will be of the form 2 k for 0 ≤ k ≤ 8 . Thus their sum will be
k = 0 ∑ 8 2 k = 2 9 − 1 = 5 1 1 .
Log in to reply
Wow! Your way to solve this problem is a way better than mine.
Problem Loading...
Note Loading...
Set Loading...
The factors of 256 are 1,2,4,8,16,32,64,128,256.After adding these numbers you will get the sum as 511.(You don't have to count 16 twice).