BigRiddles
Riddle: Flipping Lockers

There are 1 million closed school lockers in a row, labeled 1 through 1,000,000.

You first go through and flip every locker open.

Then you go through and flip every other locker (locker 2, 4, 6, etc...). When you're done, all the even-numbered lockers are closed.

You then go through and flip every third locker (3, 6, 9, etc...). "Flipping" mean you open it if it's closed, and close it if it's open. For example, as you go through this time, you close locker 3 (because it was still open after the previous run through), but you open locker 6, since you had closed it in the previous run through.

Then you go through and flip every fourth locker (4, 8, 12, etc...), then every fifth locker (5, 10, 15, etc...), then every sixth locker (6, 12, 18, etc...) and so on. At the end, you're going through and flipping every 999,998th locker (which is just locker 999,998), then every 999,999th locker (which is just locker 999,999), and finally, every 1,000,000th locker (which is just locker 1,000,000).

At the end of this, is locker 1,000,000 open or closed?











Hint

Try this riddle on 25 lockers instead of 1,000,000.


Want the solution? You need to log in with your Google account.