2004 AIME I Problems/Problem 9

Revision as of 19:57, 7 June 2008 by Azjps (talk | contribs) (temp saving)

Problem

Let $ABC$ be a triangle with sides 3, 4, and 5, and $DEFG$ be a 6-by-7 rectangle. A segment is drawn to divide triangle $ABC$ into a triangle $U_1$ and a trapezoid $V_1$ and another segment is drawn to divide rectangle $DEFG$ into a triangle $U_2$ and a trapezoid $V_2$ such that $U_1$ is similar to $U_2$ and $V_1$ is similar to $V_2.$ The minimum value of the area of $U_1$ can be written in the form $m/n,$ where $m$ and $n$ are relatively prime positive integers. Find $m+n.$

Solution

We let $AB=3, AC=4, DE=6, DG=7$ for the purpose of labeling. Clearly, the dividing segment in $DEFG$ must go through one of its vertices, without loss of generality $D$. The other endpoint ($D'$) of the segment can either lie on $\overline{EF}$ or $\overline{FG}$. $V_2$ is a trapezoid with a right angle then, from which it follows that $V_1$ contains one of the right angles of $\triangle ABC$, and so $U_1$ is similar to $ABC$. Thus $U_1$, and hence $U_2$, are $3-4-5\,\triangle$s.

Suppose we find the ratio $r$ of the smaller base to the larger base for $V_2$, which consequently is the same ratio for $V_1$. By similar triangles, it follows that $U_1 \sim \triangle ABC$ by the same ratio, and since the ratio of the areas of two similar figures is equal to the square of the ratio of their corresponding lengths, it follows that $[U_1] = r^2 \cdot [ABC] = 6r^2$.

[asy] defaultpen(linewidth(0.7)); size(120); pair A=(0,0),B=(0,3),C=(4,0); draw(MP("A",A)--MP("B",B)--MP("C",C)--cycle); [/asy]     [asy] defaultpen(linewidth(0.7));  size(120); pair D=(0,0),E=(0,6),F=(7,6),G=(7,0); draw(MP("D",D)--MP("E",E)--MP("F",F)--MP("G",G)--cycle); [/asy]
[asy]defaultpen(linewidth(0.7));  size(120); pair A=(0,0),B=(0,3),C=(4,0); draw(A--B--C--cycle); [/asy]     [asy]defaultpen(linewidth(0.7));  size(120); pair D=(0,0),E=(0,6),F=(7,6),G=(7,0); draw(D--E--F--G--cycle); [/asy]
  • If $D'$ lies on $\overline{EF}$, then $ED' = \frac{9}{2},\, 8$; the latter can be discarded as extraneous. Therefore, $D'F = \frac{5}{2}$, and the ratio $\frac{D'F}{DG} = \frac{5}{14}$. The area of $[U_1] = 6\left(\frac{5}{14}\right)^2$ in this case.
  • If $D'$ lies on $\overline{FG}$, then $GD' = \frac{21}{4},\, \frac{28}{3}$; the latter can be discarded as extraneous. Therefore, $D'F = \frac{3}{4}$, and the ratio $\frac{D'F}{DE} = \frac{1}{8}$. The area of $[U_1] = 6\left(\frac{1}{8}\right)^2$ in this case.

Of the two cases, the second is smaller; the answer is $\frac{3}{32}$, and $m+n = \boxed{035}$.

See also

2004 AIME I (ProblemsAnswer KeyResources)
Preceded by
Problem 8
Followed by
Problem 10
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
All AIME Problems and Solutions