Difference between revisions of "2000 AIME I Problems/Problem 2"

(Solution 1)
m (Solution)
 
Line 2: Line 2:
 
Let <math>u</math> and <math>v</math> be [[integer]]s satisfying <math>0 < v < u</math>. Let <math>A = (u,v)</math>, let <math>B</math> be the [[reflection]] of <math>A</math> across the line <math>y = x</math>, let <math>C</math> be the reflection of <math>B</math> across the y-axis, let <math>D</math> be the reflection of <math>C</math> across the x-axis, and let <math>E</math> be the reflection of <math>D</math> across the y-axis. The area of [[pentagon]] <math>ABCDE</math> is <math>451</math>. Find <math>u + v</math>.
 
Let <math>u</math> and <math>v</math> be [[integer]]s satisfying <math>0 < v < u</math>. Let <math>A = (u,v)</math>, let <math>B</math> be the [[reflection]] of <math>A</math> across the line <math>y = x</math>, let <math>C</math> be the reflection of <math>B</math> across the y-axis, let <math>D</math> be the reflection of <math>C</math> across the x-axis, and let <math>E</math> be the reflection of <math>D</math> across the y-axis. The area of [[pentagon]] <math>ABCDE</math> is <math>451</math>. Find <math>u + v</math>.
  
== Solution ==
+
== Solutions ==
 
=== Solution 1 ===
 
=== Solution 1 ===
 
<center><asy>
 
<center><asy>

Latest revision as of 22:43, 16 May 2021

Problem

Let $u$ and $v$ be integers satisfying $0 < v < u$. Let $A = (u,v)$, let $B$ be the reflection of $A$ across the line $y = x$, let $C$ be the reflection of $B$ across the y-axis, let $D$ be the reflection of $C$ across the x-axis, and let $E$ be the reflection of $D$ across the y-axis. The area of pentagon $ABCDE$ is $451$. Find $u + v$.

Solutions

Solution 1

[asy] pointpen = black; pathpen = linewidth(0.7) + black; size(180); pair A=(11,10), B=(10,11), C=(-10, 11), D=(-10, -11), E=(10, -11); D(D(MP("A\ (u,v)",A,(1,0)))--D(MP("B",B,N))--D(MP("C",C,N))--D(MP("D",D))--D(MP("E",E))--cycle); D((-15,0)--(15,0),linewidth(0.6),Arrows(5)); D((0,-15)--(0,15),linewidth(0.6),Arrows(5)); D((-15,-15)--(15,15),linewidth(0.6),Arrows(5)); [/asy]

Since $A = (u,v)$, we can find the coordinates of the other points: $B = (v,u)$, $C = (-v,u)$, $D = (-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 $ABE$ is a triangle. The area of $BCDE$ is $(2u)(2v) = 4uv$ and the area of $ABE$ is $\frac{1}{2}(2u)(u-v) = u^2 - uv$. Adding these together, we get $u^2 + 3uv = u(u+3v) = 451 = 11 \cdot 41$. Since $u,v$ are positive, $u+3v>u$, and by matching factors we get either $(u,v) = (1,150)$ or $(11,10)$. Since $v < u$ the latter case is the answer, and $u+v = \boxed{021}$.

Solution 2

We find the coordinates like in the solution above: $A = (u,v)$, $B = (v,u)$, $C = (-v,u)$, $D = (-v,-u)$, $E = (v,-u)$. Then we apply the Shoelace Theorem. \[A =  \frac{1}{2}[(u^2 + vu + vu + vu + v^2) - (v^2 - uv - uv - uv -u^2)] = 451\] \[\frac{1}{2}(2u^2 + 6uv) = 451\] \[u(u + 3v) = 451\]

This means that $(u,v) = (11, 10)$ or $(1,150)$, but since $v < u$, then the answer is $\boxed{021}$

See also

2000 AIME I (ProblemsAnswer KeyResources)
Preceded by
Problem 1
Followed by
Problem 3
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
All AIME Problems and Solutions

The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions. AMC logo.png