Maths Olympiad Prep

Library / /18 of 18

Combinatorics Difficulty 5.8 AIME, harder Prove it United States

Problem:

The Moria Indestructible Phone Co. has hired you to test the hardiness of their newest smartphone model, the Mithril II. Your assignment is to determine the lowest floor of the Burj Khalifa tower (the world's tallest building, with 163 floors) from which the phone must be dropped to break it. You can ride the elevator to any floor, drop the phone to the ground, and then test whether it is intact. You may assume that if the phone breaks at a given floor, it consistently breaks at that floor and all higher floors. But the company has given you only two Mithril II's to test, and once one of them breaks, it remains broken.
What is the minimum number of drops needed to determine the minimum floor of breaking, or else to conclude that the phone will withstand dropping from any of the floors?

Solution

Solution:

Here is a strategy requiring at most 18 drops. Drop the first phone from the 18th floor. If it breaks, drop the second phone from floors 1,2,,171, 2, \ldots, 17 in that order to determine the minimum breaking floor. Otherwise, drop the first phone from the 18+17=3518+17=35th floor. If it breaks, use the 16 remaining drops to test the second phone on floors 19 through 34. Otherwise, drop the first phone from the 18+17+1618+17+16th floor, and so on. If the first phone makes it to the 18+17++5=16118+17+\cdots+5=161st floor, then there are 4 drops left, more than enough to test it on the last two floors.

Suppose that there existed a strategy requiring at most 17 drops. There are 164 possible "strengths" of the Mithril II (the breaking floor could be 1,2,,1631, 2, \ldots, 163 or undefined). When the strategy is applied to one of these strengths, the result is a sequence of intact (I) or broken (B) outcomes containing at most two B's and having length at most 17. In fact, we can arrange for the sequence to have length exactly 17 by declaring that, if at a given point the strategy stops and declares the phone strength, the outcomes of any unused drops are arbitrarily designated I. Then each phone strength has a "signature" of 17 letters, each B or I, with at most two B's. But the number of possible signatures is only
(170)+(171)+(172)=1+17+136=154 \binom{17}{0} + \binom{17}{1} + \binom{17}{2} = 1 + 17 + 136 = 154
This shows that there are some two phone strengths that have the same signature and therefore cannot be distinguished by the claimed strategy.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: MathNet, licensed CC-BY-4.0. Statement reproduced verbatim; metadata (topic, difficulty) added by this project.