rectangular papers. You can use four different kinds of folds:
There is a stack of
After folds, how many layers exist?
Details and assumptions:
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.
If you don't fold at all, your number of layers is n .
If you fold once, your number of layers doubles: n 2 .
If you fold twice, your number of layers doubles again: n ⋅ 2 ⋅ 2 .
If you fold three times, your number of layers doubles again: n ⋅ 2 ⋅ 2 ⋅ 2 .
We can start to see a trend; The number of layers after x folds is n 2 x .