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>. | ||
− | == | + | == Solutions == |
=== Solution 1 === | === Solution 1 === | ||
<center><asy> | <center><asy> |
Revision as of 22:43, 16 May 2021
Problem
Let and
be integers satisfying
. Let
, let
be the reflection of
across the line
, let
be the reflection of
across the y-axis, let
be the reflection of
across the x-axis, and let
be the reflection of
across the y-axis. The area of pentagon
is
. Find
.
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]](http://latex.artofproblemsolving.com/d/4/9/d49b785d1030eea278bb89aaeeef04946478a11e.png)
Since , we can find the coordinates of the other points:
,
,
,
. 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
is a triangle. The area of
is
and the area of
is
. Adding these together, we get
. Since
are positive,
, and by matching factors we get either
or
. Since
the latter case is the answer, and
.
Solution 2
We find the coordinates like in the solution above: ,
,
,
,
. Then we apply the Shoelace Theorem.
This means that or
, but since
, then the answer is
See also
2000 AIME I (Problems • Answer Key • Resources) | ||
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.