Difference between revisions of "2001 AIME I Problems/Problem 13"

m (Slightly improved formatting and added some more explanation to Solution 3)
 
(21 intermediate revisions by 7 users not shown)
Line 3: Line 3:
  
 
== Solution ==
 
== Solution ==
<center><asy>
 
pointpen = black; pathpen = black+linewidth(0.7);
 
pair A=(0,0), B=(0,22), C=OP(CR(A,11+165^.5),CR(B,22)), D=OP(CR(A,-9+165^.5),CR(C,22));
 
D(D(MP("A",A,E))--D(MP("B",B,N))--D(MP("C",C,W))--D(MP("D",D,SW))--A--C); D(circumcircle(A,B,C)); MP("22",(A+B)/2,E); MP("22",(C+B)/2,NW); MP("22",(C+D)/2,SW); MP("22",(A+B)/2,E); MP("x",(A+D)/2,SE); MP("x+20",(A+C)/2,NE);
 
</asy></center>
 
  
We let our chord of degree <math>d</math> be <math>\overline{AB}</math>, of degree <math>2d</math> be <math>\overline{AC}</math>, and of degree <math>3d</math> be <math>\overline{AD}</math>. We are given that <math>AC = AD + 20</math>. Let <math>x = AD</math>. Since <math>AB = BC = CD = 22</math>, quadrilateral <math>ABCD</math> is a [[cyclic quadrilateral|cyclic]] [[isosceles trapezoid]], and so <math>BD = AC = AD + 20</math>. By [[Ptolemy's Theorem]], we have
+
=== Solution 1 ===
<cmath>\begin{align*}
+
<center>[[File:2001AIME13.png]]</center>
AB \cdot CD + AD \cdot BC &= AC \cdot BD\\  
+
 
22^2 + 22x = (x+20)^2 &\Longrightarrow x^2 + 18x - 84 = 0\\
+
Note that a cyclic quadrilateral in the form of an isosceles trapezoid can be formed from three chords of three <math>d</math>-degree arcs and one chord of one <math>3d</math>-degree arc. The diagonals of this trapezoid turn out to be two chords of two <math>2d</math>-degree arcs. Let <math>AB</math>, <math>AC</math>, and <math>BD</math> be the chords of the <math>d</math>-degree arcs, and let <math>CD</math> be the chord of the <math>3d</math>-degree arc. Also let <math>x</math> be equal to the chord length of the <math>3d</math>-degree arc. Hence, the length of the chords, <math>AD</math> and <math>BC</math>, of the <math>2d</math>-degree arcs can be represented as <math>x + 20</math>, as given in the problem.  
x = \frac{-18 + \sqrt{18^2 + 4\cdot 84}}{2} &= -9 + \sqrt{165}\end{align*}</cmath>
+
 
Therefore, the answer is <math>m+n = \boxed{174}</math>.
+
Using [[Ptolemy's theorem]],
 +
 
 +
<cmath>AB \cdot CD + AC \cdot BD = AD \cdot BC</cmath>
 +
<cmath>\iff 22x + 22 \cdot 22 = (x + 20)^2</cmath>
 +
<cmath>\iff 22x + 484 = x^2 + 40x + 400</cmath>
 +
<cmath>\iff x^2 + 18x - 84 = 0.</cmath>
 +
 
 +
We can then apply the quadratic formula to find the positive root of this equation (since polygons obviously cannot have sides of negative length):
 +
<cmath>x = \frac{-18 + \sqrt{18^2 + 4 \cdot 84}}{2} = \frac{-18 + \sqrt{660}}{2}.</cmath>
 +
 
 +
This simplifies to <math>x = \frac{-18 + 2\sqrt{165}}{2} = -9 + \sqrt{165}</math>. Thus the answer is <math>9 + 165 = \boxed{174}</math>.
 +
 
 +
=== Solution 2 ===
 +
 
 +
Let <math>z=\frac{d}{2},</math> and <math>R</math> be the circumradius. From the given information, <cmath>2R\sin z=22, \quad\text{and}</cmath> <cmath>2R(\sin 2z-\sin 3z)=20.</cmath> Dividing the latter equation by the former gives <cmath>\frac{2\sin z\cos z-\left(3\cos^2z\sin z-\sin^3 z\right)}{\sin z}=2\cos z-\left(3\cos^2z-\sin^2z\right)=1+2\cos z-4\cos^2z=\frac{10}{11}</cmath> <cmath>\iff 4\cos^2z-2\cos z-\frac{1}{11}=0. \qquad (*)</cmath> We want to find <cmath>\frac{22\sin (3z)}{\sin z}=22(3-4\sin^2z)=22(4\cos^2z-1).</cmath> From <math>(*),</math> this is equivalent to <math>44\cos z-20</math>. Using the quadratic formula, we deduce that this expression equals <math>-9+\sqrt{165}</math>, so our answer is <math>\boxed{174}</math>.
 +
 
 +
===Solution 3===
 +
 
 +
Let <math>z=\frac{d}{2}</math>, <math>R</math> be the circumradius, and <math>a</math> be the length of a <math>3d</math>-degree chord. Using the extended sine law, we obtain:
 +
<cmath>22=2R\sin(z),</cmath>
 +
<cmath>20+a=2R\sin(2z), \quad\text{and}</cmath>
 +
<cmath>a=2R\sin(3z).</cmath>
 +
Dividing the second equation by the first, and using the double angle formula, we obtain <math>\cos(z)=\frac{20+a}{44}</math>.
 +
Now, using the triple angle formula, we can rewrite the third equation as follows: <cmath>a=2R \sin(3z)=\frac{22}{\sin(z)}\left(3\sin(z)-4\sin^3(z)\right) = 22\left(3-4\sin^2(z)\right) = 22\left(4\cos^2(z)-1\right) = \frac{(20+a)^2}{22}-22,</cmath>
 +
and solving this quadratic equation gives the answer as <math>\boxed{174}</math>.
  
 
== See also ==
 
== See also ==

Latest revision as of 23:01, 1 June 2025

Problem

In a certain circle, the chord of a $d$-degree arc is $22$ centimeters long, and the chord of a $2d$-degree arc is $20$ centimeters longer than the chord of a $3d$-degree arc, where $d < 120.$ The length of the chord of a $3d$-degree arc is $- m + \sqrt {n}$ centimeters, where $m$ and $n$ are positive integers. Find $m + n.$

Solution

Solution 1

2001AIME13.png

Note that a cyclic quadrilateral in the form of an isosceles trapezoid can be formed from three chords of three $d$-degree arcs and one chord of one $3d$-degree arc. The diagonals of this trapezoid turn out to be two chords of two $2d$-degree arcs. Let $AB$, $AC$, and $BD$ be the chords of the $d$-degree arcs, and let $CD$ be the chord of the $3d$-degree arc. Also let $x$ be equal to the chord length of the $3d$-degree arc. Hence, the length of the chords, $AD$ and $BC$, of the $2d$-degree arcs can be represented as $x + 20$, as given in the problem.

Using Ptolemy's theorem,

\[AB \cdot CD + AC \cdot BD = AD \cdot BC\] \[\iff 22x + 22 \cdot 22  = (x + 20)^2\] \[\iff 22x + 484 = x^2 + 40x + 400\] \[\iff x^2 + 18x - 84 = 0.\]

We can then apply the quadratic formula to find the positive root of this equation (since polygons obviously cannot have sides of negative length): \[x = \frac{-18 + \sqrt{18^2 + 4 \cdot 84}}{2} = \frac{-18 + \sqrt{660}}{2}.\]

This simplifies to $x = \frac{-18 + 2\sqrt{165}}{2} = -9 + \sqrt{165}$. Thus the answer is $9 + 165 = \boxed{174}$.

Solution 2

Let $z=\frac{d}{2},$ and $R$ be the circumradius. From the given information, \[2R\sin z=22, \quad\text{and}\] \[2R(\sin 2z-\sin 3z)=20.\] Dividing the latter equation by the former gives \[\frac{2\sin z\cos z-\left(3\cos^2z\sin z-\sin^3 z\right)}{\sin z}=2\cos z-\left(3\cos^2z-\sin^2z\right)=1+2\cos z-4\cos^2z=\frac{10}{11}\] \[\iff 4\cos^2z-2\cos z-\frac{1}{11}=0. \qquad (*)\] We want to find \[\frac{22\sin (3z)}{\sin z}=22(3-4\sin^2z)=22(4\cos^2z-1).\] From $(*),$ this is equivalent to $44\cos z-20$. Using the quadratic formula, we deduce that this expression equals $-9+\sqrt{165}$, so our answer is $\boxed{174}$.

Solution 3

Let $z=\frac{d}{2}$, $R$ be the circumradius, and $a$ be the length of a $3d$-degree chord. Using the extended sine law, we obtain: \[22=2R\sin(z),\] \[20+a=2R\sin(2z), \quad\text{and}\] \[a=2R\sin(3z).\] Dividing the second equation by the first, and using the double angle formula, we obtain $\cos(z)=\frac{20+a}{44}$. Now, using the triple angle formula, we can rewrite the third equation as follows: \[a=2R \sin(3z)=\frac{22}{\sin(z)}\left(3\sin(z)-4\sin^3(z)\right) = 22\left(3-4\sin^2(z)\right) = 22\left(4\cos^2(z)-1\right) = \frac{(20+a)^2}{22}-22,\] and solving this quadratic equation gives the answer as $\boxed{174}$.

See also

2001 AIME I (ProblemsAnswer KeyResources)
Preceded by
Problem 12
Followed by
Problem 14
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
All AIME Problems and Solutions

These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions. AMC Logo.png