Difference between revisions of "2016 AMC 12A Problems/Problem 21"
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...") |
0x5f3759df (talk | contribs) (→Solution) |
||
Line 4: | Line 4: | ||
<math>\textbf{(A)}\ 200\qquad\textbf{(B)}\ 200\sqrt{2} \qquad\textbf{(C)}\ 200\sqrt{3} \qquad\textbf{(D)}\ 300\sqrt{2} \qquad\textbf{(E)}\ 500</math> | <math>\textbf{(A)}\ 200\qquad\textbf{(B)}\ 200\sqrt{2} \qquad\textbf{(C)}\ 200\sqrt{3} \qquad\textbf{(D)}\ 300\sqrt{2} \qquad\textbf{(E)}\ 500</math> | ||
==Solution== | ==Solution== | ||
− | + | ||
+ | <asy> | ||
pathpen = black; pointpen = black; | pathpen = black; pointpen = black; | ||
size(6cm); | size(6cm); | ||
Line 18: | Line 19: | ||
draw(A--O--C); | draw(A--O--C); | ||
draw(O--B); | draw(O--B); | ||
− | + | </asy> | |
Let <math>s = 200</math>. Let <math>O</math> be the center of the circle. Then <math>AC</math> is twice the altitude of <math>\triangle OBC</math>. Since <math>\triangle OBC</math> is isosceles we can compute its area to be <math>s^2 \sqrt7/4</math>, hence <math>CA = 2 \tfrac{2 \cdot s^2\sqrt7/4}{s\sqrt2} = s\sqrt{7/2}</math>. | Let <math>s = 200</math>. Let <math>O</math> be the center of the circle. Then <math>AC</math> is twice the altitude of <math>\triangle OBC</math>. Since <math>\triangle OBC</math> is isosceles we can compute its area to be <math>s^2 \sqrt7/4</math>, hence <math>CA = 2 \tfrac{2 \cdot s^2\sqrt7/4}{s\sqrt2} = s\sqrt{7/2}</math>. | ||
Now by Ptolemy's Theorem we have <math>CA^2 = s^2 + AD \cdot s \implies AD = (7/2-1)s = 500</math>. | Now by Ptolemy's Theorem we have <math>CA^2 = s^2 + AD \cdot s \implies AD = (7/2-1)s = 500</math>. |
Revision as of 15:00, 4 February 2016
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
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 .