2004 AMC 10B Problems/Problem 20

Revision as of 17:44, 9 February 2009 by Misof (talk | contribs) (New page: == Problem == In <math>\triangle ABC</math> points <math>D</math> and <math>E</math> lie on <math>BC</math> and <math>AC</math>, respectively. If <math>AD</math> and <math>BE</math> inter...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Problem

In $\triangle ABC$ points $D$ and $E$ lie on $BC$ and $AC$, respectively. If $AD$ and $BE$ intersect at $T$ so that $AT/DT=3$ and $BT/ET=4$, what is $CD/BD$?


$\mathrm{(A) \ } \frac{1}{8} \qquad \mathrm{(B) \ } \frac{2}{9} \qquad \mathrm{(C) \ } \frac{3}{10} \qquad \mathrm{(D) \ } \frac{4}{11} \qquad \mathrm{(E) \ } \frac{5}{12}$


[asy] unitsize(1cm); defaultpen(0.8); pair A=(0,0), B=5*dir(60), C=5*(1,0), D=B + (11/15)*(C-B), E = A + (11/16)*(C-A); draw(A--B--C--cycle); draw(A--D); draw(B--E); pair T=intersectionpoint(A--D,B--E); label("$A$",A,SW); label("$B$",B,N); label("$C$",C,SE); label("$D$",D,NE); label("$E$",E,S); label("$T$",T,2*WNW); [/asy]

Solution

Affine transformations preserve ratios of distances, and for any pair of triangles there is an affine transformation that maps the first one onto the second one. This is why the answer is the same for any $\triangle ABC$, and we just need to compute it for any single triangle.

We can choose the points $A=(-3,0)$, $B=(0,4)$, and $D=(1,0)$. This way we will have $T=(0,0)$, and $E=(0,-1)$. The situation is shown in the picture below:

[asy] unitsize(1cm); defaultpen(0.8); pair A=(-3,0), B=(0,4), C=(15/11,-16/11), D=(1,0), E=(0,-1); draw(A--B--C--cycle); draw(A--D); draw(B--E); pair T=intersectionpoint(A--D,B--E); label("$A$",A,SW); label("$B$",B,N); label("$C$",C,SE); label("$D$",D,NE); label("$E$",E,S); label("$T$",T,NW); label("$3$",A--T,N); label("$4$",B--T,W); label("$1$",D--T,N); label("$1$",E--T,W);  [/asy]

The point $C$ is the intersection of the lines $BD$ and $AE$. The points on the first line have the form $(t,4-4t)$, the points on the second line have the form $(t,-1-t/3)$. Solving for $t$ we get $t=15/11$, hence $C=(15/11,-16/11)$.

The ratio $CD/BD$ can now be computed simply by observing the $x$ coordinates of $B$, $C$, and $D$:

\[\frac{CD}{BD} = \frac{15/11 - 1}{1 - 0} = \boxed{\frac 4{11}}\]

See also

2004 AMC 10B (ProblemsAnswer KeyResources)
Preceded by
Problem 19
Followed by
Problem 21
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
All AMC 10 Problems and Solutions