2016 AMC 12A Problems/Problem 21
Revision as of 14:59, 4 February 2016 by 0x5f3759df (talk | contribs) (Created page with "==Problem== A quadrilateral is inscribed in a circle of radius <math>200\sqrt{2}.</math> Three of the sides of this quadrilateral have length <math>200.</math> What is the len...")
Problem
A quadrilateral is inscribed in a circle of radius Three of the sides of this quadrilateral have length What is the length of its fourth side?
Solution
[asy] pathpen = black; pointpen = black; size(6cm); draw(unitcircle); pair A = D("A", dir(50), dir(50)); pair B = D("B", dir(90), dir(90)); pair C = D("C", dir(130), dir(130)); pair D = D("D", dir(170), dir(170)); pair O = D("O", (0,0), dir(-90)); draw(A--C, red); draw(B--D, blue+dashed); draw(A--B--C--D--cycle); draw(A--O--C); draw(O--B); [/asy]
Let . Let be the center of the circle. Then is twice the altitude of . Since is isosceles we can compute its area to be , hence .
Now by Ptolemy's Theorem we have .