Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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 1 to n. Initially, all the locker doors are closed. You make n passes by the lockers, each time starting with locker #1. On the ith pass, 1 = 1, 2, 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 even-numbered lockers (#2,#4) 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 #3 (opened from the first pass), open the door of locker #6 (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... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Business Statistics For Contemporary Decision Making

Authors: Black Ken

8th Edition

978-1118494769, 1118800842, 1118494768, 9781118800843, 978-1118749647

More Books

Students also viewed these Computer Network questions