Checker Board-interesting problem

  • Thread starter Thread starter Gamma
  • Start date Start date
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:

\sum_{k=0}^{n} 2^k = \frac{2^{n+1}-1}{2-1} =2^{n+1}-1

So you're looking at about 265 cents for the first and 233 for the second, so using 210 \approx 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
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top