Difference between revisions of "2022 AMC 10A Problems/Problem 13"
MRENTHUSIASM (talk | contribs) (→Solution (Generalized)) |
MRENTHUSIASM (talk | contribs) (→Solution (Generalization)) |
||
Line 5: | Line 5: | ||
<math>\textbf{(A) } 8 \qquad \textbf{(B) } 9 \qquad \textbf{(C) } 10 \qquad \textbf{(D) } 11 \qquad \textbf{(E) } 12</math> | <math>\textbf{(A) } 8 \qquad \textbf{(B) } 9 \qquad \textbf{(C) } 10 \qquad \textbf{(D) } 11 \qquad \textbf{(E) } 12</math> | ||
− | == | + | ==Diagram== |
+ | <asy> | ||
+ | /* Made by MRENTHUSIASM */ | ||
+ | size(300); | ||
+ | real r = 4*sqrt(114)/13; | ||
+ | pair A, B, C, D, P, X, Y; | ||
+ | A = origin; | ||
+ | B = (2,r); | ||
+ | C = (3/2*sqrt(2^2+r^2),0); | ||
+ | D = A + 2*(C-B); | ||
+ | P = B + 2*dir(C-B); | ||
+ | X = intersectionpoint(B--D,A--P); | ||
+ | Y = intersectionpoint(B--D,A--C); | ||
+ | dot("$A$",A,1.5*W,linewidth(4)); | ||
+ | dot("$B$",B,1.5*N,linewidth(4)); | ||
+ | dot("$C$",C,1.5*E,linewidth(4)); | ||
+ | dot("$P$",P,1.5*dir(P),linewidth(4)); | ||
+ | dot("$D$",D,1.5*dir(D),linewidth(4)); | ||
+ | dot(X^^Y,linewidth(4)); | ||
+ | markscalefactor=0.03; | ||
+ | draw(rightanglemark(B,X,A),red); | ||
+ | draw(anglemark(P,A,B,20), red); | ||
+ | draw(anglemark(C,A,P,20), red); | ||
+ | add(pathticks(anglemark(P,A,B,20), n = 1, r = 0.1, s = 7, red)); | ||
+ | add(pathticks(anglemark(C,A,P,20), n = 1, r = 0.1, s = 7, red)); | ||
+ | draw(A--B--C--cycle^^A--P^^B--D^^A--D); | ||
+ | draw(B--C,MidArrow(0.3cm,Fill(red))); | ||
+ | draw(A--D,MidArrow(0.3cm,Fill(red))); | ||
+ | label("$2$",midpoint(B--P),rotate(90)*dir(midpoint(P--B)--P),red); | ||
+ | label("$3$",midpoint(P--C),rotate(90)*dir(midpoint(C--P)--C),red); | ||
+ | </asy> | ||
− | + | ~MRENTHUSIASM | |
− | + | ==Solution (Generalization)== | |
Suppose that <math>\overline{BD}</math> intersect <math>\overline{AP}</math> and <math>\overline{AC}</math> at <math>X</math> and <math>Y,</math> respectively. By Angle-Side-Angle, we conclude that <math>\triangle ABX\cong\triangle AYX.</math> | Suppose that <math>\overline{BD}</math> intersect <math>\overline{AP}</math> and <math>\overline{AC}</math> at <math>X</math> and <math>Y,</math> respectively. By Angle-Side-Angle, we conclude that <math>\triangle ABX\cong\triangle AYX.</math> |
Revision as of 03:18, 16 November 2022
Contents
Problem
Let be a scalene triangle. Point lies on so that bisects The line through perpendicular to intersects the line through parallel to at point Suppose and What is
Diagram
~MRENTHUSIASM
Solution (Generalization)
Suppose that intersect and at and respectively. By Angle-Side-Angle, we conclude that
Let By the Angle Bisector Theorem, we have or
By parallel lines, we get and Note that by the Angle-Angle Similarity, with the ratio of similitude It follows that
~MRENTHUSIASM
Solution 2 (Assumption)
Since there is only one possible value of , we assume . By the angle bisector theorem, , so and . Now observe that . Let the intersection of and be . Then . Consequently, and therefore , so , and we're done!
Video Solution by OmegaLearn
~ pi_is_3.14
Video Solution (Quick and Simple)
~Education, the Study of Everything
See Also
2022 AMC 10A (Problems • Answer Key • Resources) | ||
Preceded by Problem 12 |
Followed by Problem 14 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | ||
All AMC 10 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.