2016 AIME II Problems/Problem 10
Triangle is inscribed in circle . Points and are on side with . Rays and meet again at and (other than ), respectively. If and , then , where and are relatively prime positive integers. Find .
Solution
[asy] import cse5; pathpen = black; pointpen = black; pointfontsize = 9; size(8cm);
pair A = origin, B = (13,0), P = (4,0), Q = (7,0), T = B + 5 dir(220), C = IP(circumcircle(A,B,T),Line(T,Q,-0.1,10)), S = IP(circumcircle(A,B,C),Line(C,P,-0.1,10));
Drawing(A--B--C--cycle); D(circumcircle(A,B,C),rgb(0,0.6,1)); DrawPathArray(C--S^^C--T,rgb(1,0.4,0.1)); DrawPathArray(A--S^^B--T,rgb(0,0.4,0)); D(S--T,rgb(1,0.2,0.4));
D("A",A,dir(215)); D("B",B,dir(330)); D("P",P,dir(240)); D("Q",Q,dir(240)); D("T",T,dir(290)); D("C",C,dir(120)); D("S",S,dir(250));
MP("4",(A+P)/2,dir(90)); MP("3",(P+Q)/2,dir(90)); MP("6",(Q+B)/2,dir(90)); MP("5",(B+T)/2,dir(140)); MP("7",(A+S)/2,dir(40)); [/asy] Let , , and . Note that since we have , so by the Ratio Lemma Similarly, we can deduce and hence .
Now Law of Sines on , , and yields Hence so Hence and the requested answer is .