返回题库

AIME 1999 · 第 2 题

AIME 1999 — Problem 2

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Consider the parallelogram with vertices (10,45)(10,45), (10,114)(10,114), (28,153)(28,153), and (28,84)(28,84). A line through the origin cuts this figure into two congruent polygons. The slope of the line is m/n,m/n, where mm_{} and nn_{} are relatively prime positive integers. Find m+nm+n.

解析

Solution

Solution 1

Let the first point on the line x=10x=10 be (10,45+a)(10,45+a) where a is the height above (10,45)(10,45). Let the second point on the line x=28x=28 be (28,153a)(28, 153-a). For two given points, the line will pass the origin if the coordinates are proportional (such that y1x1=y2x2\frac{y_1}{x_1} = \frac{y_2}{x_2}). Then, we can write that 45+a10=153a28\frac{45 + a}{10} = \frac{153 - a}{28}. Solving for aa yields that 153010a=1260+28a1530 - 10a = 1260 + 28a, so a=27038=13519a=\frac{270}{38}=\frac{135}{19}. The slope of the line (since it passes through the origin) is 45+1351910=9919\frac{45 + \frac{135}{19}}{10} = \frac{99}{19}, and the solution is m+n=118m + n = \boxed{118}.

Solution 2 (the best solution)

You can clearly see that a line that cuts a parallelogram into two congruent pieces must go through the center of the parallelogram. Taking the midpoint of (10,45)(10,45), and (28,153)(28,153) gives (19,99)(19,99), which is the center of the parallelogram. Thus the slope of the line must be 9919\frac{99}{19}, and the solution is 118\boxed{118}.

Edit by ngourise: if u dont think this is the best solution then smh

Solution 3 (Area)

Note that the area of the parallelogram is equivalent to 6918=1242,69 \cdot 18 = 1242, so the area of each of the two trapezoids with congruent area is 621.621. Therefore, since the height is 18,18, the sum of the bases of each trapezoid must be 69.69.

The points where the line in question intersects the long side of the parallelogram can be denoted as (10,10mn)(10, \frac{10m}{n}) and (28,28mn),(28, \frac{28m}{n}), respectively. We see that 10mn45+28mn84=69,\frac{10m}{n} - 45 + \frac{28m}{n} - 84 = 69, so 38mn=198    mn=9919    118.\frac{38m}{n} = 198 \implies \frac{m}{n} = \frac{99}{19} \implies \boxed{118}.

Solution by Ilikeapos

Solution 4 (centroid) (fastest way)

(Σxi/4,Σyi/4)(\Sigma x_i /4, \Sigma y_i /4) is the centroid, which generates (19,99)(19,99), so the answer is 118\boxed{118}. This is the fastest way because you do not need to find the opposite vertices by drawing.

Solution by maxamc