Difference between revisions of "2017 AMC 12A Problems/Problem 24"
Fuzimiao2013 (talk | contribs) (→Problem) |
|||
Line 5: | Line 5: | ||
<math>\textbf{(A) }17\qquad\textbf{(B) }\frac{59 - 5\sqrt{2}}{3}\qquad\textbf{(C) }\frac{91 - 12\sqrt{3}}{4}\qquad\textbf{(D) }\frac{67 - 10\sqrt{2}}{3}\qquad\textbf{(E) }18</math> | <math>\textbf{(A) }17\qquad\textbf{(B) }\frac{59 - 5\sqrt{2}}{3}\qquad\textbf{(C) }\frac{91 - 12\sqrt{3}}{4}\qquad\textbf{(D) }\frac{67 - 10\sqrt{2}}{3}\qquad\textbf{(E) }18</math> | ||
+ | |||
+ | ==Diagram== | ||
+ | |||
+ | <asy> | ||
+ | size(8cm); | ||
+ | real r = 4.01754; | ||
+ | draw(circle((0,0), r)); | ||
+ | pair C = r * dir(-30), B = r * dir(28.83-30), A = r * dir(72.68-30), D = r * dir(241.98-30); | ||
+ | draw(A--B--C--D--cycle); draw(B--D); | ||
+ | pair X = B * 1/4 + D * 3/4, Y = B * 25/36 + D * 11/36; | ||
+ | label("A", A, N); label("B", B, NE); label ("C", C, E); label("D", D, S); | ||
+ | label("Y", Y, N); label("X", X, N); | ||
+ | pair G = X * 1.445 - C*0.445; | ||
+ | label("G", G, NW); | ||
+ | pair E = Y + (D - A) * 1.48; | ||
+ | draw(Y--E); | ||
+ | draw(A--E); | ||
+ | label("E", E, S); | ||
+ | pair F = E + (A - C) * 1.45; | ||
+ | draw(C--F--E); | ||
+ | label("F",F,NW); | ||
+ | </asy> | ||
+ | ~raxu, put in by fuzimiao2013 | ||
==Solution 1== | ==Solution 1== |
Revision as of 14:29, 4 November 2021
Contents
Problem
Quadrilateral is inscribed in circle and has side lengths , and . Let and be points on such that and . Let be the intersection of line and the line through parallel to . Let be the intersection of line and the line through parallel to . Let be the point on circle other than that lies on line . What is ?
Diagram
~raxu, put in by fuzimiao2013
Solution 1
Using the given ratios, note that
By AA Similarity, with a ratio of and with a ratio of , so .
Now we find the length of . Because the quadrilateral is cyclic, we can simply use the Law of Cosines. By Power of a Point, . Thus
-solution by FRaelya
Solution 2
We shall make use of the pairs of similar triangles present in the problem, Ptolemy's Theorem, and Power of a Point. Let be the intersection of and . First, from being a cyclic quadrilateral, we have that , . Therefore, , , and , so we have , , and . By Ptolemy's Theorem, Thus, . Then, by Power of a Point, . So, . Next, observe that , so . Also, , so . We can compute after noticing that and that . So, . Then, .
Multiplying our equations for and yields that
See Also
2017 AMC 12A (Problems • Answer Key • Resources) | |
Preceded by Problem 23 |
Followed by Problem 25 |
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.