Difference between revisions of "2016 AMC 12A Problems/Problem 12"

m (Added MAA box)
(Problem 12)
Line 3: Line 3:
 
In <math>\triangle ABC</math>, <math>AB = 6</math>, <math>BC = 7</math>, and <math>CA = 8</math>. Point <math>D</math> lies on <math>\overline{BC}</math>, and <math>\overline{AD}</math> bisects <math>\angle BAC</math>. Point <math>E</math> lies on <math>\overline{AC}</math>, and <math>\overline{BE}</math> bisects <math>\angle ABC</math>. The bisectors intersect at <math>F</math>. What is the ratio <math>AF</math> : <math>FD</math>?
 
In <math>\triangle ABC</math>, <math>AB = 6</math>, <math>BC = 7</math>, and <math>CA = 8</math>. Point <math>D</math> lies on <math>\overline{BC}</math>, and <math>\overline{AD}</math> bisects <math>\angle BAC</math>. Point <math>E</math> lies on <math>\overline{AC}</math>, and <math>\overline{BE}</math> bisects <math>\angle ABC</math>. The bisectors intersect at <math>F</math>. What is the ratio <math>AF</math> : <math>FD</math>?
  
<pre style="color: gray">TODO: Diagram</pre>
+
<asy> pair A = (0,0), B=(6,0), C=intersectionpoints(Circle(A,8),Circle(B,7))[0], F=incenter(A,B,C), D=extension(A,F,B,C),E=extension(B,F,A,C); draw(A--B--C--A--D^^B--E); label("$A$",A,SW); label("$B$",B,SE); label("$C$",C,N); label("$D$",D,NE); label("$E$",E,NW); label("$F$",F,1.5*N); </asy>
  
 
<math>\textbf{(A)}\ 3:2\qquad\textbf{(B)}\ 5:3\qquad\textbf{(C)}\ 2:1\qquad\textbf{(D)}\ 7:3\qquad\textbf{(E)}\ 5:2</math>
 
<math>\textbf{(A)}\ 3:2\qquad\textbf{(B)}\ 5:3\qquad\textbf{(C)}\ 2:1\qquad\textbf{(D)}\ 7:3\qquad\textbf{(E)}\ 5:2</math>

Revision as of 16:10, 6 February 2016

Problem 12

In $\triangle ABC$, $AB = 6$, $BC = 7$, and $CA = 8$. Point $D$ lies on $\overline{BC}$, and $\overline{AD}$ bisects $\angle BAC$. Point $E$ lies on $\overline{AC}$, and $\overline{BE}$ bisects $\angle ABC$. The bisectors intersect at $F$. What is the ratio $AF$ : $FD$?

[asy] pair A = (0,0), B=(6,0), C=intersectionpoints(Circle(A,8),Circle(B,7))[0], F=incenter(A,B,C), D=extension(A,F,B,C),E=extension(B,F,A,C); draw(A--B--C--A--D^^B--E); label("$A$",A,SW); label("$B$",B,SE); label("$C$",C,N); label("$D$",D,NE); label("$E$",E,NW); label("$F$",F,1.5*N); [/asy]

$\textbf{(A)}\ 3:2\qquad\textbf{(B)}\ 5:3\qquad\textbf{(C)}\ 2:1\qquad\textbf{(D)}\ 7:3\qquad\textbf{(E)}\ 5:2$

Solution

By the angle bisector theorem, $\frac{AB}{AE} = \frac{CB}{CE}$

$\frac{6}{AE} = \frac{7}{8 - AE}$ so $AE = \frac{48}{13}$

Similarly, $CD = 4$.

Now, we use mass points. Assign point $C$ a mass of $1$.

$mC \cdot CD = mB \cdot DB$ , so $mB = \frac{4}{3}$

Similarly, $A$ will have a mass of $\frac{7}{6}$

$mD = mC + mB = 1 + \frac{4}{3} = \frac{7}{3}$

So $\frac{AF}{AD} = \frac{mD}{mA} = \boxed{\textbf{(C)}\; 2 : 1}$

Solution 2

Denote $[\triangle{ABC}]$ as the area of triangle ABC and let $r$ be the inradius. Also, as above, use the angle bisector theorem to find that $BD = 3$. Note that $F$ is the incenter. Then, $\frac{AF}{FD} = \frac{[\triangle{AFB}]}{[\triangle{BFD}]} = \frac{AB * \frac{r}{2}}{BD * \frac{r}{2}} = \frac{AB}{BD} =  \boxed{\textbf{(C)}\; 2 : 1}$


See Also

2016 AMC 12A (ProblemsAnswer KeyResources)
Preceded by
Problem 11
Followed by
Problem 13
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 12 Problems and Solutions

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