Difference between revisions of "2004 AMC 10B Problems/Problem 20"

m (Solution (Coordinates))
m (Changed the diagram slightly)
(22 intermediate revisions by 13 users not shown)
Line 1: Line 1:
 
== Problem ==
 
== 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> intersect at <math>T</math> so that <math>AT/DT=3</math> and <math>BT/ET=4</math>, what is <math>CD/BD</math>?
+
 
 +
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> intersect at <math>T</math> so that <math>\frac{AT}{DT}=3</math> and <math>\frac{BT}{ET}=4</math>, what is <math>\frac{CD}{BD}</math>?
  
  
<math> \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} </math>
 
  
  
 
<asy>
 
<asy>
unitsize(1cm);
+
unitsize(1.5 cm);
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);
+
pair A, B, C, D, E, F, T;
 +
 
 +
A = (0,0);
 +
B = (3,3);
 +
C = (4.5,0);
 +
D = (2*C + B)/3;
 +
E = (5*C + 2*A)/7;
 +
T = extension(A,D,B,E);
 +
F = extension(D, D + A - C, B, E);
 +
 
 
draw(A--B--C--cycle);
 
draw(A--B--C--cycle);
 
draw(A--D);
 
draw(A--D);
 
draw(B--E);
 
draw(B--E);
pair T=intersectionpoint(A--D,B--E);
+
 
label("$A$",A,SW);
+
 
label("$B$",B,N);
+
label("$A$", A, SW);
label("$C$",C,SE);
+
label("$B$", B, N);
label("$D$",D,NE);
+
label("$C$", C, SE);
label("$E$",E,S);
+
label("$D$", D, NE);
label("$T$",T,2*WNW);
+
label("$E$", E, S);
 +
label("$T$", T, SE);
 +
 
 
</asy>
 
</asy>
  
== Solution (Triangle Areas) ==
+
 
 +
<math> \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} </math>
 +
 
 +
== Solution 1 (Triangle Areas) ==
  
 
We use the square bracket notation <math>[\cdot]</math> to denote area.
 
We use the square bracket notation <math>[\cdot]</math> to denote area.
  
Without loss of generality, we can assume <math>[\triangle BTD] = 1</math>. Then <math>[\triangle BTA] = 3</math>, and <math>[\triangle ATE] = 3/4</math>. We have <math>CD/BD = [\triangle  ACD]/[\triangle ABD]</math>, so we need to find the area of quadrilateral <math>TDCE</math>.
+
WLOG, we can assume <math>[\triangle BTD] = 1</math>. Then <math>[\triangle BTA] = 3</math>, and <math>[\triangle ATE] = 3/4</math>. We have <math>CD/BD = [\triangle  ACD]/[\triangle ABD]</math>, so we need to find the area of quadrilateral <math>TDCE</math>.
  
 
Draw the line segment <math>TC</math> to form the two triangles <math>\triangle TDC</math> and <math>\triangle TEC</math>. Let <math>x = [\triangle TDC]</math>, and <math>y = [\triangle TEC]</math>. By considering triangles <math>\triangle BTC</math> and <math>\triangle ETC</math>, we obtain <math>(1+x)/y=4</math>, and by considering triangles <math>\triangle ATC</math> and <math>\triangle DTC</math>, we obtain <math>(3/4+y)/x=3</math>. Solving, we get <math>x=4/11</math>, <math>y=15/44</math>, so the area of quadrilateral <math>TDEC</math> is <math>x+y=31/44</math>.
 
Draw the line segment <math>TC</math> to form the two triangles <math>\triangle TDC</math> and <math>\triangle TEC</math>. Let <math>x = [\triangle TDC]</math>, and <math>y = [\triangle TEC]</math>. By considering triangles <math>\triangle BTC</math> and <math>\triangle ETC</math>, we obtain <math>(1+x)/y=4</math>, and by considering triangles <math>\triangle ATC</math> and <math>\triangle DTC</math>, we obtain <math>(3/4+y)/x=3</math>. Solving, we get <math>x=4/11</math>, <math>y=15/44</math>, so the area of quadrilateral <math>TDEC</math> is <math>x+y=31/44</math>.
Line 33: Line 47:
 
