Difference between revisions of "2003 AIME I Problems/Problem 12"

(See also)
m (Problem)
 
(10 intermediate revisions by 7 users not shown)
Line 1: Line 1:
 
== Problem ==
 
== Problem ==
In convex quadrilateral <math> ABCD, \angle A \cong \angle C, AB = CD = 180, </math> and <math> AD \neq BC. </math> The perimeter of <math> ABCD </math> is 640. Find <math> \lfloor 1000 \cos A \rfloor. </math> (The notation <math> \lfloor x \rfloor </math> means the greatest integer that is less than or equal to <math> x. </math>)
+
In [[convex]] [[quadrilateral]] <math> ABCD, \angle A \cong \angle C, AB = CD = 180, </math> and <math> AD \neq BC. </math> The [[perimeter]] of <math> ABCD </math> is <math> 640 </math>. Find <math> \lfloor 1000 \cos A \rfloor. </math> (The notation <math> \lfloor x \rfloor </math> means the greatest [[integer]] that is less than or equal to <math> x. </math>)
  
 
== Solution ==
 
== Solution ==
  
{{solution}}
+
===Solution 1===
 +
<center><asy>
 +
real x = 1.60; /* arbitrary */
 +
 
 +
pointpen = black; pathpen = black+linewidth(0.7); size(180);
 +
real BD = x*x + 1.80*1.80 - 2 * 1.80 * x * 7 / 9;
 +
pair A=(0,0),B=(1.8,0),D=IP(CR(A,x),CR(B,BD)),C=OP(CR(D,1.8),CR(B,2.80 - x));
 +
D(MP("A",A)--MP("B",B)--MP("C",C)--MP("D",D,N)--B--A--D);
 +
MP("180",(A+B)/2); MP("180",(C+D)/2,NE); D(anglemark(B,A,D)); D(anglemark(D,C,B));
 +
</asy></center>
 +
 
 +
By the [[Law of Cosines]] on <math>\triangle ABD</math> at angle <math>A</math> and on <math>\triangle BCD</math> at angle <math>C</math> (note <math>\angle C = \angle A</math>),
 +
 
 +
<cmath>180^2 + AD^2 - 360 \cdot AD \cos A = 180^2 + BC^2 - 360 \cdot BC \cos A </cmath>
 +
<cmath>(AD^2 - BC^2) = 360(AD - BC) \cos A</cmath>
 +
<cmath>(AD - BC)(AD + BC) = 360(AD - BC) \cos A</cmath>
 +
<cmath>(AD + BC) = 360 \cos A</cmath>
 +
We know that <math>AD + BC = 640 - 360 = 280</math>. <math>\cos A = \dfrac{280}{360} =  \dfrac{7}{9} = 0.777 \ldots</math>
 +
 
 +
<math>\lfloor 1000 \cos  A \rfloor = \boxed{777}</math>.
 +
 
 +
===Solution 2===
 +
Notice that <math>AB = CD</math>, and <math>BD = DB</math>, and <math>\angle{DAB} \cong \angle{BCD}</math>, so we have side-side-angle matching on triangles <math>ABD</math> and <math>CDB</math>.  Since the problem does not allow <math>\triangle{ABD} \cong \triangle{CDB}</math>, we know that <math>\angle{ADB}</math> is not a right angle, and there is a unique other triangle with the matching side-side-angle.
 +
 
 +
Extend <math>AD</math> to <math>C'</math> so that <math>\triangle{ABC'}</math> is isosceles with <math>AB = C'B</math>.  Then notice that <math>\triangle{DC'B}</math> has matching side-side-angle, and yet <math>\triangle{ADB} \not\cong \triangle{C'DB}</math> because <math>\angle{ADB}</math> is not right.  Therefore <math>\triangle{C'DB}</math> is the unique triangle mentioned above, so <math>\triangle{CDB}</math> is congruent, in some order of vertices, to <math>\triangle{C'DB}</math>.  Since <math>\triangle{CDB} \cong \triangle{C'DB}</math> would imply <math>\triangle{CDB} = \triangle{C'DB}</math>, making quadrilateral <math>ABCD</math> degenerate, we must have <math>\triangle{CDB} \cong \triangle{C'BD}</math>.
 +
 
 +
