Checker Board-interesting problem

  • Thread starter Thread starter Gamma
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 6K views
Gamma
Messages
355
Reaction score
11
I found this problem on mathworld.com. It is a classic problem so I am hoping some body here must have seen it before.

Consider a checkerboard with 64 squares. If you put 1 penny on the first box, 2 pannies on the second box, 4 pennies on the third one and continue to do this until you fill the whole checker board.

How much total money you need to fill all 64 boxes? I find it to be 1.84 X 10^5 trillion dollars!

How much total money is needed to fill only 32 squares? my answer: 42.9 million


I just want to know if these numbers seems reasonable.


Thanks,

Gamma.
 
Physics news on Phys.org
Well, the sum of the first n powers of 2 is:

[tex]\sum_{k=0}^{n} 2^k = \frac{2^{n+1}-1}{2-1} =2^{n+1}-1[/tex]

So you're looking at about 265 cents for the first and 233 for the second, so using 210 [itex]\approx[/itex] 103, this will come out to about 1020 and 1010 cents respectively. Your answers seem close to this.
 
Thank you for answering.

I am getting (2^64 -1) and (2^32 - 1)

not (2^65 -1) and (2^33 - 1) (Are sure about this?)

Just a difference of one in the power makes a big difference in the out come.
 
Sorry, you're right. I was thinking the first n powers was up to 2^n, but it's actually 2^(n-1).
 
Thank You, I just want to know only if I am in the right direction.

Gamma