返回题库

AIME 2019 I · 第 6 题

AIME 2019 I — Problem 6

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

In convex quadrilateral KLMNKLMN side MN\overline{MN} is perpendicular to diagonal KM\overline{KM}, side KL\overline{KL} is perpendicular to diagonal LN\overline{LN}, MN=65MN = 65, and KL=28KL = 28. The line through LL perpendicular to side KN\overline{KN} intersects diagonal KM\overline{KM} at OO with KO=8KO = 8. Find MOMO.

解析

Solution 1 (Trig)

Let MKN=α\angle MKN=\alpha and LNK=β\angle LNK=\beta. Let PP be the project of LL onto line NKNK. Note KLP=β\angle KLP=\beta.

Then, KP=28sinβ=8cosαKP=28\sin\beta=8\cos\alpha. Furthermore, KN=65sinα=28sinβ65sinβ=28sinαKN=\frac{65}{\sin\alpha}=\frac{28}{\sin\beta} \Rightarrow 65\sin\beta=28\sin\alpha.

Dividing the equations gives

6528=28sinα8cosα=72tanαtanα=6598\frac{65}{28}=\frac{28\sin\alpha}{8\cos\alpha}=\frac{7}{2}\tan\alpha\Rightarrow \tan\alpha=\frac{65}{98} Thus, MK=MNtanα=98MK=\frac{MN}{\tan\alpha}=98, so MO=MKKO=090MO=MK-KO=\boxed{090}.

Solution 2 (WRONG SOLUTION Cyclic Quads, PoP)

NOTE: this solution is wrong. The equation is correct due to similar triangles as described in solution 8, not PoP.

AIME diagram

Because KLN=KMN=90\angle KLN = \angle KMN = 90^{\circ}, KLMNKLMN is a cyclic quadrilateral. (THE FOLLOWING SENTENCE IS WRONG) Hence, by Power of Point,

KOKM=KL2    KM=2828=98    MO=988=090KO\cdot KM = KL^2 \implies KM=\dfrac{28^2}{8}=98 \implies MO=98-8=\boxed{090} as desired.

~Mathkiddie

Solution 3 (Similar triangles)

AIME diagram

First, let PP be the intersection of LOLO and KNKN as shown above. Note that mKPL=90m\angle KPL = 90^{\circ} as given in the problem. Since KPLKLN\angle KPL \cong \angle KLN and PKLLKN\angle PKL \cong \angle LKN, PKLLKN\triangle PKL \sim \triangle LKN by AA similarity. Similarly, KMNKPO\triangle KMN \sim \triangle KPO. Using these similarities we see that

KPKL=KLKN\frac{KP}{KL} = \frac{KL}{KN} KP=KL2KN=282KN=784KNKP = \frac{KL^2}{KN} = \frac{28^2}{KN} = \frac{784}{KN} and

KPKO=KMKN\frac{KP}{KO} = \frac{KM}{KN} KP=KOKMKN=8KMKNKP = \frac{KO \cdot KM}{KN} = \frac{8\cdot KM}{KN} Combining the two equations, we get

8KMKN=784KN\frac{8\cdot KM}{KN} = \frac{784}{KN} 8KM=2828 \cdot KM = 28^2 KM=98KM = 98 Since KM=KO+MOKM = KO + MO, we get MO=988=090MO = 98 -8 = \boxed{090}.

Solution by vedadehhc

Solution 4 (Similar triangles, orthocenters)

Extend KLKL and NMNM past LL and MM respectively to meet at PP. Let HH be the intersection of diagonals KMKM and LNLN (this is the orthocenter of KNP\triangle KNP).

As KOLKHP\triangle KOL \sim \triangle KHP (as LOPHLO \parallel PH, using the fact that HH is the orthocenter), we may let OH=8kOH = 8k and LP=28kLP = 28k.

Then using similarity with triangles KLH\triangle KLH and KMP\triangle KMP we have

288+8k=8+8k+HM28+28k\frac{28}{8+8k} = \frac{8+8k+HM}{28+28k} Cross-multiplying and dividing by 4+4k4+4k gives 2(8+8k+HM)=287=1962(8+8k+HM) = 28 \cdot 7 = 196 so MO=8k+HM=19628=090MO = 8k + HM = \frac{196}{2} - 8 = \boxed{090}. (Solution by scrabbler94)

Solution 5 (Algebraic Bashing)

First, let PP be the intersection of LOLO and KNKN. We can use the right triangles in the problem to create equations. Let a=NP,b=PK,c=NO,d=OM,e=OP,f=PC,a=NP, b=PK, c=NO, d=OM, e=OP, f=PC, and g=NC.g=NC. We are trying to find d.d. We can find 77 equations. They are

4225+d2=c2,4225+d^2=c^2, 4225+d2+16d+64=a2+2ab+b2,4225+d^2+16d+64=a^2+2ab+b^2, a2+e2=c2,a^2+e^2=c^2, b2+e2=64,b^2+e^2=64, b2+e2+2ef+f2=784,b^2+e^2+2ef+f^2=784, a2+e2+2ef+f2=g2,a^2+e^2+2ef+f^2=g^2, and

g2+784=a2+2ab+b2.g^2+784=a^2+2ab+b^2. We can subtract the fifth equation from the sixth equation to get a2b2=g2784.a^2-b^2=g^2-784. We can subtract the fourth equation from the third equation to get a2b2=c264.a^2-b^2=c^2-64. Combining these equations gives c264=g2784c^2-64=g^2-784 so g2=c2+720.g^2=c^2+720. Substituting this into the seventh equation gives c2+1504=a2+2ab+b2.c^2+1504=a^2+2ab+b^2. Substituting this into the second equation gives 4225+d2+16d+64=c2+15044225+d^2+16d+64=c^2+1504. Subtracting the first equation from this gives 16d+64=1504.16d+64=1504. Solving this equation, we find that d=090.d=\boxed{090}. (Solution by DottedCaculator)

