Question
There are n lockers in a hallway, numbered sequentially from 1 to n . Initially, all the locker doors are closed. You make n passes
There are n lockers in a hallway, numbered sequentially from to n Initially, all the locker doors are closed. You make n passes by the lockers, each time starting with locker # On the ith pass, you toggle the door of every ith locker: if the door is closed, you open it; if it is open, you close it Thus, after the first pass every door is open; on the second pass, you only toggle the evennumbered lockers ##) so that after the second pass the even doors are closed and the odd ones are open; the third time through you close the door of locker #opened from the first pass open the door of locker #closed from the second pass and so on
Develop an algorithm to find which locker doors are open and which are closed after the last pass? How many?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
To solve this problem we need to understand the pattern of doors being opened or closed after each pass The pattern revolves around the factors of eac...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started