Maths Olympiad Prep

Library / /53 of 62

, 2020

Algebra Difficulty 6.5 National Olympiad Prove it United States

Problem:

The classrooms at MIT are each identified with a positive integer (with no leading zeroes). One day, as President Reif walks down the Infinite Corridor, he notices that a digit zero on a room sign has fallen off. Let NN be the original number of the room, and let MM be the room number as shown on the sign.

The smallest interval containing all possible values of MN\frac{M}{N} can be expressed as [ab,cd)\left[\frac{a}{b}, \frac{c}{d}\right) where a,b,c,da, b, c, d are positive integers with gcd(a,b)=gcd(c,d)=1\operatorname{gcd}(a, b)=\operatorname{gcd}(c, d)=1. Compute 1000a+100b+10c+d1000 a+100 b+10 c+d.

Solution

Solution:

Let AA represent the portion of NN to the right of the deleted zero, and BB represent the rest of NN. For example, if the unique zero in N=12034N=12034 is removed, then A=34A=34 and B=12000B=12000. Then, MN=A+B/10A+B=1910BN\frac{M}{N}=\frac{A+B / 10}{A+B}=1-\frac{9}{10} \frac{B}{N}.

The maximum value for B/NB / N is 1, which is achieved when A=0A=0. Also, if the 0 removed is in the 10k10^{k}'s place (k=2k=2 in the example above), we find that A<10kA<10^{k} and B10k+1B \geq 10^{k+1}, meaning that A/B<1/10A / B<1 / 10 and thus B/N>10/11B / N>10 / 11. Also, B/NB / N can get arbitrarily close to 10/1110 / 11 via a number like 109991099\ldots 9.

Therefore the fraction MN\frac{M}{N} achieves a minimum at 110\frac{1}{10} and always stays below 211\frac{2}{11}, though it can get arbitrarily close. The desired interval is then [110,211)\left[\frac{1}{10}, \frac{2}{11}\right).

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.