Difference between revisions of "2000 AIME I Problems/Problem 2"
(→Solutions) |
(→Solution 2) |
||
(One intermediate revision by the same user not shown) | |||
Line 16: | Line 16: | ||
We find the coordinates like in the solution above: <math>A = (u,v)</math>, <math>B = (v,u)</math>, <math>C = (-v,u)</math>, <math>D = (-v,-u)</math>, <math>E = (v,-u)</math>. Then we notice pentagon <math>ABCDE</math> fits into a rectangle of side lengths <math>(u+v)</math> and <math>(2u)</math>, giving us two triangles, each with hypotenuse <math>AB</math> and <math>BE</math>. First, we can solve for the first triangle. Using the coordinates of <math>A</math> and <math>B</math>, we discover the side lengths are both <math>(u-v)</math>, so the area of the triangle of hypotenuse <math>AB</math> is <math>\frac{1}{2}(u-v)^2</math>. Next, we can solve for the second triangle. Using the coordinates of <math>A</math> and <math>E</math>, we discover the side lengths are <math>(u-v)</math> and <math>(u+v)</math>, so the area of the triangle of hypotenuse <math>AE</math> is <math>\frac{1}{2}(u-v)(u+v) = \frac{1}{2}(u^2-v^2)</math>. Now, let’s subtract the area of these 2 triangles from the rectangle giving us <math>(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</math>. Next, we take note of the fact that <math>u</math> and <math>u+3v</math> are both factors of 451, and since both <math>u</math> and <math>v</math> are positive integers, <math>u+3v</math> must be greater than <math>u</math>, thus giving us two cases, where either <math>u=1</math> or <math>u=11</math>. After trying both, the only working pair of <math>(u,v)</math> where both <math>u</math> and <math>v</math> are integers are <math>u=11</math> and <math>v=10</math>, thus meaning <math>u + v =</math> <math>\boxed{021}</math> | We find the coordinates like in the solution above: <math>A = (u,v)</math>, <math>B = (v,u)</math>, <math>C = (-v,u)</math>, <math>D = (-v,-u)</math>, <math>E = (v,-u)</math>. Then we notice pentagon <math>ABCDE</math> fits into a rectangle of side lengths <math>(u+v)</math> and <math>(2u)</math>, giving us two triangles, each with hypotenuse <math>AB</math> and <math>BE</math>. First, we can solve for the first triangle. Using the coordinates of <math>A</math> and <math>B</math>, we discover the side lengths are both <math>(u-v)</math>, so the area of the triangle of hypotenuse <math>AB</math> is <math>\frac{1}{2}(u-v)^2</math>. Next, we can solve for the second triangle. Using the coordinates of <math>A</math> and <math>E</math>, we discover the side lengths are <math>(u-v)</math> and <math>(u+v)</math>, so the area of the triangle of hypotenuse <math>AE</math> is <math>\frac{1}{2}(u-v)(u+v) = \frac{1}{2}(u^2-v^2)</math>. Now, let’s subtract the area of these 2 triangles from the rectangle giving us <math>(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</math>. Next, we take note of the fact that <math>u</math> and <math>u+3v</math> are both factors of 451, and since both <math>u</math> and <math>v</math> are positive integers, <math>u+3v</math> must be greater than <math>u</math>, thus giving us two cases, where either <math>u=1</math> or <math>u=11</math>. After trying both, the only working pair of <math>(u,v)</math> where both <math>u</math> and <math>v</math> are integers are <math>u=11</math> and <math>v=10</math>, thus meaning <math>u + v =</math> <math>\boxed{021}</math> | ||
− | + | ~Aeioujyot | |
=== Solution 3 === | === Solution 3 === |
Latest revision as of 13:31, 22 October 2024
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 notice pentagon
fits into a rectangle of side lengths
and
, giving us two triangles, each with hypotenuse
and
. First, we can solve for the first triangle. Using the coordinates of
and
, we discover the side lengths are both
, so the area of the triangle of hypotenuse
is
. Next, we can solve for the second triangle. Using the coordinates of
and
, we discover the side lengths are
and
, so the area of the triangle of hypotenuse
is
. Now, let’s subtract the area of these 2 triangles from the rectangle giving us
. Next, we take note of the fact that
and
are both factors of 451, and since both
and
are positive integers,
must be greater than
, thus giving us two cases, where either
or
. After trying both, the only working pair of
where both
and
are integers are
and
, thus meaning
~Aeioujyot
Solution 3
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.