Difference between revisions of "2018 AIME II Problems/Problem 14"
Ajjubhai94 (talk | contribs) (→Solution 2 (Projective)) |
(→Solution 1) |
||
Line 3: | Line 3: | ||
The incircle <math>\omega</math> of triangle <math>ABC</math> is tangent to <math>\overline{BC}</math> at <math>X</math>. Let <math>Y \neq X</math> be the other intersection of <math>\overline{AX}</math> with <math>\omega</math>. Points <math>P</math> and <math>Q</math> lie on <math>\overline{AB}</math> and <math>\overline{AC}</math>, respectively, so that <math>\overline{PQ}</math> is tangent to <math>\omega</math> at <math>Y</math>. Assume that <math>AP = 3</math>, <math>PB = 4</math>, <math>AC = 8</math>, and <math>AQ = \dfrac{m}{n}</math>, where <math>m</math> and <math>n</math> are relatively prime positive integers. Find <math>m+n</math>. | The incircle <math>\omega</math> of triangle <math>ABC</math> is tangent to <math>\overline{BC}</math> at <math>X</math>. Let <math>Y \neq X</math> be the other intersection of <math>\overline{AX}</math> with <math>\omega</math>. Points <math>P</math> and <math>Q</math> lie on <math>\overline{AB}</math> and <math>\overline{AC}</math>, respectively, so that <math>\overline{PQ}</math> is tangent to <math>\omega</math> at <math>Y</math>. Assume that <math>AP = 3</math>, <math>PB = 4</math>, <math>AC = 8</math>, and <math>AQ = \dfrac{m}{n}</math>, where <math>m</math> and <math>n</math> are relatively prime positive integers. Find <math>m+n</math>. | ||
+ | |||
+ | ==Diagram== | ||
+ | <asy> size(300); import olympiad; defaultpen(linewidth(1)+fontsize(12)); | ||
+ | pair A,B,C,P,Q,Wp,X,Y,Z; B=origin; C=(6.75,0); A=IP(CR(B,7),CR(C,8)); path c=incircle(A,B,C); Wp=IP(c,A--C); Z=IP(c,A--B); X=IP(c,B--C); Y=IP(c,A--X); pair I=incenter(A,B,C); P=extension(A,B,Y,Y+dir(90)*(Y-I)); Q=extension(A,C,P,Y); | ||
+ | draw(A--B--C--cycle, black+1); draw(c^^A--X^^P--Q); | ||
+ | pen p=4+black; dot("$A$",A,N,p); dot("$B$",B,SW,p); dot("$C$",C,SE,p); dot("$X$",X,S,p); dot("$Y$",Y,dir(55),p); dot("$W$",Wp,E,p); dot("$Z$",Z,W,p); dot("$P$",P,W,p); dot("$Q$",Q,E,p); MA("\beta",C,X,A,0.3,black); MA("\alpha",B,A,X,0.7,black); </asy> | ||
==Solution 1== | ==Solution 1== |
Revision as of 10:27, 12 December 2021
Contents
Problem
The incircle of triangle is tangent to at . Let be the other intersection of with . Points and lie on and , respectively, so that is tangent to at . Assume that , , , and , where and are relatively prime positive integers. Find .
Diagram
Solution 1
Let the sides and be tangent to at and , respectively. Let and . Because and are both tangent to and and subtend the same arc of , it follows that . By equal tangents, . Applying the Law of Sines to yields Similarly, applying the Law of Sines to gives It follows that implying . Applying the same argument to yields from which . The requested sum is .
Solution 2 (Projective)
Let the incircle of be tangent to and at and . By Brianchon's theorem on tangential hexagons and , we know that and are concurrent at a point . Let . Then by La Hire's lies on the polar of so lies on the polar of . Therefore, also passes through . Then projecting through , we have Therefore, . Since we know that and . Therefore, and . Since , we also have . Solving for , we obtain . 😃 -Vfire
Solution 3 (Combination of Law of Sine and Law of Cosine)
Let the center of the incircle of be . Link and . Then we have
Let the incircle of be tangent to and at and , let and .
Use Law of Sine in and , we have
therefore we have
Solve this equation, we have
As a result, , , , ,
So,
Use Law of Cosine in and , we have
And we have
So
Solve this equation, we have
As a result,
So, the final answer of this question is
~Solution by (Frank FYC)
See Also
2018 AIME II (Problems • Answer Key • Resources) | ||
Preceded by Problem 13 |
Followed by Problem 15 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.