Difference between revisions of "2011 AIME II Problems/Problem 4"
(→Solution 1) |
|||
Line 8: | Line 8: | ||
pointpen = black; pathpen = linewidth(0.7); | pointpen = black; pathpen = linewidth(0.7); | ||
− | pair A = (0,0), C= (11,0), B=IP(CR(A, | + | pair A = (0,0), C= (11,0), B=IP(CR(A,20x),CR(C,18)), D = IP(B--C,CR(B,20/31*abs(B-C))), M = (A+D)/2, P = IP(M--2*M-B, A--C), D2 = IP(D--D+P-B, A--C); |
D(MP("A",D(A))--MP("B",D(B),N)--MP("C",D(C))--cycle); D(A--MP("D",D(D),NE)--MP("D'",D(D2))); D(B--MP("P",D(P))); D(MP("M",M,NW)); MP("20",(B+D)/2,ENE); MP("11",(C+D)/2,ENE); | D(MP("A",D(A))--MP("B",D(B),N)--MP("C",D(C))--cycle); D(A--MP("D",D(D),NE)--MP("D'",D(D2))); D(B--MP("P",D(P))); D(MP("M",M,NW)); MP("20",(B+D)/2,ENE); MP("11",(C+D)/2,ENE); |
Revision as of 16:21, 17 November 2024
Contents
Problem 4
In triangle , and . The angle bisector of intersects at point , and point is the midpoint of . Let be the point of the intersection of and . The ratio of to can be expressed in the form , where and are relatively prime positive integers. Find .
Solution 1
pointpen = black; pathpen = linewidth(0.7); pair A = (0,0), C= (11,0), B=IP(CR(A,20x),CR(C,18)), D = IP(B--C,CR(B,20/31*abs(B-C))), M = (A+D)/2, P = IP(M--2*M-B, A--C), D2 = IP(D--D+P-B, A--C); D(MP("A",D(A))--MP("B",D(B),N)--MP("C",D(C))--cycle); D(A--MP("D",D(D),NE)--MP("D'",D(D2))); D(B--MP("P",D(P))); D(MP("M",M,NW)); MP("20",(B+D)/2,ENE); MP("11",(C+D)/2,ENE); (Error making remote request. Unknown error_msg)
Let be on such that . It follows that , so by the Angle Bisector Theorem. Similarly, we see by the Midline Theorem that . Thus, and .
Solution 2 (mass points)
Assign mass points as follows: by Angle-Bisector Theorem, , so we assign . Since , then , and , so .
Solution 3
By Menelaus' Theorem on with transversal , So .
Solution 4
We will use barycentric coordinates. Let , , . By the Angle Bisector Theorem, . Since is the midpoint of , . Therefore, the equation for line BM is . Let . Using the equation for , we get Therefore, so the answer is .
Solution 5
Let . Then by the Angle Bisector Theorem, . By the Ratio Lemma, we have that Notice that since their bases have the same length and they share a height. By the sin area formula, we have that Simplifying, we get that Plugging this into what we got from the Ratio Lemma, we have that
Solution 6 (quick Menelaus)
First, we will find . By Menelaus on and the line , we have This implies that . Then, by Menelaus on and line , we have Therefore, The answer is . -brainiacmaniac31
Solution 7 (Visual)
vladimir.shelomovskii@gmail.com, vvsss
Solution 8 (Cheese)
Assume is a right triangle at . Line and . These two lines intersect at which have coordinates and thus has coordinates . Thus, the line . When , has coordinate equal to = which equals giving an answer of
Solution 9 (Menelaus + Ceva's + Angle Bisector Theorem)
We start by using Menelaus' theorem on and . So, we see that . By Angle Bisector theorem, , and therefore after plugging in our values we get . Then, by Ceva's on the whole figure, we have . Plugging in our values, we get , giving an answer of . ~ESAOPS
Video Solution by OmegaLearn
https://youtu.be/Gjt25jRiFns?t=314
~ pi_is_3.14
See also
2011 AIME II (Problems • Answer Key • Resources) | ||
Preceded by Problem 3 |
Followed by Problem 5 | |
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.