Difference between revisions of "2022 AIME I Problems/Problem 3"
(Created blank page) |
Ihatemath123 (talk | contribs) |
||
Line 1: | Line 1: | ||
+ | == Problem == | ||
+ | In isosceles trapezoid <math>ABCD</math>, parallel bases <math>\overline{AB}</math> and <math>\overline{CD}</math> have lengths <math>500</math> and <math>650</math>, respectively, and <math>AD=BC=333</math>. The angle bisectors of <math>\angle{A}</math> and <math>\angle{D}</math> meet at <math>P</math>, and the angle bisectors of <math>\angle{B}</math> and <math>\angle{C}</math> meet at <math>Q</math>. Find <math>PQ</math>. | ||
+ | == Diagram == | ||
+ | <asy> | ||
+ | unitsize(0.016cm); | ||
+ | pair A = (-250,324.4); | ||
+ | pair B = (250, 324.4); | ||
+ | pair C = (325, 0); | ||
+ | pair D = (-325, 0); | ||
+ | draw(A--B--C--D--cycle); | ||
+ | pair W = (8,0); | ||
+ | pair X = (-8, 0); | ||
+ | pair Y = (-83,324.4); | ||
+ | pair Z = (83,324.4); | ||
+ | |||
+ | pair P = (-121, 162.2); | ||
+ | pair Q = (121, 162.2); | ||
+ | dot(P); | ||
+ | dot(Q); | ||
+ | |||
+ | draw(A--W, dashed); | ||
+ | draw(B--X, dashed); | ||
+ | draw(C--Y, dashed); | ||
+ | draw(D--Z, dashed); | ||
+ | label("$A$", A, N); | ||
+ | label("$B$", B, N); | ||
+ | label("$Y$", Y, N); | ||
+ | label("$Z$", Z, N); | ||
+ | label("$C$", C, S); | ||
+ | label("$D$", D, S); | ||
+ | label("$W$", W, SE); | ||
+ | label("$X$", X, SW); | ||
+ | label("$P$", P, N); | ||
+ | label("$Q$", Q, N); | ||
+ | </asy> | ||
+ | |||
+ | Extend lines <math>AP</math> and <math>BQ</math> to meet line <math>DC</math> at points <math>W</math> and <math>X</math>, respectively, and extend lines <math>DP</math> and <math>CQ</math> to meet <math>AB</math> at points <math>Z</math> and <math>Y</math>, respectively. | ||
+ | |||
+ | Claim: quadrilaterals <math>AZWD</math> and <math>BYXD</math> are rhombuses. | ||
+ | |||
+ | Proof: Since <math>\angle DAB + \angle ADC = 180^{\circ}</math>, <math>\angle ADP + \angle PAD = 90^{\circ}</math>. Therefore, triangles <math>APD</math>, <math>APZ</math>, <math>DPW</math> and <math>PZW</math> are all right triangles. By SAA congruence, the first three triangles are congruent; by SAS congruence, <math>\triangle PZW</math> is congruent to the other three. Therefore, <math>AD = DW = WZ = AZ</math>, so <math>AZWD</math> is a rhombus. By symmetry, <math>BYXC</math> is also a rhombus. | ||
+ | |||
+ | Extend line <math>PQ</math> to meet <math>\overline{AD}</math> and <math>\overline{BC}</math> at <math>R</math> and <math>S</math>, respectively. Because of rhombus properties, <math>RP = QS = \frac{333}{2}</math>. Also, by rhombus properties, <math>R</math> and <math>S</math> are the midpoints of segments <math>AD</math> and <math>BC</math>, respectively; therefore, by trapezoid properties, <math>RS = \frac{AB + CD}{2} = 575</math>. Finally, <math>PQ = RS - RP - QS = \boxed{242}</math>. | ||
+ | |||
+ | ~ihatemath123 |
Revision as of 16:07, 17 February 2022
Problem
In isosceles trapezoid , parallel bases and have lengths and , respectively, and . The angle bisectors of and meet at , and the angle bisectors of and meet at . Find .
Diagram
Extend lines and to meet line at points and , respectively, and extend lines and to meet at points and , respectively.
Claim: quadrilaterals and are rhombuses.
Proof: Since , . Therefore, triangles , , and are all right triangles. By SAA congruence, the first three triangles are congruent; by SAS congruence, is congruent to the other three. Therefore, , so is a rhombus. By symmetry, is also a rhombus.
Extend line to meet and at and , respectively. Because of rhombus properties, . Also, by rhombus properties, and are the midpoints of segments and , respectively; therefore, by trapezoid properties, . Finally, .
~ihatemath123