返回题库

AIME 1998 · 第 15 题

AIME 1998 — Problem 15

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Define a domino to be an ordered pair of distinct positive integers. A proper sequence of dominos is a list of distinct dominos in which the first coordinate of each pair after the first equals the second coordinate of the immediately preceding pair, and in which (i,j)(i,j) and (j,i)(j,i) do not both appear for any ii and jj. Let D40D_{40} be the set of all dominos whose coordinates are no larger than 40. Find the length of the longest proper sequence of dominos that can be formed using the dominos of D40.D_{40}.

解析

Solution 1

We can draw a comparison between the domino a set of 40 points (labeled 1 through 40) in which every point is connected with every other point. The connections represent the dominoes.

You need to have all even number of segments coming from each point except 0 or 2 which have an odd number of segments coming from the point. (Reasoning for this: Everytime you go to a vertex, you have to leave the vertex, so every vertex reached is equivalent to adding 2 more segments. So the degree of each vertex must be even, with the exception of endpoints) Since there are 39 segments coming from each point it is impossible to touch every segment.

But you can get up to 38 on each segment because you go in to the point then out on a different segment. Counting going out from the starting and ending at the ending point we have:

3838+2392=761\frac{38\cdot 38 + 2\cdot 39}2 = \boxed{761}

Clarification

To clarify the above solution, every time you move to a new vertex, you take one path in and must leave by another path. Therefore every vertex needs to have an even number of segments leaving it (with the exception of the first and last), because the "in" and "out" segments must make a pair.

Solution 2

A proper sequence can be represented by writing the common coordinates of adjacent ordered pairs once. For example, represent (4,7),(7,3),(3,5) as 4,7,3,5.4,7,3,5 . Label the vertices of a regular nn -gon 1,2,3,,n.1,2,3, \ldots, n . Each domino is thereby represented by a directed segment from one vertex of the nn -gon to another, and a proper sequence is represented as a path that retraces no segment. Each time that such a path reaches a non-terminal vertex, it must leave it.

Thus, when nn is even, it is not possible for such a path to trace every segment, for an odd number of segments emanate from each vertex. By removing 12(n2)\frac{1}{2}(n-2) suitable segments, however, it can be arranged that n2n-2 segments will emanate from n2n-2 of the vertices and that an odd number of segments will emanate from exactly two of the vertices.

In this situation, a path can be found that traces every remaining segment exactly once, starting at one of the two exceptional vertices and finishing at the other. This path will have length (n2)12(n2),\binom{n}{2}-\frac{1}{2}(n-2), which is 761 when n=40n=40.

~phoenixfire

Note 1

When nn is odd, a proper sequence of length (n2)\binom{n}{2} can be found using the dominos of DnD_{n}. In this case, the second coordinate of the final domino equals the first coordinate of the first domino.

~phoenixfire

Solution 3

Let An={1,2,3,,n}A_{n}=\{1,2,3, \ldots, n\} and DnD_{n} be the set of dominos that can be formed using integers in An.A_{n} . Each kk in AnA_{n} appears in 2(n1)2(n-1) dominos in Dn,D_{n}, hence appears at most n1n-1 times in a proper sequence from Dn.D_{n}. Except possibly for the integers ii and jj that begin and end a proper sequence, every integer appears an even number of times in the sequence.

Thus, if nn is even, each integer different from ii and jj appears on at most n2n-2 dominos in the sequence, because n2n-2 is even, and ii and jj themselves appear on at most n1n-1 dominos each. This gives an upper bound of

12[(n2)2+2(n1)]=n22n+22\frac{1}{2}\left[(n-2)^{2}+2(n-1)\right]=\frac{n^{2}-2 n+2}{2} dominos in the longest proper sequence in Dn.D_{n}. This bound is in fact attained for every even n.n. It is easy to verify this for n=2n=2, so assume inductively that a sequence of this length has been found for a particular value of nn.

Without loss of generality, assume i=1i=1 and j=2,j=2, and let pXp+2_{p} X_{p+2} denote a four-domino sequence of the form (p,n+1)(n+1,p+1)(p+1,n+2)(n+2,p+2).(p, n+1)(n+1, p+1)(p+1, n+2)(n+2, p+2) . By appending

