The Towers of Hanoi is a very simple, yet interesting puzzle. You have to move all the disks to the rightmost pole, while respecting the following rules:
Hannah's Towers of Hanoi has three disks, as in the picture above.
However, she knows that if there were 2 disks, instead of 3, it would take her 3 steps, like this:
Using this fact, can you figure out how many steps it would take for Hannah if she wanted to solve for 3 disks?
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.
First do like the animation. Now you have to make 1 move with the largest disk to a free pole. After that repeat the animation by stacking on the largest disk. Hence you need 3+1+3 moves.