返回题库

AIME 2000 II · 第 11 题

AIME 2000 II — Problem 11

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

The coordinates of the vertices of isosceles trapezoid ABCDABCD are all integers, with A=(20,100)A=(20,100) and D=(21,107)D=(21,107). The trapezoid has no horizontal or vertical sides, and AB\overline{AB} and CD\overline{CD} are the only parallel sides. The sum of the absolute values of all possible slopes for AB\overline{AB} is m/nm/n, where mm and nn are relatively prime positive integers. Find m+nm+n.

解析

Solution

For simplicity, we translate the points so that AA is on the origin and D=(1,7)D = (1,7). Suppose BB has integer coordinates; then AB\overrightarrow{AB} is a vector with integer parameters (vector knowledge is not necessary for this solution). We construct the perpendicular from AA to CD\overline{CD}, and let D=(a,b)D' = (a,b) be the reflection of DD across that perpendicular. Then ABCDABCD' is a parallelogram, and AB=DC\overrightarrow{AB} = \overrightarrow{D'C}. Thus, for CC to have integer coordinates, it suffices to let DD' have integer coordinates.[1]

AIME diagram

Let the slope of the perpendicular be mm. Then the midpoint of DD\overline{DD'} lies on the line y=mxy=mx, so b+72=ma+12\frac{b+7}{2} = m \cdot \frac{a+1}{2}. Also, AD=ADAD = AD' implies that a2+b2=12+72=50a^2 + b^2 = 1^2 + 7^2 = 50. Combining these two equations yields

a2+(7(a+1)m)2=50a^2 + \left(7 - (a+1)m\right)^2 = 50 Since aa is an integer, then 7(a+1)m7-(a+1)m must be an integer. There are 1212 pairs of integers whose squares sum up to 50,50, namely (±1,±7),(±7,±1),(±5,±5)( \pm 1, \pm 7), (\pm 7, \pm 1), (\pm 5, \pm 5). We exclude the cases (±1,±7)(\pm 1, \pm 7) because they lead to degenerate parallelograms (rectangle, line segment, vertical and horizontal sides). Thus we have

78m=±1,7+6m=±1,76m=±5,7+4m=±57 - 8m = \pm 1, \quad 7 + 6m = \pm 1, \quad 7 - 6m = \pm 5, 7 + 4m = \pm 5 These yield m=1,34,1,43,2,13,3,12m = 1, \frac 34, -1, -\frac 43, 2, \frac 13, -3, - \frac 12. Therefore, the corresponding slopes of AB\overline{AB} are 1,43,1,34,12,3,13-1, -\frac 43, 1, \frac 34, -\frac 12, -3, \frac 13, and 22. The sum of their absolute values is 11912\frac{119}{12}. The answer is m+n=131m+n= \boxed{131}

^ In other words, since ABCDABCD' is a parallelogram, the difference between the x-coordinates and the y-coordinates of CC and DD' are, respectively, the difference between the x-coordinates and the y-coordinates of AA and BB. But since the latter are integers, then the former are integers also, so CC has integer coordinates iff DD' has integer coordinates.

Note: It may not seem like we considered that the coordinates of BB have to be integers, but since the slopes of AB\overline{AB} are all rational, we can just extend AB\overline{AB} by some arbitrary amount so that BB becomes a lattice point, which won't affect the position of DD'. ~inaccessibles

Solution 2

A very natural solution: Shift AA to the origin. Suppose point BB is (x,kx)(x, kx). Note kk is the slope we're looking for. Note that point CC must be of the form: (x±1,kx±7)(x \pm 1, kx \pm 7) or (x±7,kx±1)(x \pm 7, kx \pm 1) or (x±5,kx±5)(x \pm 5, kx \pm 5). Note that we want the slope of the line connecting DD and CC so also be kk, since ABAB and CDCD are parallel. Instead of dealing with the 12 cases, we consider point CC of the form (x±Y,kx±Z)(x \pm Y, kx \pm Z) where we plug in the necessary values for YY and ZZ after simplifying. Since the slopes of ABAB and CDCD must both be kk, 7kx±Z1x±Y=k    k=7±Z1±Y\frac{7 - kx \pm Z}{1 - x \pm Y} = k \implies k = \frac{7 \pm Z}{1 \pm Y}. Plugging in the possible values of ±7,±1,±5\pm 7, \pm 1, \pm 5 in their respective pairs and ruling out degenerate cases, we find the sum is 11912    m+n=131\frac{119}{12} \implies m + n = \boxed{131} - whatRthose

(Note: This Solution is a lot faster if you rule out (Y,Z)=(1,7)(Y, Z) = (1, 7) due to degeneracy.)