返回题库

AIME 2001 II · 第 13 题

AIME 2001 II — Problem 13

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

In quadrilateral ABCDABCD, BADADC\angle{BAD}\cong\angle{ADC} and ABDBCD\angle{ABD}\cong\angle{BCD}, AB=8AB = 8, BD=10BD = 10, and BC=6BC = 6. The length CDCD may be written in the form mn\frac {m}{n}, where mm and nn are relatively prime positive integers. Find m+nm + n.

解析

Solution 1

Notice that BAD=ADC\angle BAD = \angle ADC and ABD=DCB\angle ABD = \angle DCB, which motivates us to find similar triangles. We extend CBCB and DADA to point EE. We know that ABDDCE\triangle ABD \sim \triangle DCE. Hence ADB=DEC\angle ADB = \angle DEC, and BDE\triangle BDE is isosceles. Then BD=BE=10BD = BE = 10.

AIME diagram

Using the similarity, we have:

ABBD=810=CDCE=CD16CD=645\frac{AB}{BD} = \frac 8{10} = \frac{CD}{CE} = \frac{CD}{16} \Longrightarrow CD = \frac{64}5 The answer is m+n=069m+n = \boxed{069}.

~lprado

Extension: To Find ADAD, use Law of Cosines on BCD\triangle BCD to get cos(BCD)=1320\cos(\angle BCD)=\frac{13}{20} Then since BCD=ABD\angle BCD=\angle ABD use Law of Cosines on ABD\triangle ABD to find AD=215AD=2\sqrt{15}

Solution 2

Draw a line from BB, parallel to AD\overline{AD}, and let it meet CD\overline{CD} at MM. Note that DAB\triangle{DAB} is similar to BMC\triangle{BMC} by AA similarity, since ABD=MCB\angle{ABD}=\angle{MCB} and since BMBM is parallel to CDCD then BMC=ADM=DAB\angle{BMC}=\angle{ADM}=\angle{DAB}. Now since ADMBADMB is an isosceles trapezoid, MD=8MD=8. By the similarity, we have MC=ABBCBD=8610=245MC=AB\cdot \frac{BC}{BD}=8\cdot \frac{6}{10}=\frac{24}{5}, hence CD=MC+MD=245+8=645    64+5=069CD=MC+MD=\frac{24}{5}+8=\frac{64}{5}\implies 64+5=\boxed{069}.

Solution 3

Since BAD=ADM\angle{BAD}=\angle{ADM}, if we extend AB and DC, they must meet at one point to form a isosceles triangle ADM\triangle{ADM}.Now, since the problem told that ABD=BCD\angle{ABD}=\angle{BCD}, we can imply that DBM=BCM\angle{DBM}=\angle{BCM} Since M=M\angle{M}=\angle{M}, so CBMBDM\triangle{CBM}\sim\triangle{BDM}. Assume the length of BM=xBM=x;Since BCMB=DBMD\frac{BC}{MB}=\frac{DB}{MD} we can get 6x=108+x\frac{6}{x}=\frac{10}{8+x}, we get that x=12x=12.So AM=DM=20AM=DM=20 similarly, we use the same pair of similar triangle we get CMBM=BMDM\frac{CM}{BM}=\frac{BM}{DM}, we get that CM=365CM=\frac{36}{5}. Finally, CD=MDMC=645    64+5=69=069CD=MD-MC=\frac{64}{5}\implies 64+5=69=\boxed{069} ~bluesoul

Solution 3

Denote BAD=CDA=x\angle{BAD}=\angle{CDA}=x, and ABD=BCD=y\angle{ABD}=\angle{BCD}=y. Note that ADB=180xy\angle{ADB}=180^\circ-x-y, and DBC=3602x2y\angle{DBC}=360^\circ-2x-2y. This motivates us to draw the angle bisector of DBC\angle{DBC} because DBC=2ADB\angle{DBC} = 2 \angle{ADB}, so we do so and consider the intersection with CDCD as EE. By the angle bisector theorem, we have CEDE=BCBD=35\frac{CE}{DE} = \frac{BC}{BD} = \frac{3}{5}, so we write CE=3zCE=3z and DE=5zDE=5z. We also know that EBC=ADB\angle{EBC}=\angle{ADB} and BCE=DBA\angle{BCE}=\angle{DBA}, so ADBEBC\triangle{ADB} \sim \triangle{EBC}. Hence, CEBC=ABBD\frac{CE}{BC}=\frac{AB}{BD}, so we have 3z=2453z=\frac{24}{5}. As CD=8zCD=8z, it must be that CD=645CD=\frac{64}{5}, so the final answer is 069\boxed{069}.

Video Solution by OmegaLearn

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

~ pi_is_3.14