2008 AIME II Problems/Problem 5
Problem 5
In trapezoid with
, let
and
. Let
,
, and
and
be the midpoints of
and
, respectively. Find the length
.
Contents
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+H)/2,W); [/asy]](http://latex.artofproblemsolving.com/c/0/b/c0b6074f2ecbecac49db1848604ea72ef51447fd.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 if you drop perpendiculars from
and
to
and call the points where they meet
,
and
respectively and call
and
, then 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
.
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 |