2X4,4X6,,n2Xn,(n,n+1)(n+1,1)(1,n+2)(n+2,2){ }_{2} X_{4},{ }_{4} X_{6}, \ldots,{ }_{n-2} X_{n},(n, n+1)(n+1,1)(1, n+2)(n+2,2) to the given proper sequence, a proper sequence of length

n22n+22+4n22+4=n2+2n+22=(n+2)22(n+2)+22\frac{n^{2}-2 n+2}{2}+4 \cdot \frac{n-2}{2}+4=\frac{n^{2}+2 n+2}{2}=\frac{(n+2)^{2}-2(n+2)+2}{2} is obtained that starts at i=1i=1 and ends at j=2.j=2 . This completes the inductive proof.

In particular, the longest proper sequence when n=40n=40 is 761.

~phoenixfire

Note 2

In the language of graph theory, this is an example of an Eulerian circuit.

~phoenixfire

Solution 4

Consider the segments joining the vertices of a regular nn-gon. For odd nn, we see that the number of segments is quite easily (n12)\binom{n-1}{2}. This is because every vertex touches every other vertex the same number of times. (n12\frac{n-1}{2} times to be exact). Hence the answer for odd cases is nn12=(n12)n\frac{n-1}{2}=\binom{n-1}{2}. (This is because a segment that starts at the first vertex also ends at the first vertex). For even nn however, every vertex touches n22\frac{n-2}{2} vertices. However, one may be motivated to say that the answer (as in the odd case) is nn22n\frac{n-2}{2}. But this is incorrect, because for the even case, it never ends at the vertex (the first vertex) you started at. So it must end at another vertex. But that vertex has already n22\frac{n-2}{2} other segments touching it. So we have that the final answer is 11 plus nn22n\frac{n-2}{2}. The case for n=40n=40, is 761761.

~th1nq3r

Note

The reason it touches every single other vertex n12\frac{n-1}{2} for odd nn is because there are a total of (n12)\binom{n-1}{2} segments, and once dividing (n12)\binom{n-1}{2} by nn, you will then have the number of segments that are connected to each vertex. For the even case every vertex has at least n22\frac{n-2}{2} other segments touching it. This is because (you CAN convince yourself through a painful induction/observation argument, but you probably shouldn't) nn is even, and if you try to apply the odd case to the even case, (namely that there is n12\frac{n-1}{2} segments touching each vertex), there would have to then be nn12n\frac{n-1}{2} total segments, which never works since it never loops back to the vertex you started on). So at LEAST, there should be n22\frac{n-2}{2} segments touching each vertex. However, there is also at most n22\frac{n-2}{2} segments touching each vertex. Hence by the (what I call) the "less-than-or-greater-than" argument, there must be n22\frac{n-2}{2} segments out of each vertex. (Mind the plus one extra vertex since once again, the vertex you started on, it doesn't loop around, so it must end at another vertex). Hence the answer is nn22+1n\frac{n-2}{2}+1.

(I am not very good at explaining things. Sorry if it didn't make sense. Maybe if you find some way to contact me on aops, I could try and help). (For instance, I could see possible confusion at the part where I claim that the minimum lines be n22\frac{n-2}{2}. You might think, "Oh why not n121\frac{n-1}{2}-1, or even n122\frac{n-1}{2}-2 or even subtract 33?" Well if you actually start off with the fact that there should be at MOST n22\frac{n-2}{2} segments from each vertex, then it is obvious, since then there must be a minimum of n22\frac{n-2}{2} segments from each vertex).

~th1nq3r

Solution 5

We can see that D40=780|D_{40}| = 780, since we are choosing 2 integers [1,40][1,40], and order doesn't matter because (i,j)(i,j) and (j,i)(j,i) aren't both in the set. Then from doing a smaller example of D4D_4, we can note that non-endpoints must have an even number of pairs in DD in order for one domino's end to match another's beginning. Then, in order to maximize the length we want to minimize the number of dominoes we remove to make all pairs be even (except endpoints). Then we can see that for every two pairs with an odd number of pairs, we can connect single ends to form a circular chain (i.e. if we want to ensure that 2,3 have even pairs then we can imagine (3,1)(1,2)). Thus we can divide 40 by 4 to get the number of numbers to remove. Thus we need to remove 10 numbers. But each number is connected to another, so we remove 20 dominoes. Thus there are 780-20 = 760 dominoes not including endpoints. Finally, we can add one more domino at the end since it doesn't need to match up with the first of another to make it 761.