AoPSWiki
Trying to get to the USAMO in 2010? Our AIME Problem Series can help you get there! Click here to enroll today!

2004 AMC 12B Problems/Problem 14

From AoPSWiki

Revision as of 19:56, 10 February 2009 by Misof (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)

Problem

In \triangle ABC, AB=13, AC=5, and BC=12. Points M and N lie on AC and BC, respectively, with CM=CN=4. Points J and K are on AB so that MJ and NK are perpendicular to AB. What is the area of pentagon CMJNK?

unitsize(0.5cm);defaultpen(0.8);pair C=(0,0), A=(0,5), B=(12,0), M=(0,4), N=(4,0);pair J=intersectionpoint(A--B, M--(M+rotate...

\mathrm{(A)}\ 15\qquad\mathrm{(B)}\ \frac{81}{5}\qquad\mathrm{(C)}\ \frac{205}{12}\qquad\mathrm{(D)}\ \frac{240}{13}\qquad\ma...

Solution

The triangle ABC is clearly a right triangle, its area is \frac{5\cdot 12}2 = 30. If we knew the areas of triangles AMJ and BNK, we could subtract them to get the area of the pentagon.

Draw the height CL from C onto AB. As AB=13 and the area is 30, we get CL=\frac{60}{13}. The situation is shown in the picture below:

unitsize(0.5cm);defaultpen(0.8);pair C=(0,0), A=(0,5), B=(12,0), M=(0,4), N=(4,0);pair J=intersectionpoint(A--B, M--(M+rotate...

Now note that the triangles ABC, AMJ, ACL, CBL and NBK all have the same angles and therefore they are similar. We already know some of their sides, and we will use this information to compute their areas. Note that if two polygons are similar with ratio k, their areas have ratio k^2. We will use this fact repeatedly. Below we will use [XYZ] to denote the area of the triangle XYZ.

We have \frac{CL}{BC} = \frac{60/13}{12} = \frac 5{13}, hence [ACL] = \frac{ 25[ABC] }{169} = \frac{750}{169}.

Also, \frac{CL}{AC} = \frac{60/13}5 = \frac{12}{13}, hence [CBL] = \frac{ 144[ABC] }{169} = \frac{4320}{169}.

Now for the smaller triangles:

We know that \frac{AM}{AC}=\frac 15, hence [AMJ] = \frac{[ACL]}{25} = \frac{30}{169}.

Similarly, \frac{BN}{BC}=\frac 8{12} = \frac 23, hence [NBK] = \frac{4[CBL]}9 = \frac{1920}{169}.

Finally, the area of the pentagon is 30 - \frac{30}{169} - \frac{1920}{169} = \boxed{\frac{240}{13}}.


See Also

2004 AMC 12B (ProblemsResources)
Preceded by
Problem 13
Followed by
Problem 15
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
Looking for a challenging geometry text? Preparing for MATHCOUNTS or the AMC exams? Check out Art of Problem Solving's Introduction to Geometry by Richard Rusczyk.
© Copyright 2008 AoPS Incorporated. All Rights Reserved. • FoundationPrivacyContact Us