Around how many times do you have to fold a piece of paper so that it's width is the distance from here to the moon?
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.
The trick is to use estimation
call the distance to the moon "d"
call the thickness of a piece of paper "t"
call the number of times you have to fold the paper (the answer to the problem) "n"
(2^n)t = d
t is around 0.2mm
0.2mm = 0.02cm = 0.0002m = 2 x10^-4 m
d = 384,400km which is around 400,000km
400,000km = 4 x10^5 km = 4 x10^8 m
2^n x 2 x10^-4 = 4 x10^8
2^n x10^-4 = 2 x10^8
2^(n-1) x10^-4 = 10^8
2^(n-1) = 10^12
10 is around 2^3, so 2 is around 10^(1/3)
10^((n-1)/3) = 10^12
(n-1)/3 = 12
n-1 = 36
n = 37, which is around 40