Since the perimeter of <math>ABCD</math> is <math>640</math>, <math>AD + BC = 640 - 180 - 180 = 280</math>.  Hence <math>280 = AD + BC = AD + DC'</math>.  Drop the altitude of <math>\triangle{ABC'}</math> from <math>B</math> and call the foot <math>P</math>.  Then right triangle trigonometry on <math>\triangle{APB}</math> shows that <math>\cos{A} = AP/AB = 140/180 = 7/9</math>, so <math>\lfloor 1000 \cos A \rfloor = \boxed{777}</math>.
  
 
== See also ==
 
== See also ==
* [[2003 AIME I Problems/Problem 11 | Previous problem]]
+
{{AIME box|year=2003|n=I|num-b=11|num-a=13}}
* [[2003 AIME I Problems/Problem 13 | Next problem]]
+
 
* [[2003 AIME I Problems]]
+
[[Category:Intermediate Geometry Problems]]
 +
{{MAA Notice}}

Latest revision as of 22:14, 24 November 2019

Problem

In convex quadrilateral $ABCD, \angle A \cong \angle C, AB = CD = 180,$ and $AD \neq BC.$ The perimeter of $ABCD$ is $640$. Find $\lfloor 1000 \cos A \rfloor.$ (The notation $\lfloor x \rfloor$ means the greatest integer that is less than or equal to $x.$)

Solution

Solution 1

[asy] real x = 1.60; /* arbitrary */  pointpen = black; pathpen = black+linewidth(0.7); size(180); real BD = x*x + 1.80*1.80 - 2 * 1.80 * x * 7 / 9; pair A=(0,0),B=(1.8,0),D=IP(CR(A,x),CR(B,BD)),C=OP(CR(D,1.8),CR(B,2.80 - x)); D(MP("A",A)--MP("B",B)--MP("C",C)--MP("D",D,N)--B--A--D); MP("180",(A+B)/2); MP("180",(C+D)/2,NE); D(anglemark(B,A,D)); D(anglemark(D,C,B)); [/asy]

By the Law of Cosines on $\triangle ABD$ at angle $A$ and on $\triangle BCD$ at angle $C$ (note $\angle C = \angle A$),

\[180^2 + AD^2 - 360 \cdot AD \cos A = 180^2 + BC^2 - 360 \cdot BC \cos A\] \[(AD^2 - BC^2) = 360(AD - BC) \cos A\] \[(AD - BC)(AD + BC) = 360(AD - BC) \cos A\] \[(AD + BC) = 360 \cos A\] We know that $AD + BC = 640 - 360 = 280$. $\cos A = \dfrac{280}{360} =  \dfrac{7}{9} = 0.777 \ldots$

$\lfloor 1000 \cos  A \rfloor = \boxed{777}$.

Solution 2

Notice that $AB = CD$, and $BD = DB$, and $\angle{DAB} \cong \angle{BCD}$, so we have side-side-angle matching on triangles $ABD$ and $CDB$. Since the problem does not allow $\triangle{ABD} \cong \triangle{CDB}$, we know that $\angle{ADB}$ is not a right angle, and there is a unique other triangle with the matching side-side-angle.

Extend $AD$ to $C'$ so that $\triangle{ABC'}$ is isosceles with $AB = C'B$. Then notice that $\triangle{DC'B}$ has matching side-side-angle, and yet $\triangle{ADB} \not\cong \triangle{C'DB}$ because $\angle{ADB}$ is not right. Therefore $\triangle{C'DB}$ is the unique triangle mentioned above, so $\triangle{CDB}$ is congruent, in some order of vertices, to $\triangle{C'DB}$. Since $\triangle{CDB} \cong \triangle{C'DB}$ would imply $\triangle{CDB} = \triangle{C'DB}$, making quadrilateral $ABCD$ degenerate, we must have $\triangle{CDB} \cong \triangle{C'BD}$.

Since the perimeter of $ABCD$ is $640$, $AD + BC = 640 - 180 - 180 = 280$. Hence $280 = AD + BC = AD + DC'$. Drop the altitude of $\triangle{ABC'}$ from $B$ and call the foot $P$. Then right triangle trigonometry on $\triangle{APB}$ shows that $\cos{A} = AP/AB = 140/180 = 7/9$, so $\lfloor 1000 \cos A \rfloor = \boxed{777}$.

See also

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

The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions. AMC logo.png