Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


If we have 9 floor n 3 eggs n we have to check from which floor the egg wont get break.how can we do that



If we have 9 floor n 3 eggs n we have to check from which floor the egg wont get break.how can we do..

Answer / saurabh dhande

To find the floor from which the egg won't break, you can use a modified binary search algorithm. Here's a step-by-step explanation of the process:

Divide the building into intervals: Begin by dropping an egg from the middle floor (floor 5 in this case if there are 9 floors) using the first egg. If it breaks, then you know the critical floor must be below this floor. If it doesn't break, then you know the critical floor must be above this floor.

Determine the next interval: Based on the result of the first drop, you now have two sub-intervals left to explore. If the egg didn't break in the first step, you will drop it from the middle floor of the upper sub-interval (floors 6 to 9 in this case). If it breaks, you know the critical floor is one of these upper floors. If it doesn't break, the critical floor must be one of the lower floors (floors 1 to 4).

Continue dividing the intervals: Repeat the process until you narrow it down to a single floor. To do this, you will use the second egg as a safety net in case the critical floor is at the very top. This way, you minimize the number of egg drops required.

By following this approach, you should be able to find the critical floor with the minimum number of egg drops. The maximum number of attempts required using this method is 4 in the worst-case scenario.

In this specific example with 9 floors and 3 eggs, you can find the critical floor in at most 4 attempts.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

What is the difference between quality assurance and quality control?

4 Answers   Crea,


How do you test cases for mobile handsets ?

2 Answers   Contata, Seed Infotech, SNGS, SoftSol,


how can u differentiate intgration test cases with functional test cases

4 Answers   TCS,


what is difference between BVA and Equivalence Partitioning? For login page(UN,PW) i have requrement as characters should be Alphanumeric.how you aplly both BVA and EP.......?

3 Answers   EDS,


Smoke testing done by whom

7 Answers   TCS,


what are all the possible Test Cases for VoIP based applications

0 Answers  


what is test coverage??

10 Answers   Ordain Solutions,


Define brain stromming and cause effect graphing?

0 Answers  


what is traceability matrix?is it mapping b/w the user requirements and prepared test cases?but i want a detailed explanation?

1 Answers  


how to retrieve the test data?

5 Answers   iSoft,


What is the smoke testing and sanity testing..?what is the difference?

10 Answers   TCS,


trecebality matrix used for which purpose?

8 Answers   Cap Gemini,


Categories