AoPSWiki
Looking for a challenging algebra text? Preparing for MATHCOUNTS or the AMC exams?
Check out Art of Problem Solving's Introduction to Algebra by Richard Rusczyk.

2001 AMC 12 Problems/Problem 22

From AoPSWiki

Contents

Problem

In rectangle ABCD, points F and G lie on AB so that AF=FG=GB and E is the midpoint of \overline{DC}. Also, \overline{AC} intersects \overline{EF} at H and \overline{EG} at J. The area of the rectangle ABCD is 70. Find the area of triangle EHJ.

\text{(A) }\frac {5}{2}\qquad\text{(B) }\frac {35}{12}\qquad\text{(C) }3\qquad\text{(D) }\frac {7}{2}\qquad\text{(E) }\frac {...

Solution

unitsize(0.5cm);defaultpen(0.8);pair A=(0,0), B=(10,0), C=(10,7), D=(0,7), E=(C+D)/2, F=(2*A+B)/3, G=(A+2*B)/3;pair H = inter...

Let [X] denote the area of the polygon X.

Solution 1

Note that the triangles AFH and CEH are similar, as they have the same angles. Hence \frac {AH}{HC} = \frac{AF}{EC} = \frac 23.

Also, triangles AGJ and CEJ are similar, hence \frac {AJ}{JC} = \frac {AG}{EC} = \frac 43.

We can now compute [EHJ] as [ACD]-[AHD]-[DEH]-[EJC]. We have:

  • [ACD]=\frac{[ABCD]}2 = 35.
  • [AHD] is 2/5 of [ACD], as these two triangles have the same base AD, and AH is 2/5 of AC, therefore also the height from H onto AD is 2/5 of the height from C. Hence [AHD]=14.
  • [HED] is 3/10 of [ACD], as the base ED is 1/2 of the base CD, and the height from H is 3/5 of the height from A. Hence [HED]=\frac {21}2.
  • [JEC] is 3/14 of [ACD] for similar reasons, hence [JEC]=\frac{15}2.

Therefore [EHJ]=[ACD]-[AHD]-[DEH]-[EJC]=35-14-\frac {21}2-\frac{15}2 = \boxed{3}.

Solution 2

As in the previous solution, we note the similar triangles and prove that H is in 2/5 and J in 4/7 of AC.

We can then compute that HJ = AC \cdot \left( \frac 47 - \frac 25 \right) = AC \cdot \frac{6}{35}.

As E is the midpoint of CD, the height from E onto AC is 1/2 of the height from D onto AC. Therefore we have [EHJ] = \frac{6}{35} \cdot \frac 12 \cdot [ACD] = \frac 3{35} \cdot 35 = \boxed{3}.

See Also

2001 AMC 12 (ProblemsResources)
Preceded by
Problem 21
Followed by
Problem 23
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