2009 AIME I Problems/Problem 5
Contents
Problem
Triangle has
and
. Points
and
are located on
and
respectively so that
, and
is the angle bisector of angle
. Let
be the point of intersection of
and
, and let
be the point on line
for which
is the midpoint of
. If
, find
.
Diagram
![[asy] import markers; defaultpen(fontsize(8)); size(300); pair A=(0,0), B=(30*sqrt(331),0), C, K, L, M, P; C = intersectionpoints(Circle(A,450), Circle(B,300))[0]; K = midpoint(A--C); L = (3*B+2*A)/5; P = extension(B,K,C,L); M = 2*K-P; draw(A--B--C--cycle); draw(C--L);draw(B--M--A); markangle(n=1,radius=15,A,C,L,marker(markinterval(stickframe(n=1),true))); markangle(n=1,radius=15,L,C,B,marker(markinterval(stickframe(n=1),true))); dot(A^^B^^C^^K^^L^^M^^P); label("$A$",A,(-1,-1));label("$B$",B,(1,-1));label("$C$",C,(1,1)); label("$K$",K,(0,2));label("$L$",L,(0,-2));label("$M$",M,(-1,1)); label("$P$",P,(1,1)); label("$180$",(A+M)/2,(-1,0));label("$180$",(P+C)/2,(-1,0));label("$225$",(A+K)/2,(0,2));label("$225$",(K+C)/2,(0,2)); label("$300$",(B+C)/2,(1,1)); [/asy]](http://latex.artofproblemsolving.com/5/b/d/5bd5ad7e87b56ebff30bc90b55c084d90c0f16c9.png)
Solution 1
![[asy] import markers; defaultpen(fontsize(8)); size(300); pair A=(0,0), B=(30*sqrt(331),0), C, K, L, M, P; C = intersectionpoints(Circle(A,450), Circle(B,300))[0]; K = midpoint(A--C); L = (3*B+2*A)/5; P = extension(B,K,C,L); M = 2*K-P; draw(A--B--C--cycle); draw(C--L);draw(B--M--A); markangle(n=1,radius=15,A,C,L,marker(markinterval(stickframe(n=1),true))); markangle(n=1,radius=15,L,C,B,marker(markinterval(stickframe(n=1),true))); dot(A^^B^^C^^K^^L^^M^^P); label("$A$",A,(-1,-1));label("$B$",B,(1,-1));label("$C$",C,(1,1)); label("$K$",K,(0,2));label("$L$",L,(0,-2));label("$M$",M,(-1,1)); label("$P$",P,(1,1)); label("$180$",(A+M)/2,(-1,0));label("$180$",(P+C)/2,(-1,0));label("$225$",(A+K)/2,(0,2));label("$225$",(K+C)/2,(0,2)); label("$300$",(B+C)/2,(1,1)); [/asy]](http://latex.artofproblemsolving.com/5/b/d/5bd5ad7e87b56ebff30bc90b55c084d90c0f16c9.png)
Since is the midpoint of
and
, quadrilateral
is a parallelogram, which implies
and
is similar to
Thus,
Now let's apply the angle bisector theorem.
Solution 2 (Mass Points)
Using the diagram above, we can solve this problem by using mass points. By angle bisector theorem:
So, we can weight
as
and
as
and
as
. Since
is the midpoint of
and
, the weight of
is equal to the weight of
, which equals
.
Also, since the weight of
is
and
is
, we can weight
as
.
By the definition of mass points,
By vertical angles, angle
angle
.
Also, it is given that
and
.
By the SAS congruence, =
. So,
=
=
.
Since
,
Solution 3 (Law of Cosines Bash)
Using the diagram from solution , we can also utilize the fact that
forms a parallelogram. Because of that, we know that
.
Applying the angle bisector theorem to , we get that
So, we can let
and
.
Now, apply law of cosines on and
If we let , then the law of cosines gives the following system of equations:
Bashing those out, we get that and
Since , we can use the double angle formula to calculate that
Now, apply Law of Cosines on to find
.
We get:
Bashing gives
From the angle bisector theorem on , we know that
So,
and
Now, we apply Law of Cosines on and
in order to solve for the length of
.
We get the following system:
The first equation gives or
and the second gives
or
.
The only value that satisfies both equations is , and since
, we have
Video Solution
~IceMatrix
Video Solution
~Shreyas S
Solution 4(Area Ratios)
Note that we are given that , that
Note then that
by vertical angles. From this, we have
This means that
is 180. Applying angle bisector theorem on
gives
Applying it on
yields
Now we can proceed with area ratios. Suppose the area of
This means that
Continuing on
we have
Since
Area ratios on
yield
Now, suppose
We have that the ratio of areas of
and
is
and is also
and equating these gives
See also
2009 AIME I (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.