Therefore <math>\frac{CD}{BD}=\frac{\frac{3}{4}+\frac{31}{44}}{3+1}=\boxed{\textbf{(D)} \frac{4}{11}}</math>
 
Therefore <math>\frac{CD}{BD}=\frac{\frac{3}{4}+\frac{31}{44}}{3+1}=\boxed{\textbf{(D)} \frac{4}{11}}</math>
  
== Solution (Mass points) ==
+
== Solution 2 (Triangle Areas, Alternate Approach) ==
 +
 
 +
We observe that <math>\frac{BC}{CD} = \frac{[BAE]}{[DAE]}</math>.  The proof is that if <math>B_H</math> and <math>D_H</math> are the feet of the altitudes from <math>B</math> and <math>D</math>, respectively, to <math>AC</math>, then both sides of that equation are equal to <math>\frac{BB_H}{DD_H}</math>.
 +
 
 +
From there, we can easily finish:
 +
<cmath>\frac{BC}{CD} = \frac{[BAE]}{[DAE]} = \frac{[BAT]\cdot\frac{5}{4}}{[EAT]\cdot \frac{4}{3}} = 4\cdot\frac{5}{4}\cdot\frac{3}{4} = \frac{15}{4}</cmath>
 +
and thus <math>\frac{CD}{BD} = \boxed{\textbf{(D)}\frac 4{11}}</math>.
 +
 
 +
== Solution 3 (Mass points) ==
  
 
The presence of only ratios in the problem essentially cries out for mass points.
 
The presence of only ratios in the problem essentially cries out for mass points.
Line 45: Line 67:
 
Finally, the ratio of <math>CD</math> to <math>BD</math> is given by the ratio of the mass of <math>B</math> to the mass of <math>C</math>, which is <math>\frac{4}{5}\cdot\frac{5}{11}=\boxed{\textbf{(D)}\ \frac{4}{11}}</math>.
 
Finally, the ratio of <math>CD</math> to <math>BD</math> is given by the ratio of the mass of <math>B</math> to the mass of <math>C</math>, which is <math>\frac{4}{5}\cdot\frac{5}{11}=\boxed{\textbf{(D)}\ \frac{4}{11}}</math>.
  
== Solution (Coordinates) ==
+
== Solution 4 (Coordinates) ==
  
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 <math>\triangle ABC</math>, and we just need to compute it for any single triangle.
+
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 <math>\triangle ABC</math>, and we just need to compute it for any single triangle.
  
 
We can choose the points <math>A=(-3,0)</math>, <math>B=(0,4)</math>, and <math>D=(1,0)</math>. This way we will have <math>T=(0,0)</math>, and <math>E=(0,-1)</math>. The situation is  
 
We can choose the points <math>A=(-3,0)</math>, <math>B=(0,4)</math>, and <math>D=(1,0)</math>. This way we will have <math>T=(0,0)</math>, and <math>E=(0,-1)</math>. The situation is  
Line 78: Line 100:
  
 
<cmath>
 
<cmath>
\frac{CD}{BD} = \frac{15/11 - 1}{1 - 0} = \boxed{D=\frac 4{11}}
+
\frac{CD}{BD} = \frac{15/11 - 1}{1 - 0} = \boxed{\textbf{(D)}\frac 4{11}}
 
</cmath>
 
</cmath>
 +
== Solution 5 (Menelaus) ==
 +
By Menelaus on triangle <math>BDT</math>, we have that <cmath>\begin{align*}1&=\dfrac{DA}{TA}\cdot\dfrac{TE}{BE}\cdot\dfrac{BC}{DC} \\ &= \dfrac43 \cdot \dfrac 15 \cdot \dfrac {BC}{DC},\end{align*}</cmath>giving <math>\dfrac{BC}{DC} = \dfrac{15}{4}</math>. Therefore, <math>\dfrac{CD}{BD} = \boxed{\textbf{(D)}\dfrac{4}{11}}</math>.
  
 
== See also ==
 
