Difference between revisions of "2016 AMC 10A Problems/Problem 24"

(Solution 11 (Parameshwara’s Formula for Circumradius))
(20 intermediate revisions by 12 users not shown)
Line 1: Line 1:
 +
{{duplicate|[[2016 AMC 10A Problems#Problem 24|2016 AMC 10A #24]] and [[2016 AMC 12A Problems#Problem 21|2016 AMC 12A #21]]}}
 +
 
==Problem==
 
==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 length of the fourth side?
 
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 length of the fourth side?
Line 4: Line 6:
 
<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 1 (Algebra)==
+
==Video Solution by Punxsutawney Phil==
 +
https://www.youtube.com/watch?v=st6HIgDWgX4
 +
 
 +
==Solution 1 (Just Geometry)==
 +
 
 +
<asy>
 +
size(250);
 +
defaultpen(linewidth(0.4));
 +
//Variable Declarations
 +
real RADIUS;
 +
pair A, B, C, D, E, F, O;
 +
RADIUS=3;
 +
 
 +
//Variable Definitions
 +
A=RADIUS*dir(148.414);
 +
B=RADIUS*dir(109.471);
 +
C=RADIUS*dir(70.529);
 +
D=RADIUS*dir(31.586);
 +
O=(0,0);
 +
 
 +
//Path Definitions
 +
path quad= A -- B -- C -- D -- cycle;
 +
 
 +
//Initial Diagram
 +
draw(Circle(O, RADIUS), linewidth(0.8));
 +
draw(quad, linewidth(0.8));
 +
label("$A$",A,W);
 +
label("$B$",B,NW);
 +
label("$C$",C,NE);
 +
label("$D$",D,ENE);
 +
label("$O$",O,S);
 +
label("$\theta$",O,3N);
 +
 
 +
//Radii
 +
draw(O--A);
 +
draw(O--B);
 +
draw(O--C);
 +
draw(O--D);
 +
 
 +
//Construction
 +
E=extension(B,O,A,D);
 +
 
 +
label("$E$",E,NE);
 +
 
 +
F=extension(C,O,A,D);
 +
 
 +
label("$F$",F,NE);
 +
 
 +
 
 +
//Angle marks
 +
draw(anglemark(C,O,B));
 +
 
 +
</asy>
 +
 
 +
Let AD intersect OB at E and OC at F.
 +
 
 +
 
 +
<math>\overarc{AB}= \overarc{BC}= \overarc{CD}=\theta</math>
 +
 
 +
<math>\angle{BAD}=\frac{1}{2} \cdot \overarc{BCD}=\theta=\angle{AOB}</math>
 +
 
 +
 
 +
From there, <math>\triangle{OAB} \sim \triangle{ABE}</math>, thus:
 +
 
 +
<math>\frac{OA}{AB} = \frac{AB}{BE} = \frac{OB}{AE}</math>
 +
 
 +
<math>OA = OB</math> because they are both radii of <math>\odot{O}</math>. Since <math>\frac{OA}{AB} = \frac{OB}{AE}</math>, we have that <math>AB = AE</math>. Similarly, <math>CD = DF</math>.
 +
 
 +
<math>OE = 100\sqrt{2} = \frac{OB}{2}</math> and <math>EF=\frac{BC}{2}=100</math> , so <math>AD=AE + EF + FD = 200 + 100 + 200 = \boxed{\textbf{(E) } 500}</math>
 +
 
 +
 
 +
==Solution 2 (Algebra)==
 
To save us from getting big numbers with lots of zeros behind them, let's divide all side lengths by <math>200</math> for now, then multiply it back at the end of our solution.
 
To save us from getting big numbers with lots of zeros behind them, let's divide all side lengths by <math>200</math> for now, then multiply it back at the end of our solution.
  
Line 71: Line 144:
 
Finally, we multiply back the <math>200</math> that we divided by at the beginning of the problem to get <math>AD=\boxed{500 (E)}</math>.
 
Finally, we multiply back the <math>200</math> that we divided by at the beginning of the problem to get <math>AD=\boxed{500 (E)}</math>.
  
==Solution 2 (HARD Algebra)==
+
==Solution 3 (HARD Algebra)==
 
<asy>
 
<asy>
 
size(250);
 
size(250);
Line 153: Line 226:
 
Which is a contradiction. Therefore, our answer is <math>\boxed{500}.</math>
 
Which is a contradiction. Therefore, our answer is <math>\boxed{500}.</math>
  
==Solution 3 (Trigonometry Bash)==
+
==Solution 4 (Trigonometry Bash)==
 
<asy>
 
<asy>
 
size(250);
 
size(250);
Line 195: Line 268:
 
Because <math>\angle AOB</math>, <math>\angle BOC</math>, and <math>\angle COD</math> are congruent, <math>\angle AOD = 3\theta</math>. To find the remaining side (<math>AD</math>), we simply have to apply the law of cosines to <math>\Delta AOD</math> . Now, to find <math>\cos 3\theta</math>, we can derive a formula that only uses <math>\cos\theta</math>: <cmath>\cos 3\theta=\cos (2\theta+\theta)= \cos 2\theta \cos\theta- (2\sin\theta \cos\theta) \cdot \sin \theta</cmath> <cmath>\cos 3\theta= \cos\theta (\cos 2\theta-2\sin^{2}\theta)=\cos\theta (2\cos^{2}\theta-3+2\cos^{2}\theta)</cmath> <cmath>\Rightarrow \cos 3\theta=4\cos^{3}\theta-3\cos\theta</cmath> Plugging in <math>\cos\theta=\frac{3}{4}</math>, we get <math>\cos 3\theta= -\frac{9}{16}</math>. Now, applying law of cosines on triangle <math>OAD</math>, we get <cmath>(AD)^{2}= 2\cdot (200)^{2}+ 2\cdot (200)^{2}+2\cdot 200\sqrt2 \cdot 200\sqrt2 \cdot \frac{9}{16}</cmath> <cmath>\Rightarrow 2\cdot (200)^{2} \cdot (1+1+ \frac{9}{8})=(200)^{2}\cdot \frac{25}{4}</cmath> <cmath>AD=200 \cdot \frac{5}{2}=\boxed{500}</cmath>
 
Because <math>\angle AOB</math>, <math>\angle BOC</math>, and <math>\angle COD</math> are congruent, <math>\angle AOD = 3\theta</math>. To find the remaining side (<math>AD</math>), we simply have to apply the law of cosines to <math>\Delta AOD</math> . Now, to find <math>\cos 3\theta</math>, we can derive a formula that only uses <math>\cos\theta</math>: <cmath>\cos 3\theta=\cos (2\theta+\theta)= \cos 2\theta \cos\theta- (2\sin\theta \cos\theta) \cdot \sin \theta</cmath> <cmath>\cos 3\theta= \cos\theta (\cos 2\theta-2\sin^{2}\theta)=\cos\theta (2\cos^{2}\theta-3+2\cos^{2}\theta)</cmath> <cmath>\Rightarrow \cos 3\theta=4\cos^{3}\theta-3\cos\theta</cmath> Plugging in <math>\cos\theta=\frac{3}{4}</math>, we get <math>\cos 3\theta= -\frac{9}{16}</math>. Now, applying law of cosines on triangle <math>OAD</math>, we get <cmath>(AD)^{2}= 2\cdot (200)^{2}+ 2\cdot (200)^{2}+2\cdot 200\sqrt2 \cdot 200\sqrt2 \cdot \frac{9}{16}</cmath> <cmath>\Rightarrow 2\cdot (200)^{2} \cdot (1+1+ \frac{9}{8})=(200)^{2}\cdot \frac{25}{4}</cmath> <cmath>AD=200 \cdot \frac{5}{2}=\boxed{500}</cmath>
  
==Solution 4 (Easier Trigonometry)==
+
==Solution 5 (Easier Trigonometry)==
  
 
<asy>
 
<asy>
Line 252: Line 325:
  
 
Thus, we have <math>\frac{FC}{DC} = \cos \theta = \frac{3}{4}</math>, so <math>FC = 150</math>. Similarly, <math>BE = 150</math>, and <math>AD = 150 + 200 + 150 = \boxed{500}</math>.
 
Thus, we have <math>\frac{FC}{DC} = \cos \theta = \frac{3}{4}</math>, so <math>FC = 150</math>. Similarly, <math>BE = 150</math>, and <math>AD = 150 + 200 + 150 = \boxed{500}</math>.
 
==Solution 5 (Just Geometry)==
 
 
<asy>
 
size(250);
 
defaultpen(linewidth(0.4));
 
//Variable Declarations
 
real RADIUS;
 
pair A, B, C, D, E, F, O;
 
RADIUS=3;
 
 
//Variable Definitions
 
A=RADIUS*dir(148.414);
 
B=RADIUS*dir(109.471);
 
C=RADIUS*dir(70.529);
 
D=RADIUS*dir(31.586);
 
O=(0,0);
 
 
//Path Definitions
 
path quad= A -- B -- C -- D -- cycle;
 
 
//Initial Diagram
 
draw(Circle(O, RADIUS), linewidth(0.8));
 
draw(quad, linewidth(0.8));
 
label("$A$",A,W);
 
label("$B$",B,NW);
 
label("$C$",C,NE);
 
label("$D$",D,ENE);
 
label("$O$",O,S);
 
label("$\theta$",O,3N);
 
 
//Radii
 
draw(O--A);
 
draw(O--B);
 
draw(O--C);
 
draw(O--D);
 
 
//Construction
 
E=extension(B,O,A,D);
 
 
label("$E$",E,NE);
 
 
F=extension(C,O,A,D);
 
 
label("$F$",F,NE);
 
 
 
//Angle marks
 
draw(anglemark(C,O,B));
 
 
</asy>
 
 
Let AD intersect OB at E and OC at F.
 
 
 
<math>\overarc{AB}= \overarc{BC}= \overarc{CD}=\theta</math>
 
 
<math>\angle{BAD}=\frac{1}{2} \cdot \overarc{BCD}=\theta=\angle{AOB}</math>
 
 
 
From there, <math>\triangle{OAB} \sim \triangle{ABE}</math>, thus:
 
 
<math>\frac{OA}{AB} = \frac{AB}{BE} = \frac{OB}{AE}</math>
 
 
<math>OA = OB</math> because they are both radii of <math>\odot{O}</math>. Since <math>\frac{OA}{AB} = \frac{OB}{AE}</math>, we have that <math>AB = AE</math>. Similarly, <math>CD = DF</math>.
 
 
<math>OE = 100\sqrt{2} = \frac{OB}{2}</math> and <math>EF=\frac{BC}{2}=100</math> , so <math>AD=AE + EF + FD = 200 + 100 + 200 = \boxed{\textbf{(E) } 500}</math>
 
  
 
==Solution 6 (Ptolemy's Theorem)==
 
==Solution 6 (Ptolemy's Theorem)==
Line 341: Line 347:
  
 
Now by Ptolemy's Theorem we have <math>CA^2 = s^2 + AD \cdot s \implies AD = \left(\frac{7}{2}-1\right)s.</math> This gives us: <cmath>\boxed{\textbf{(E) } 500.}</cmath>
 
Now by Ptolemy's Theorem we have <math>CA^2 = s^2 + AD \cdot s \implies AD = \left(\frac{7}{2}-1\right)s.</math> This gives us: <cmath>\boxed{\textbf{(E) } 500.}</cmath>
 
Note by Jackshi2006
 
 
Or more simply, you can just see that the altitude splits the isosceles triangle into 2 pieces, one of which is a right isosceles with hypotenuse <math>200\sqrt{2}</math>. So the altitude is 200 and the diagonals are 400.
 
  
 
==Solution 7 (Trigonometry)==
 
==Solution 7 (Trigonometry)==
Line 356: Line 358:
 
For simplicity, scale everything down by a factor of 100. Let the inscribed trapezoid be <math>ABCD</math>, where <math>AB=BC=CD=2</math> and <math>DA</math> is the missing side length. Let <math>DA=2x</math>. If <math>M</math> and <math>N</math> are the midpoints of <math>BC</math> and <math>AD</math>, respectively, the height of the trapezoid is <math>OM-ON</math>. By the pythagorean theorem, <math>OM=\sqrt{OB^2-BM^2}=\sqrt7</math> and <math>ON=\sqrt{OA^2-AN^2}=\sqrt{8-x^2}</math>. Thus the height of the trapezoid is <math>\sqrt7-\sqrt{8-x^2}</math>, so the area is <math>\frac{(2+2x)(\sqrt7-\sqrt{8-x^2})}{2}=(x+1)(\sqrt7-\sqrt{8-x^2})</math>. By Brahmagupta's formula, the area is <math>\sqrt{(x+1)(x+1)(x+1)(3-x)}</math>. Setting these two equal, we get <math>(x+1)(\sqrt7-\sqrt{8-x^2})=\sqrt{(x+1)(x+1)(x+1)(3-x)}</math>. Dividing both sides by <math>x+1</math> and then squaring, we get <math>7-2(\sqrt7)(\sqrt{8-x^2})+8-x^2=(x+1)(3-x)</math>. Expanding the right hand side and canceling the <math>x^2</math> terms gives us <math>15-2(\sqrt7)(\sqrt{8-x^2})=2x+3</math>. Rearranging and dividing by two, we get <math>(\sqrt7)(\sqrt{8-x^2})=6-x</math>. Squaring both sides, we get <math>56-7x^2=x^2-12x+36</math>. Rearranging, we get <math>8x^2-12x-20=0</math>. Dividing by 4 we get <math>2x^2-3x-5=0</math>. Factoring we get, <math>(2x-5)(x+1)=0</math>, and since <math>x</math> cannot be negative, we get <math>x=2.5</math>. Since <math>DA=2x</math>, <math>DA=5</math>. Scaling up by 100, we get <math>\boxed{\textbf{(E)}\text{ 500}}</math>.
 
For simplicity, scale everything down by a factor of 100. Let the inscribed trapezoid be <math>ABCD</math>, where <math>AB=BC=CD=2</math> and <math>DA</math> is the missing side length. Let <math>DA=2x</math>. If <math>M</math> and <math>N</math> are the midpoints of <math>BC</math> and <math>AD</math>, respectively, the height of the trapezoid is <math>OM-ON</math>. By the pythagorean theorem, <math>OM=\sqrt{OB^2-BM^2}=\sqrt7</math> and <math>ON=\sqrt{OA^2-AN^2}=\sqrt{8-x^2}</math>. Thus the height of the trapezoid is <math>\sqrt7-\sqrt{8-x^2}</math>, so the area is <math>\frac{(2+2x)(\sqrt7-\sqrt{8-x^2})}{2}=(x+1)(\sqrt7-\sqrt{8-x^2})</math>. By Brahmagupta's formula, the area is <math>\sqrt{(x+1)(x+1)(x+1)(3-x)}</math>. Setting these two equal, we get <math>(x+1)(\sqrt7-\sqrt{8-x^2})=\sqrt{(x+1)(x+1)(x+1)(3-x)}</math>. Dividing both sides by <math>x+1</math> and then squaring, we get <math>7-2(\sqrt7)(\sqrt{8-x^2})+8-x^2=(x+1)(3-x)</math>. Expanding the right hand side and canceling the <math>x^2</math> terms gives us <math>15-2(\sqrt7)(\sqrt{8-x^2})=2x+3</math>. Rearranging and dividing by two, we get <math>(\sqrt7)(\sqrt{8-x^2})=6-x</math>. Squaring both sides, we get <math>56-7x^2=x^2-12x+36</math>. Rearranging, we get <math>8x^2-12x-20=0</math>. Dividing by 4 we get <math>2x^2-3x-5=0</math>. Factoring we get, <math>(2x-5)(x+1)=0</math>, and since <math>x</math> cannot be negative, we get <math>x=2.5</math>. Since <math>DA=2x</math>, <math>DA=5</math>. Scaling up by 100, we get <math>\boxed{\textbf{(E)}\text{ 500}}</math>.
  
==Solution 9 (Cheap Solution - For when you are running out of time.)==
+
==Solution 9 (Similar Triangles)==
 
 
WLOG, let <math>AB=BC=CD=200</math>, and let ABCD be inscribed in a clrcle with radius <math>200\sqrt2</math>. We draw perpendiculars from <math>B</math> and <math>C</math> to <math>AD</math>, and label the intersections <math>E</math> and <math>F</math>, respectively. We can see that <math>EF=200</math> (because BCFE is a rectangle), and since <math>AD</math> is clearly greater than 200, and and since <math>EF</math>, which is part of segment <math>AD</math>, is an integer, than we conclude that <math>AD</math> is also an integer or of the form <math>200+2*AE</math>. There is no reason for <math>AE</math> to be of the form <math>a\sqrt{b} - 100</math> because it seems too arbitrary. The only other integer choice is <math>\boxed{\textbf{(E)}\text{ 500}}</math>.
 
 
 
==Solution 10==
 
 
<asy>
 
<asy>
 
size(250);
 
size(250);
Line 416: Line 414:
 
From here, by vertical angles <math>\angle{CFD} = \alpha</math>. Also, since <math>\triangle{OCB} \cong \triangle{ODC}</math>, <math>\angle{OCD} = \alpha</math>. This means that <math>\angle{CDF} = 180-2\alpha = \theta</math>, which leads to <math>\triangle{OCB} \sim \triangle{DCF}</math>.  
 
From here, by vertical angles <math>\angle{CFD} = \alpha</math>. Also, since <math>\triangle{OCB} \cong \triangle{ODC}</math>, <math>\angle{OCD} = \alpha</math>. This means that <math>\angle{CDF} = 180-2\alpha = \theta</math>, which leads to <math>\triangle{OCB} \sim \triangle{DCF}</math>.  
 
Since we know that <math>\overline{CD} = 200</math>, <math>\overline{DF} = 200</math>, and by similar reasoning <math>\overline{AE} = 200</math>.  
 
Since we know that <math>\overline{CD} = 200</math>, <math>\overline{DF} = 200</math>, and by similar reasoning <math>\overline{AE} = 200</math>.  
Finally, again using similar triangles, we get that <math>\overline{CF} = 100\sqrt{2}</math>, which means that <math>\overline{OF} = \overline{OC} - \overline{CF} = 200\sqrt{2} - 100\sqrt{2} = 100\sqrt{2}</math>. We can again apply similar triangles (or use Power of a Point) to get <math>\overline{EF} = 100</math>, and finally <math>\overline{AD} = \overline{AE}+\overline{EF}+\overline{FD} = 200+100+200=\boxed{\textbf{(D)}500}</math> - ColtsFan10
+
Finally, again using similar triangles, we get that <math>\overline{CF} = 100\sqrt{2}</math>, which means that <math>\overline{OF} = \overline{OC} - \overline{CF} = 200\sqrt{2} - 100\sqrt{2} = 100\sqrt{2}</math>. We can again apply similar triangles (or use Power of a Point) to get <math>\overline{EF} = 100</math>, and finally <math>\overline{AD} = \overline{AE}+\overline{EF}+\overline{FD} = 200+100+200=\boxed{\textbf{(E)}500}</math> - ColtsFan10
  
 +
==Solution 10 (Parameshwara’s Formula for Circumradius) ==
  
==Solution 11 (Parameshwara’s Formula for Circumradius) ==
+
Scale down by <math>100</math>. We know that the semiperimeter of the quadrilateral is <math>\frac{(2 + 2 + 2 + x)}{2}</math> where <math>x = \overline {AD}</math>. Simplifying we get <math>\frac{6 + x}{2}</math>. Now, the radius is <math>2\sqrt {2}</math>, so  
 
 
Scale down by <math>100</math>. We know that the semiperimeter of the quadrilateral is <math>\frac{(2 + 2 + 2 + x)}{2}</math> where <math>x = \overline {AD}</math>. Simplifying we get <math>\frac{6 + x}{2}</math>. Now, the radius is <math>2\sqrt {2}</math>,
 
so  
 
 
<math>2\sqrt {2} = \frac{1}{4} \sqrt \frac {(4 + 2x)^{3}}{(\frac{2 + x}{2})^{3} (\frac {6 - x}{2})^{3}}</math>.
 
<math>2\sqrt {2} = \frac{1}{4} \sqrt \frac {(4 + 2x)^{3}}{(\frac{2 + x}{2})^{3} (\frac {6 - x}{2})^{3}}</math>.
  
 
Simplifying we get <math>x = 5</math>. So the answer is <math>500</math>.
 
Simplifying we get <math>x = 5</math>. So the answer is <math>500</math>.
  
==See Also==
+
==Solution 11 (Complex Numbers)==
 +
 
 +
We first scale down by a factor of <math>200\sqrt{2}</math>. Let the vertices of the quadrilateral be <math>A</math>, <math>B</math>, <math>C</math>, and <math>D</math>, so that <math>AD</math> is the length of the fourth side. We draw this in the complex plane so that <math>D</math> corresponds to the complex number <math>1</math>, and we let <math>C</math> correspond to the complex number <math>z</math>. Then, <math>A</math> corresponds to <math>z^3</math> and <math>B</math> corresponds to <math>z^2</math>. We are given that <math>\lvert z \rvert = 1</math> and <math>\lvert z-1 \rvert = 1/\sqrt{2}</math>, and we wish to find <math>\lvert z^3 - 1 \rvert=\lvert z^2+z+1\rvert \cdot \lvert z-1 \rvert=\lvert (z^2+z+1)/\sqrt{2} \rvert</math>. Let <math>z=a+bi</math>, where <math>a</math> and <math>b</math> are real numbers. Then, <math>a^2+b^2=1</math> and <math>a^2-2a+1+b^2=1/2</math>; solving for <math>a</math> and <math>b</math> yields <math>a=3/4</math> and <math>b=\sqrt{7}/4</math>. Thus, <math>AD = \lvert z^3 - 1 \rvert = \lvert (z^2+z+1)/\sqrt{2} \rvert = \lvert (15/8 + 5\sqrt{7}/8 \cdot i)/\sqrt{2} \rvert = \frac{5\sqrt{2}}{4}</math>. Scaling back up gives us a final answer of <math>\frac{5\sqrt{2}}{4} \cdot 200\sqrt{2} = \boxed{\textbf{(E)} 500}</math>.
 +
 
 +
~ Leo.Euler
 +
 
 +
==Remark (Morley's Trisector Theorem)==
 +
 
 +
This problem is related to [http://www.cut-the-knot.org/triangle/Morley/Naraniengar.shtml M. T. Naraniengar's proof] of [https://en.wikipedia.org/wiki/Morley%27s_trisector_theorem Morley's Trisector Theorem]. This problem is taken from the figure of the Lemma of M. T. Naraniengar's proof, as shown below.
 +
 
 +
[[File:NaraniengarLemma.gif|200px]]
 +
 
 +
If four points <math>Y'</math>, <math>Z</math>, <math>Y</math>, <math>Z'</math> satisfy the conditions
 +
 
 +
<math>\quad</math> <math>1.</math> <math>Y'Z = ZY = YZ'</math> and
 +
 
 +
<math>\quad</math> <math>2.</math> <math>\angle YZY'</math> = <math>\angle Z'YZ</math> = <math>180^{\circ} - 2a > 60^{\circ}</math>
 +
 
 +
then they lie on a circle.
 +
 
 +
 
 +
The Lemma is used to prove Morley's Trisector Theorem by constructing an equilateral triangle at <math>YZ</math> and extending <math>AY'</math> and <math>AZ'</math> as shown below.
 +
 
 +
[[File:NaraniengarTheorem.gif|400px]]
  
Video Solution:
+
~[https://artofproblemsolving.com/wiki/index.php/User:Isabelchen isabelchen]
  
 +
==Video Solution by AoPS (Deven Ware)==
 
https://www.youtube.com/watch?v=hpSyHZwsteM
 
https://www.youtube.com/watch?v=hpSyHZwsteM
  
 +
==Video Solution by Walt S.==
 
https://www.youtube.com/watch?v=3iDqR9YNNkU
 
https://www.youtube.com/watch?v=3iDqR9YNNkU
 +
== Video Solution (Ptolemy’s Theorem) ==
 +
https://youtu.be/NsQbhYfGh1Q?t=5094
 +
 +
~ pi_is_3.14
 +
==Video Solution by TheBeautyofMath==
 +
https://youtu.be/gCmQlaiEG5A
 +
 +
~IceMatrix
 +
==See Also==
  
 
{{AMC10 box|year=2016|ab=A|num-b=23|num-a=25}}
 
{{AMC10 box|year=2016|ab=A|num-b=23|num-a=25}}
 
{{AMC12 box|year=2016|ab=A|num-b=20|num-a=22}}
 
{{AMC12 box|year=2016|ab=A|num-b=20|num-a=22}}
 
{{MAA Notice}}
 
{{MAA Notice}}

Revision as of 10:50, 5 July 2022

The following problem is from both the 2016 AMC 10A #24 and 2016 AMC 12A #21, so both problems redirect to this page.

Problem

A quadrilateral is inscribed in a circle of radius $200\sqrt{2}$. Three of the sides of this quadrilateral have length $200$. What is the length of the fourth side?

$\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$

Video Solution by Punxsutawney Phil

https://www.youtube.com/watch?v=st6HIgDWgX4

Solution 1 (Just Geometry)

[asy] size(250); defaultpen(linewidth(0.4)); //Variable Declarations real RADIUS; pair A, B, C, D, E, F, O; RADIUS=3;  //Variable Definitions A=RADIUS*dir(148.414); B=RADIUS*dir(109.471); C=RADIUS*dir(70.529); D=RADIUS*dir(31.586); O=(0,0);  //Path Definitions path quad= A -- B -- C -- D -- cycle;  //Initial Diagram draw(Circle(O, RADIUS), linewidth(0.8)); draw(quad, linewidth(0.8)); label("$A$",A,W); label("$B$",B,NW); label("$C$",C,NE); label("$D$",D,ENE); label("$O$",O,S); label("$\theta$",O,3N);  //Radii draw(O--A); draw(O--B); draw(O--C); draw(O--D);  //Construction E=extension(B,O,A,D);  label("$E$",E,NE);  F=extension(C,O,A,D);  label("$F$",F,NE);   //Angle marks draw(anglemark(C,O,B));  [/asy]

Let AD intersect OB at E and OC at F.


$\overarc{AB}= \overarc{BC}= \overarc{CD}=\theta$

$\angle{BAD}=\frac{1}{2} \cdot \overarc{BCD}=\theta=\angle{AOB}$


From there, $\triangle{OAB} \sim \triangle{ABE}$, thus:

$\frac{OA}{AB} = \frac{AB}{BE} = \frac{OB}{AE}$

$OA = OB$ because they are both radii of $\odot{O}$. Since $\frac{OA}{AB} = \frac{OB}{AE}$, we have that $AB = AE$. Similarly, $CD = DF$.

$OE = 100\sqrt{2} = \frac{OB}{2}$ and $EF=\frac{BC}{2}=100$ , so $AD=AE + EF + FD = 200 + 100 + 200 = \boxed{\textbf{(E) } 500}$


Solution 2 (Algebra)

To save us from getting big numbers with lots of zeros behind them, let's divide all side lengths by $200$ for now, then multiply it back at the end of our solution.


[asy] size(250); defaultpen(linewidth(0.4)); //Variable Declarations real RADIUS; pair A, B, C, D, E, O; RADIUS=3;  //Variable Definitions A=RADIUS*dir(148.414); B=RADIUS*dir(109.471); C=RADIUS*dir(70.529); D=RADIUS*dir(31.586); E=extension(B,D,O,C); O=(0,0);  //Path Definitions path quad= A -- B -- C -- D -- cycle;  //Initial Diagram draw(Circle(O, RADIUS), linewidth(0.8)); draw(quad, linewidth(0.8)); label("$A$",A,W); label("$B$",B,NW); label("$C$",C,NE); label("$D$",D,E); label("$E$",E,WSW); label("$O$",O,S);  //Radii draw(O--A); draw(O--B); draw(O--C); draw(O--D);  //Construction draw(B--D); draw(rightanglemark(C,E,D)); [/asy]

Construct quadrilateral $ABCD$ on the circle with $AD$ being the missing side (Notice that since the side length is less than the radius, it will be very small on the top of the circle). Now, draw the radii from center $O$ to $A,B,C,$ and $D$. Let the intersection of $BD$ and $OC$ be point $E$. Notice that $BD$ and $OC$ are perpendicular because $BCDO$ is a kite.

We set lengths $BE=ED$ equal to $x$ (Solution 1.1 begins from here). By the Pythagorean Theorem, \[\sqrt{1^2-x^2}+\sqrt{(\sqrt{2})^2-x^2}=\sqrt{2}\]

We solve for $x$: \[1-x^2+2-x^2+2\sqrt{(1-x^2)(2-x^2)}=2\] \[2\sqrt{(1-x^2)(2-x^2)}=2x^2-1\] \[4(1-x^2)(2-x^2)=(2x^2-1)^2\] \[8-12x^2+4x^4=4x^4-4x^2+1\] \[8x^2=7\] \[x=\frac{\sqrt{14}}{4}\]

By Ptolemy's Theorem, \[AB \cdot CD + BC \cdot AD = AC \cdot BD = BD^2 = (2 \cdot BE)^2\]

Substituting values, \[1^2+1 \cdot AD = 4{\left( \frac{\sqrt{14}}{4} \right)}^2\] \[1+AD=\frac{7}{2}\] \[AD=\frac{5}{2}\]

Finally, we multiply back the $200$ that we divided by at the beginning of the problem to get $AD=\boxed{500 (E)}$.

Solution 3 (HARD Algebra)

[asy] size(250); defaultpen(linewidth(0.4)); //Variable Declarations real RADIUS; pair A, B, C, D, O; RADIUS=3;  //Variable Definitions A=RADIUS*dir(148.414); B=RADIUS*dir(109.471); C=RADIUS*dir(70.529); D=RADIUS*dir(31.586); O=(0,0);  //Path Definitions path quad= A -- B -- C -- D -- cycle;  //Initial Diagram draw(Circle(O, RADIUS), linewidth(0.8)); draw(quad, linewidth(0.8)); label("$A$",A,W); label("$B$",B,NW); label("$C$",C,NE); label("$D$",D,E); label("$O$",O,S);  //Radii draw(O--A); draw(O--B); draw(O--C); draw(O--D);  [/asy]

Let quadrilateral $ABCD$ be inscribed in circle $O$, where $AD$ is the side of unknown length. Draw the radii from center $O$ to all four vertices of the quadrilateral, and draw the altitude of $\triangle BOC$ such that it passes through side $AD$ at the point $G$ and meets side $BC$ at the point $H$.

By the Pythagorean Theorem, the length of $OH$ is \begin{align*} \sqrt{CO^2 - HC^2} &= \sqrt{(200\sqrt{2})^2 - \left(\frac{200}{2}\right)^2} \\ &= \sqrt{80000 - 10000} \\ &= \sqrt{70000} \\ &= 100\sqrt{7}. \end{align*}

Note that $[ABCDO] = [AOB] + [BOC] + [COD] = [AOD] + [ABCD].$ Let the length of $OG$ be $h$ and the length of $AD$ be $x$; then we have that

$[AOB] + [BOC] + [COD] = \frac{200 \times 100\sqrt{7}}{2} + \frac{200 \times 100\sqrt{7}}{2} + \frac{200 \times 100\sqrt{7}}{2} = \frac{x \times h}{2} + \frac{(100\sqrt{7} - h)(200 + x)}{2} = [AOD] + [ABCD].$

Furthermore, \begin{align*} h &= \sqrt{OD^2 - GD^2} \\ &= \sqrt{(200\sqrt{2})^2 - \left(\frac{x}{2}\right)^2} \\ &= \sqrt{80000 - \frac{x^2}{4}} \end{align*}

Substituting this value of $h$ into the previous equation and evaluating for $x$, we get: \[\frac{200 \times 100\sqrt{7}}{2} + \frac{200 \times 100\sqrt{7}}{2} + \frac{200 \times 100\sqrt{7}}{2} = \frac{x \times h}{2} + \frac{(100\sqrt{7} - h)(200 + x)}{2}\] \[\frac{3 \times 200 \times 100\sqrt{7}}{2} = \frac{x\sqrt{80000 - \frac{x^2}{4}}}{2} + \frac{\left(100\sqrt{7} - \sqrt{80000 - \frac{x^2}{4}}\right)(200 + x)}{2}\] \[60000\sqrt{7} = \left(x\sqrt{80000 - \frac{x^2}{4}}\right) + \left(20000\sqrt{7}\right) + \left(100x\sqrt{7}\right) - \left(200\sqrt{80000 - \frac{x^2}{4}}\right) - \left(x\sqrt{80000 - \frac{x^2}{4}}\right)\] \[40000\sqrt{7} = 100x\sqrt{7} - 200\sqrt{80000 - \frac{x^2}{4}}\] \[400\sqrt{7} = x\sqrt{7} - 2\sqrt{80000 - \frac{x^2}{4}}\] \[(x - 400)\sqrt{7} = 2\sqrt{80000 - \frac{x^2}{4}}\] \[7(x-400)^2 = 4\left(80000 - \frac{x^2}{4}\right)\] \[7x^2 - 5600x + 1120000 = 320000 - x^2\] \[8x^2 - 5600x + 800000 = 0\] \[x^2 - 700x + 100000 = 0\]

The roots of this quadratic are found by using the quadratic formula: \begin{align*} x &= \frac{-(-700) \pm \sqrt{(-700)^2 - 4 \times 1 \times 100000}}{2 \times 1} \\ &= \frac{700 \pm \sqrt{490000 - 400000}}{2} \\ &= \frac{700}{2} \pm \frac{\sqrt{90000}}{2} \\ &= 350 \pm \frac{300}{2} \\ &= 200, 500 \end{align*}

If the length of $AD$ is $200$, then quadrilateral $ABCD$ would be a square and thus, the radius of the circle would be \[\frac{\sqrt{200^2 + 200^2}}{2} = \frac{\sqrt{80000}}{2} = \frac{200\sqrt{2}}{2} = 100\sqrt{2}\] Which is a contradiction. Therefore, our answer is $\boxed{500}.$

Solution 4 (Trigonometry Bash)

[asy] size(250); defaultpen(linewidth(0.4)); //Variable Declarations real RADIUS; pair A, B, C, D, O; RADIUS=3;  //Variable Definitions A=RADIUS*dir(148.414); B=RADIUS*dir(109.471); C=RADIUS*dir(70.529); D=RADIUS*dir(31.586); O=(0,0);  //Path Definitions path quad= A -- B -- C -- D -- cycle;  //Initial Diagram draw(Circle(O, RADIUS), linewidth(0.8)); draw(quad, linewidth(0.8)); label("$A$",A,W); label("$B$",B,NW); label("$C$",C,NE); label("$D$",D,E); label("$O$",O,S); label("$\theta$",O,3N);  //Radii draw(O--A); draw(O--B); draw(O--C); draw(O--D);  //Angle mark for BOC draw(anglemark(C,O,B)); [/asy]

Construct quadrilateral $ABCD$ on the circle with $AD$ being the missing side (Notice that since the side length is less than the radius, it will be very small on the top of the circle). Now, draw the radii from center $O$ to $A,B,C,$ and $D$. Apply law of cosines on $\Delta BOC$; let $\theta = \angle BOC$. We get the following equation: \[(BC)^{2}=(OB)^{2}+(OC)^{2}-2\cdot OB \cdot OC\cdot \cos\theta\] Substituting the values in, we get \[(200)^{2}=2\cdot (200)^{2}+ 2\cdot (200)^{2}- 2\cdot 2\cdot (200)^{2}\cdot \cos\theta\] Canceling out, we get \[\cos\theta=\frac{3}{4}\] Because $\angle AOB$, $\angle BOC$, and $\angle COD$ are congruent, $\angle AOD = 3\theta$. To find the remaining side ($AD$), we simply have to apply the law of cosines to $\Delta AOD$ . Now, to find $\cos 3\theta$, we can derive a formula that only uses $\cos\theta$: \[\cos 3\theta=\cos (2\theta+\theta)= \cos 2\theta \cos\theta- (2\sin\theta \cos\theta) \cdot \sin \theta\] \[\cos 3\theta= \cos\theta (\cos 2\theta-2\sin^{2}\theta)=\cos\theta (2\cos^{2}\theta-3+2\cos^{2}\theta)\] \[\Rightarrow \cos 3\theta=4\cos^{3}\theta-3\cos\theta\] Plugging in $\cos\theta=\frac{3}{4}$, we get $\cos 3\theta= -\frac{9}{16}$. Now, applying law of cosines on triangle $OAD$, we get \[(AD)^{2}= 2\cdot (200)^{2}+ 2\cdot (200)^{2}+2\cdot 200\sqrt2 \cdot 200\sqrt2 \cdot \frac{9}{16}\] \[\Rightarrow 2\cdot (200)^{2} \cdot (1+1+ \frac{9}{8})=(200)^{2}\cdot \frac{25}{4}\] \[AD=200 \cdot \frac{5}{2}=\boxed{500}\]

Solution 5 (Easier Trigonometry)

[asy] size(250); defaultpen(linewidth(0.4)); //Variable Declarations real RADIUS; pair A, B, C, D, E, F, O; RADIUS=3;  //Variable Definitions A=RADIUS*dir(148.414); B=RADIUS*dir(109.471); C=RADIUS*dir(70.529); D=RADIUS*dir(31.586); E=foot(A,B,C); F=foot(D,B,C); O=(0,0);  //Path Definitions path quad= A -- B -- C -- D -- cycle;  //Initial Diagram draw(Circle(O, RADIUS), linewidth(0.8)); draw(quad, linewidth(0.8)); label("$A$",A,W); label("$B$",B,NW); label("$C$",C,NE); label("$D$",D,ENE); label("$O$",O,S); label("$\theta$",O,3N);  //Radii draw(O--A); draw(O--B); draw(O--C); draw(O--D);  //Construction draw(A--E); draw(E--B); draw(C--F); draw(F--D); label("$E$",E,NW); label("$F$",F,NE);  //Angle marks draw(anglemark(C,O,B)); draw(rightanglemark(A,E,B)); draw(rightanglemark(C,F,D)); [/asy]

Construct quadrilateral $ABCD$ on the circle $O$ with $AD$ being the desired side. Then, drop perpendiculars from $A$ and $D$ to the extended line of $\overline{BC}$ and let these points be $E$ and $F$, respectively. Also, let $\theta = \angle BOC$. From the Law of Cosines on $\triangle BOC$, we have $\cos \theta = \frac{3}{4}$.

Now, since $\triangle BOC$ is isosceles with $\overline{OB} \cong \overline{OC}$, we have that $\angle BCO = \angle CBO = 90 - \frac{\theta}{2}$. In addition, we know that $\overline{BC} \cong \overline{CD}$ as they are both equal to $200$ and $\overline{OB} \cong \overline{OC} \cong \overline{OD}$ as they are both radii of the same circle. By SSS Congruence, we have that $\triangle OBC \cong \triangle OCD$, so we have that $\angle OCD = \angle BCO = 90 - \frac{\theta}{2}$, so $\angle DCF = \theta$.

Thus, we have $\frac{FC}{DC} = \cos \theta = \frac{3}{4}$, so $FC = 150$. Similarly, $BE = 150$, and $AD = 150 + 200 + 150 = \boxed{500}$.

Solution 6 (Ptolemy's Theorem)

[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 $s = 200$. Let $O$ be the center of the circle. Then $AC$ is twice the altitude of $\triangle OBC$ to $\overline{OB}$. Since $\triangle OBC$ is isosceles we can compute its area to be $\frac{s^2 \sqrt{7}}{4}$, hence $CA = 2 \cdot \tfrac{2 \cdot s^2\sqrt7/4}{s\sqrt2} = s\sqrt{\frac{7}{2}}$.

Now by Ptolemy's Theorem we have $CA^2 = s^2 + AD \cdot s \implies AD = \left(\frac{7}{2}-1\right)s.$ This gives us: \[\boxed{\textbf{(E) } 500.}\]

Solution 7 (Trigonometry)

Since all three sides equal $200$, they subtend three equal angles from the center. The right triangle between the center of the circle, a vertex, and the midpoint between two vertices has side lengths $100,100\sqrt{7},200\sqrt{2}$ by the Pythagorean Theorem. Thus, the sine of half of the subtended angle is $\frac{100}{200\sqrt{2}}=\frac{\sqrt{2}}{4}$. Similarly, the cosine is $\frac{100\sqrt{7}}{200\sqrt{2}}=\frac{\sqrt{14}}{4}$. Since there are three sides, and since $\sin\theta=\sin\left(180-\theta\right)$,we seek to find $2r\sin 3\theta$. First, $\sin 2\theta=2\sin\theta\cos\theta=2\cdot\left(\frac{\sqrt{2}}{4}\right)\left(\frac{\sqrt{14}}{4}\right)=\frac{2\sqrt{2}\sqrt{14}}{16}=\frac{\sqrt{7}}{4}$ and $\cos 2\theta=\frac{3}{4}$ by Pythagorean. \[\sin 3\theta=\sin(2\theta+\theta)=\sin 2\theta\cos\theta+\sin \theta\cos 2\theta=\frac{\sqrt{7}}{4}\left(\frac{\sqrt{14}}{4}\right)+\frac{\sqrt{2}}{4}\left(\frac{3}{4}\right)=\frac{7\sqrt{2}+3\sqrt{2}}{16}=\frac{5\sqrt{2}}{8}\] \[2r\sin 3\theta=2\left(200\sqrt{2}\right)\left(\frac{5\sqrt{2}}{8}\right)=400\sqrt{2}\left(\frac{5\sqrt{2}}{8}\right)=\frac{800\cdot 5}{8}=\boxed{\textbf{(E)}\text{ 500}}\]

Solution 8 (Area By Brahmagupta's Formula)

For simplicity, scale everything down by a factor of 100. Let the inscribed trapezoid be $ABCD$, where $AB=BC=CD=2$ and $DA$ is the missing side length. Let $DA=2x$. If $M$ and $N$ are the midpoints of $BC$ and $AD$, respectively, the height of the trapezoid is $OM-ON$. By the pythagorean theorem, $OM=\sqrt{OB^2-BM^2}=\sqrt7$ and $ON=\sqrt{OA^2-AN^2}=\sqrt{8-x^2}$. Thus the height of the trapezoid is $\sqrt7-\sqrt{8-x^2}$, so the area is $\frac{(2+2x)(\sqrt7-\sqrt{8-x^2})}{2}=(x+1)(\sqrt7-\sqrt{8-x^2})$. By Brahmagupta's formula, the area is $\sqrt{(x+1)(x+1)(x+1)(3-x)}$. Setting these two equal, we get $(x+1)(\sqrt7-\sqrt{8-x^2})=\sqrt{(x+1)(x+1)(x+1)(3-x)}$. Dividing both sides by $x+1$ and then squaring, we get $7-2(\sqrt7)(\sqrt{8-x^2})+8-x^2=(x+1)(3-x)$. Expanding the right hand side and canceling the $x^2$ terms gives us $15-2(\sqrt7)(\sqrt{8-x^2})=2x+3$. Rearranging and dividing by two, we get $(\sqrt7)(\sqrt{8-x^2})=6-x$. Squaring both sides, we get $56-7x^2=x^2-12x+36$. Rearranging, we get $8x^2-12x-20=0$. Dividing by 4 we get $2x^2-3x-5=0$. Factoring we get, $(2x-5)(x+1)=0$, and since $x$ cannot be negative, we get $x=2.5$. Since $DA=2x$, $DA=5$. Scaling up by 100, we get $\boxed{\textbf{(E)}\text{ 500}}$.

Solution 9 (Similar Triangles)

[asy] size(250); defaultpen(linewidth(0.4)); //Variable Declarations, L is used to write alpha= statement real RADIUS; pair A, B, C, D, E, F, O, L; RADIUS=3;  //Variable Definitions A=RADIUS*dir(148.414); B=RADIUS*dir(109.471); C=RADIUS*dir(70.529); D=RADIUS*dir(31.586); E=extension(A,D,O,B); F=extension(A,D,O,C); L=midpoint(C--D); O=(0,0);  //Path Definitions path quad = A -- B -- C -- D -- cycle;  //Initial Diagram draw(circle(O, RADIUS), linewidth(0.8)); draw(quad, linewidth(0.8)); label("$A$",A,NW); label("$B$",B,NW); label("$C$",C,NE); label("$D$",D,NE); label("$E$",E,SW); label("$F$",F,SE); label("$O$",O,SE); dot(O,linewidth(5));  //Radii draw(O--A); draw(O--B); draw(O--C); draw(O--D);  //Construction label("$\alpha = 90-\frac{\theta}{2}$",L,5NE,rgb(128, 0, 0)); draw(anglemark(C,O,B)); label("$\theta$",O,3N); draw(anglemark(E,F,O)); label("$\alpha$",F,3SW); draw(anglemark(D,F,C)); label("$\alpha$",F,3NE); draw(anglemark(F,C,D)); label("$\alpha$",C,3SSE); draw(anglemark(C,D,F)); label("$\theta$",(RADIUS-0.04)*dir(31.586),3WNW); [/asy] Label the points as shown, and let $\angle{EOF} = \theta$. Since $\overline{OB} = \overline{OC}$, and $\triangle{OFE} \sim \triangle{OCB}$, we get that $\angle{EFO} = 90-\frac{\theta}{2}$. We assign $\alpha$ to $90-\frac{\theta}{2}$ for simplicity. From here, by vertical angles $\angle{CFD} = \alpha$. Also, since $\triangle{OCB} \cong \triangle{ODC}$, $\angle{OCD} = \alpha$. This means that $\angle{CDF} = 180-2\alpha = \theta$, which leads to $\triangle{OCB} \sim \triangle{DCF}$. Since we know that $\overline{CD} = 200$, $\overline{DF} = 200$, and by similar reasoning $\overline{AE} = 200$. Finally, again using similar triangles, we get that $\overline{CF} = 100\sqrt{2}$, which means that $\overline{OF} = \overline{OC} - \overline{CF} = 200\sqrt{2} - 100\sqrt{2} = 100\sqrt{2}$. We can again apply similar triangles (or use Power of a Point) to get $\overline{EF} = 100$, and finally $\overline{AD} = \overline{AE}+\overline{EF}+\overline{FD} = 200+100+200=\boxed{\textbf{(E)}500}$ - ColtsFan10

Solution 10 (Parameshwara’s Formula for Circumradius)

Scale down by $100$. We know that the semiperimeter of the quadrilateral is $\frac{(2 + 2 + 2 + x)}{2}$ where $x = \overline {AD}$. Simplifying we get $\frac{6 + x}{2}$. Now, the radius is $2\sqrt {2}$, so $2\sqrt {2} = \frac{1}{4} \sqrt \frac {(4 + 2x)^{3}}{(\frac{2 + x}{2})^{3} (\frac {6 - x}{2})^{3}}$.

Simplifying we get $x = 5$. So the answer is $500$.

Solution 11 (Complex Numbers)

We first scale down by a factor of $200\sqrt{2}$. Let the vertices of the quadrilateral be $A$, $B$, $C$, and $D$, so that $AD$ is the length of the fourth side. We draw this in the complex plane so that $D$ corresponds to the complex number $1$, and we let $C$ correspond to the complex number $z$. Then, $A$ corresponds to $z^3$ and $B$ corresponds to $z^2$. We are given that $\lvert z \rvert = 1$ and $\lvert z-1 \rvert = 1/\sqrt{2}$, and we wish to find $\lvert z^3 - 1 \rvert=\lvert z^2+z+1\rvert \cdot \lvert z-1 \rvert=\lvert (z^2+z+1)/\sqrt{2} \rvert$. Let $z=a+bi$, where $a$ and $b$ are real numbers. Then, $a^2+b^2=1$ and $a^2-2a+1+b^2=1/2$; solving for $a$ and $b$ yields $a=3/4$ and $b=\sqrt{7}/4$. Thus, $AD = \lvert z^3 - 1 \rvert = \lvert (z^2+z+1)/\sqrt{2} \rvert = \lvert (15/8 + 5\sqrt{7}/8 \cdot i)/\sqrt{2} \rvert = \frac{5\sqrt{2}}{4}$. Scaling back up gives us a final answer of $\frac{5\sqrt{2}}{4} \cdot 200\sqrt{2} = \boxed{\textbf{(E)} 500}$.

~ Leo.Euler

Remark (Morley's Trisector Theorem)

This problem is related to M. T. Naraniengar's proof of Morley's Trisector Theorem. This problem is taken from the figure of the Lemma of M. T. Naraniengar's proof, as shown below.

NaraniengarLemma.gif

If four points $Y'$, $Z$, $Y$, $Z'$ satisfy the conditions

$\quad$ $1.$ $Y'Z = ZY = YZ'$ and

$\quad$ $2.$ $\angle YZY'$ = $\angle Z'YZ$ = $180^{\circ} - 2a > 60^{\circ}$

then they lie on a circle.


The Lemma is used to prove Morley's Trisector Theorem by constructing an equilateral triangle at $YZ$ and extending $AY'$ and $AZ'$ as shown below.

NaraniengarTheorem.gif

~isabelchen

Video Solution by AoPS (Deven Ware)

https://www.youtube.com/watch?v=hpSyHZwsteM

Video Solution by Walt S.

https://www.youtube.com/watch?v=3iDqR9YNNkU

Video Solution (Ptolemy’s Theorem)

https://youtu.be/NsQbhYfGh1Q?t=5094

~ pi_is_3.14

Video Solution by TheBeautyofMath

https://youtu.be/gCmQlaiEG5A

~IceMatrix

See Also

2016 AMC 10A (ProblemsAnswer KeyResources)
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 10 Problems and Solutions
2016 AMC 12A (ProblemsAnswer KeyResources)
Preceded by
Problem 20
Followed by
Problem 22
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. AMC logo.png