Solution 6 (5-second PoP)

AIME diagram

Notice that KLMNKLMN is inscribed in the circle with diameter KN\overline{KN} and XOMNXOMN is inscribed in the circle with diameter ON\overline{ON}. Furthermore, (XLN)(XLN) is tangent to KL\overline{KL}. Then,

KOKM=KXKN=KL2    KM=2828=98,KO\cdot KM=KX\cdot KN=KL^2\implies KM=\frac{28^2}{8}=98, and MO=KMKO=090MO=KM-KO=\boxed{090}.

(Solution by TheUltimate123)

If you're wondering why KXKN=KL2,KX \cdot KN=KL^2, it's because PoP on (XLN)(XLN) or by KXKN=KX(KX+XN)=KX2+KXXN=KX2+LX2=KL2KX \cdot KN=KX \cdot (KX+XN)=KX^2+KX \cdot XN=KX^2+LX^2=KL^2 (last part by geometric mean theorem / similarity).

Note: the "semicircle" circumscribing points XOMN is not a semicircle. That is just there to tell you that X, O, M, N are indeed concyclic, so ignore the subtlety of the diagram that makes O seems slightly off the marks than it should be.

Solution 7 (Alternative PoP)

AIME diagram

(Diagram by vedadehhc)

Call the base of the altitude from LL to NKNK point PP. Let PO=xPO=x. Now, we have that KP=64x2KP=\sqrt{64-x^2} by the Pythagorean Theorem. Once again by Pythagorean, LO=720+x2xLO=\sqrt{720+x^2}-x. Using Power of a Point, we have

(KO)(OM)=(LO)(OQ)(KO)(OM)=(LO)(OQ) (QQ is the intersection of OLOL with the circle L\neq L)

8(MO)=(720+x2x)(720+x2+x)8(MO)=(\sqrt{720+x^2}-x)(\sqrt{720+x^2}+x) 8(MO)=7208(MO)=720 MO=090MO=\boxed{090} .

(Solution by RootThreeOverTwo)

Remark: Length of OQ

Since PP is on the circle’s diameter, QP=LP=720+x2QP = LP = \sqrt{720+x^2}. So, OQ=PQ+PO=x+720+x2OQ = PQ + PO = x + \sqrt{720+x^2}. ~diyarv

Solution8 (just one pair of similar triangles)

AIME diagram

Note that since KLN=KMN\angle KLN = \angle KMN, quadrilateral KLMNKLMN is cyclic. Therefore, we have

LMK=LNK=90LKN=KLP,\angle LMK = \angle LNK = 90^{\circ} - \angle LKN = \angle KLP, so KLOKML\triangle KLO \sim \triangle KML, giving

KM28=288    KM=98.\frac{KM}{28} = \frac{28}{8} \implies KM = 98. Therefore, OM=988=90OM = 98-8 = \boxed{90}.

Solution 9 (Pythagoras Bash)

AIME diagram

By Pythagorean Theorem, KM2+652=KN2=282+LN2KM^2+65^2 = KN^2 = 28^2 + LN^2. Thus, LN2=KM2+652282LN^2 = KM^2 + 65^2 - 28^2.

By Pythagorean Theorem, KP2+LP2=282KP^2 + LP^2 = 28^2, and PN2+LP2=LN2PN^2 + LP^2 = LN^2.

PN2=(KNKP)2=(KM2+652KP)2PN^2 = (KN - KP)^2 = (\sqrt{KM^2 + 65^2} - KP)^2 It follows that

(KM2+652KP)2+LP2=KM2+652282(\sqrt{KM^2 + 65^2} - KP)^2 + LP^2 = KM^2 + 65^2 - 28^2 KM2+6522KM2+652(KP)+KP2+LP2=KM2+652282KM^2 + 65^2 - 2\sqrt{KM^2 + 65^2}(KP) + KP^2 + LP^2 = KM^2 + 65^2 - 28^2 Since KP2+LP2=282KP^2 + LP^2 = 28^2,

KM2+6522KM2+652(KP)+282=KM2+652282KM^2 + 65^2 - 2\sqrt{KM^2 + 65^2}(KP) + 28^2 = KM^2 + 65^2 - 28^2 2KM2+652(KP)=2×282-2\sqrt{KM^2 + 65^2}(KP) = -2 \times 28^2 KP=282KM2+652KP = \frac{28^2}{\sqrt{KM^2 + 65^2}} OKP=NKM\angle OKP = \angle NKM (it's the same angle) and OPK=KMN=90\angle OPK = \angle KMN = 90^{\circ}. Thus, KOPKNM\triangle KOP \sim \triangle KNM.

Thus,

KOKN=KPKM\frac{KO}{KN} = \frac{KP}{KM} 8KM2+652=282KM2+652KM\frac{8}{\sqrt{KM^2 + 65^2}} = \frac{\frac{28^2}{\sqrt{KM^2 + 65^2}}}{KM} Multiplying both sides by KM2+652\sqrt{KM^2 + 65^2}:

8=282KM8 = \frac{28^2}{KM} KM=98KM = 98 Therefore, OM=988=90OM = 98-8 = \boxed{90}

~ Solution by adam_zheng

Video Solution

Video Solution: https://www.youtube.com/watch?v=0AXF-5SsLc8

Video Solution 2

https://youtu.be/I-8xZGhoDUY

~Shreyas S

Video Solution 3

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