返回题库

AIME 2000 I · 第 2 题

AIME 2000 I — Problem 2

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let uu and vv be integers satisfying 0<v<u0 < v < u. Let A=(u,v)A = (u,v), let BB be the reflection of AA across the line y=xy = x, let CC be the reflection of BB across the y-axis, let DD be the reflection of CC across the x-axis, and let EE be the reflection of DD across the y-axis. The area of pentagon ABCDEABCDE is 451451. Find u+vu + v.

解析

Solutions

Solution 1

AIME diagram

Since A=(u,v)A = (u,v), we can find the coordinates of the other points: B=(v,u)B = (v,u), C=(v,u)C = (-v,u), D=(v,u)D = (-v,-u), E=(v,u)E = (v,-u). If we graph those points, we notice that since the latter four points are all reflected across the x/y-axis, they form a rectangle, and ABEABE is a triangle. The area of BCDEBCDE is (2u)(2v)=4uv(2u)(2v) = 4uv and the area of ABEABE is 12(2u)(uv)=u2uv\frac{1}{2}(2u)(u-v) = u^2 - uv. Adding these together, we get u2+3uv=u(u+3v)=451=1141u^2 + 3uv = u(u+3v) = 451 = 11 \cdot 41. Since u,vu,v are positive, u+3v>uu+3v>u, and by matching factors we get either (u,v)=(1,150)(u,v) = (1,150) or (11,10)(11,10). Since v<uv < u the latter case is the answer, and u+v=021u+v = \boxed{021}.

Solution 2

We find the coordinates like in the solution above: A=(u,v)A = (u,v), B=(v,u)B = (v,u), C=(v,u)C = (-v,u), D=(v,u)D = (-v,-u), E=(v,u)E = (v,-u). Then we notice pentagon ABCDEABCDE fits into a rectangle of side lengths (u+v)(u+v) and (2u)(2u), giving us two triangles, each with hypotenuse ABAB and BEBE. First, we can solve for the first triangle. Using the coordinates of AA and BB, we discover the side lengths are both (uv)(u-v), so the area of the triangle of hypotenuse ABAB is 12(uv)2\frac{1}{2}(u-v)^2. Next, we can solve for the second triangle. Using the coordinates of AA and EE, we discover the side lengths are (uv)(u-v) and (u+v)(u+v), so the area of the triangle of hypotenuse AEAE is 12(uv)(u+v)=12(u2v2)\frac{1}{2}(u-v)(u+v) = \frac{1}{2}(u^2-v^2). Now, let’s subtract the area of these 2 triangles from the rectangle giving us (u+v)(2u)12(uv)212(u2v2)=451>u2+3uv=451>u(u+3v)=451(u+v)(2u)-\frac{1}{2}(u-v)^2-\frac{1}{2}(u^2-v^2)=451 —> u^2+3uv=451 -> u(u+3v)=451. Next, we take note of the fact that uu and u+3vu+3v are both factors of 451, and since both uu and vv are positive integers, u+3vu+3v must be greater than uu, thus giving us two cases, where either u=1u=1 or u=11u=11. After trying both, the only working pair of (u,v)(u,v) where both uu and vv are integers are u=11u=11 and v=10v=10, thus meaning u+v=u + v = 021\boxed{021}

~Aeioujyot

Solution 3

We find the coordinates like in the solution above: A=(u,v)A = (u,v), B=(v,u)B = (v,u), C=(v,u)C = (-v,u), D=(v,u)D = (-v,-u), E=(v,u)E = (v,-u). Then we apply the Shoelace Theorem.

A=12[(u2+vu+vu+vu+v2)(v2uvuvuvu2)]=451A = \frac{1}{2}[(u^2 + vu + vu + vu + v^2) - (v^2 - uv - uv - uv -u^2)] = 451 12(2u2+6uv)=451\frac{1}{2}(2u^2 + 6uv) = 451 u(u+3v)=451u(u + 3v) = 451 This means that (u,v)=(11,10)(u,v) = (11, 10) or (1,150)(1,150), but since v<uv < u, then the answer is 021\boxed{021}