== See also ==

Revision as of 15:08, 2 September 2022

Problem

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



[asy] unitsize(1.5 cm);  pair A, B, C, D, E, F, T;  A = (0,0); B = (3,3); C = (4.5,0); D = (2*C + B)/3; E = (5*C + 2*A)/7; T = extension(A,D,B,E); F = extension(D, D + A - C, B, E);  draw(A--B--C--cycle); draw(A--D); draw(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, SE);  [/asy]


$\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}$

Solution 1 (Triangle Areas)

We use the square bracket notation $[\cdot]$ to denote area.

WLOG, we can assume $[\triangle BTD] = 1$. Then $[\triangle BTA] = 3$, and $[\triangle ATE] = 3/4$. We have $CD/BD = [\triangle  ACD]/[\triangle ABD]$, so we need to find the area of quadrilateral $TDCE$.

Draw the line segment $TC$ to form the two triangles $\triangle TDC$ and $\triangle TEC$. Let $x = [\triangle TDC]$, and $y = [\triangle TEC]$. By considering triangles $\triangle BTC$ and $\triangle ETC$, we obtain $(1+x)/y=4$, and by considering triangles $\triangle ATC$ and $\triangle DTC$, we obtain $(3/4+y)/x=3$. Solving, we get $x=4/11$, $y=15/44$, so the area of quadrilateral $TDEC$ is $x+y=31/44$.

Therefore $\frac{CD}{BD}=\frac{\frac{3}{4}+\frac{31}{44}}{3+1}=\boxed{\textbf{(D)} \frac{4}{11}}$

Solution 2 (Triangle Areas, Alternate Approach)

We observe that $\frac{BC}{CD} = \frac{[BAE]}{[DAE]}$. The proof is that if $B_H$ and $D_H$ are the feet of the altitudes from $B$ and $D$, respectively, to $AC$, then both sides of that equation are equal to $\frac{BB_H}{DD_H}$.

From there, we can easily finish: \[\frac{BC}{CD} = \frac{[BAE]}{[DAE]} = \frac{[BAT]\cdot\frac{5}{4}}{[EAT]\cdot \frac{4}{3}} = 4\cdot\frac{5}{4}\cdot\frac{3}{4} = \frac{15}{4}\] and thus $\frac{CD}{BD} = \boxed{\textbf{(D)}\frac 4{11}}$.

Solution 3 (Mass points)

The presence of only ratios in the problem essentially cries out for mass points.

As per the problem, we assign a mass of $1$ to point $A$, and a mass of $3$ to $D$. Then, to balance $A$ and $D$ on $T$, $T$ has a mass of $4$.

Now, were we to assign a mass of $1$ to $B$ and a mass of $4$ to $E$, we'd have $5T$. Scaling this down by $4/5$ (to get $4T$, which puts $B$ and $E$ in terms of the masses of $A$ and $D$), we assign a mass of $\frac{4}{5}$ to $B$ and a mass of $\frac{16}{5}$ to $E$.

Now, to balance $A$ and $C$ on $E$, we must give $C$ a mass of $\frac{16}{5}-1=\frac{11}{5}$.

Finally, the ratio of $CD$ to $BD$ is given by the ratio of the mass of $B$ to the mass of $C$, which is $\frac{4}{5}\cdot\frac{5}{11}=\boxed{\textbf{(D)}\ \frac{4}{11}}$.

Solution 4 (Coordinates)

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{\textbf{(D)}\frac 4{11}}\]

Solution 5 (Menelaus)

By Menelaus on triangle $BDT$, we have that \begin{align*}1&=\dfrac{DA}{TA}\cdot\dfrac{TE}{BE}\cdot\dfrac{BC}{DC} \\ &= \dfrac43 \cdot \dfrac 15 \cdot \dfrac {BC}{DC},\end{align*}giving $\dfrac{BC}{DC} = \dfrac{15}{4}$. Therefore, $\dfrac{CD}{BD} = \boxed{\textbf{(D)}\dfrac{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

The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions. AMC logo.png