2000 AIME I Problems/Problem 2
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.