Maths Olympiad Prep

Library / /42 of 86

Combinatorics Difficulty 6.7 National Olympiad Prove it United States

Problem:

A 15-inch-long stick has four marks on it, dividing it into five segments of length 11, 22, 33, 44, and 55 inches (although not necessarily in that order) to make a "ruler." Here is an example.

Figure 1

Using this ruler, you could measure 88 inches (between the marks BB and DD) and 1111 inches (between the end of the ruler at AA and the mark at EE), but there's no way you could measure 1212 inches.

Prove that it is impossible to place the four marks on the stick such that the five segments have length 11, 22, 33, 44, and 55 inches, and such that every integer distance from 11 inch through 1515 inches could be measured.

Solutions — 3

Solution 1

Solution:

In order to measure 1414 inches, one mark must be 11 inch from an end of the ruler. Likewise, in order to measure 1313 inches, there must be another mark that is 22 inches from an end of the ruler. Without loss of generality, suppose the leftmost mark is 11 inch from the end, and the rightmost mark is 22 inches from the other end.

Next, we observe that the second mark from the left must be 55 inches from the first, or else it would be impossible to measure 66 inches.

At this point, there are only two cases to consider: either the distances between marks are, in order,
1,5,4,3,2 1, 5, 4, 3, 2
or the distances are
1,5,3,4,2 1, 5, 3, 4, 2
In the first case, we cannot measure 88 inches, and in the second case, we cannot measure 1010 inches. We conclude that it is impossible.

Solution 2

Solution:

In order to make a measurement, you must choose a pair of marks, where the two endpoints are included. Since there are 66 marks, that means that we can measure at most 1515 different segments (6×5/26 \times 5 / 2). Therefore a ruler that can measure every length from 11'' through 1515'' must have exactly one way of measuring each length.

If the 11'' segment is next to the 22'', 33'', or 44'' segments, then that would make a second way of measuring 33'', 44'', or 55''. Therefore, the 11'' segment must be next to the 55'' segment only: the 11'' is on the end, next to the 55''. Now, if the 22'' segment is next to the 33'' or 44'' segments, then that would make a second way of measuring 55'' or 66''. So the 22'' segment is also next to the 55'' segment only. But that leaves nowhere to put the 33'' and 44'' segments.

Solution 3

Solution:

Let a,b,c,d,ea, b, c, d, e be the segments in order (equalling 1,2,3,4,51, 2, 3, 4, 5, but not necessarily in that order). As above, there are only 1515 possible segments that can be measured. The sum of all 1515 segments (in inches) is
1+2++15=15×16/2. 1 + 2 + \cdots + 15 = 15 \times 16 / 2.
But this is also equal to 5a+8b+9c+8d+5e5a + 8b + 9c + 8d + 5e.
Hence
5a+8b+9c+8d+5e=15×16/2=15×8. 5a + 8b + 9c + 8d + 5e = 15 \times 16 / 2 = 15 \times 8.
Now note that 15=a+b+c+d+e15 = a + b + c + d + e, so
5a+8b+9c+8d+5e=8a+8b+8c+8d+8e. 5a + 8b + 9c + 8d + 5e = 8a + 8b + 8c + 8d + 8e.
Subtract 5a+8b+8c+8d+5e5a + 8b + 8c + 8d + 5e from both sides to get c=3a+3ec = 3a + 3e.
But a+ea + e is at least 33 and cc is at most 55, a contradiction.

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.