Difference between revisions of "2016 AMC 12A Problems/Problem 12"
m (Added MAA box) |
Bestwillcui1 (talk | contribs) (→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>? | ||
− | < | + | <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 15:10, 6 February 2016
Contents
Problem 12
In , , , and . Point lies on , and bisects . Point lies on , and bisects . The bisectors intersect at . What is the ratio : ?
Solution
By the angle bisector theorem,
so
Similarly, .
Now, we use mass points. Assign point a mass of .
, so
Similarly, will have a mass of
So
Solution 2
Denote as the area of triangle ABC and let be the inradius. Also, as above, use the angle bisector theorem to find that . Note that is the incenter. Then,
See Also
2016 AMC 12A (Problems • Answer Key • Resources) | |
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.