2008 AIME II Problems/Problem 5
Contents
Problem
In trapezoid with
, let
and
. Let
,
, and
and
be the midpoints of
and
, respectively. Find the length
.
Solution
Solution 1
Extend and
to meet at a point
. Then
.
![[asy] size(220); defaultpen(0.7+fontsize(10)); real f=100, r=1004/f; pair A=(0,0), D=(2*r, 0), N=(r,0), E=N+r*expi(74*pi/180); pair B=(126*A+125*E)/251, C=(126*D + 125*E)/251; pair[] M = intersectionpoints(N--E,B--C); draw(A--B--C--D--cycle); draw(B--E--C,dashed); draw(M[0]--N); draw(N--E,dashed); draw(rightanglemark(D,E,A,2)); picture p = new picture; draw(p,Circle(N,r),dashed+linewidth(0.5)); clip(p,A--D--D+(0,20)--A+(0,20)--cycle); add(p); label("\(A\)",A,SW); label("\(B\)",B,NW); label("\(C\)",C,NE); label("\(D\)",D,SE); label("\(E\)",E,NE); label("\(M\)",M[0],SW); label("\(N\)",N,S); label("\(1004\)",(N+D)/2,S); label("\(500\)",(M[0]+C)/2,S); [/asy]](http://latex.artofproblemsolving.com/a/d/e/ade36a6d8b6d97f88722facc76700d34501ddae8.png)
As , note that the midpoint of
,
, is the center of the circumcircle of
. We can do the same with the circumcircle about
and
(or we could apply the homothety to find
in terms of
). It follows that
Thus .
For purposes of rigor we will show that are collinear. Since
, then
and
are homothetic with respect to point
by a ratio of
. Since the homothety carries the midpoint of
,
, to the midpoint of
, which is
, then
are collinear.
Solution 2
![[asy] size(220); defaultpen(0.7+fontsize(10)); real f=100, r=1004/f; pair A=(0,0), D=(2*r, 0), N=(r,0), E=N+r*expi(74*pi/180); pair B=(126*A+125*E)/251, C=(126*D + 125*E)/251; pair[] M = intersectionpoints(N--E,B--C); pair F = foot(B,A,D), G=foot(C,A,D), H=foot(M[0],A,D); draw(A--B--C--D--cycle); draw(M[0]--N); draw(B--F,dashed); draw(C--G,dashed); draw(M[0]--H,dashed); label("\(A\)",A,SW); label("\(B\)",B,NW); label("\(C\)",C,NE); label("\(D\)",D,NE); label("\(F\)",F,S); label("\(G\)",G,SW); label("\(M\)",M[0],SW); label("\(N\)",N,S); label("\(H\)",H,S); label("\(x\)",(N+H)/2+(0,1),S); label("\(h\)",(B+F)/2,W); label("\(h\)",(C+G)/2,W); label("\(1000\)",(B+C)/2,NE); label("\(504-x\)",(G+D)/2,S); label("\(504+x\)",(A+F)/2,S); label("\(h\)",(M[0]+H)/2,(1,0)); [/asy]](http://latex.artofproblemsolving.com/e/d/2/ed2323da960926cb22458648f561a6953f91de51.png)
Let be the feet of the perpendiculars from
onto
, respectively. Let
, so
and
. Also, let
.
By AA~, we have that , and so
By the Pythagorean Theorem on ,
so
.
Solution 3
If you drop perpendiculars from and
to
, and call the points where they meet
,
and
respectively, then
and
, and so you can solve an equation in tangents. Since
and
, you can solve the equation [by cross-multiplication]:
However, we know that and
are co-functions. Applying this,
Now, if we can find
, and the height of the trapezoid, we can create a right triangle and use the Pythagorean Theorem to find
.
The leg of the right triangle along the horizontal is:
Now to find the other leg of the right triangle (also the height of the trapezoid), we can simplify the following expression:
Now we used Pythagorean Theorem and get that is equal to:
However, and
so now we end up with:
Solution 4
Plot the trapezoid such that ,
,
, and
.
The midpoints of the requested sides are and
.
To find the distance from to
, we simply apply the distance formula and the Pythagorean identity
to get
.
Solution 5
Similar to solution 1; Notice that it forms a right triangle. Remembering that the median to the hypotenuse is simply half the length of the hypotenuse, we quickly see that the length is .
Solution 6
Obviously, these angles are random--the only special thing about them is that they add up to 90. So we might as well let the given angles equal 45 and 45, and now the answer is trivially . (The trapezoid is isosceles, and you see two 45-45-90 triangles;from there you can get the answer.)
Solution 7
Let the height be h. Note that if then if we draw perpendiculars like in solution 1,
Note that we wish to find
Let's find
in two ways. Finding
from
yields
Finding it from
yields
Setting these equal yields
Solution 8
Rotate trapezoid 180 degrees around point
so that
coincides with
. Let the image of trapezoid
be
. Since angles are preserved during rotations,
. Since
and
,
is a parallelogram. Thus,
.
Let the point where
intersects
be
. Since
is a parallelogram,
. Since
and
,
is a median to the hypotenuse of
. Therefore,
, and
See also
2008 AIME II (Problems • Answer Key • Resources) | ||
Preceded by Problem 4 |
Followed by Problem 6 | |
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.