Difference between revisions of "2002 AIME II Problems/Problem 13"
(→Solution) |
(→Solution 2) |
||
Line 63: | Line 63: | ||
First draw <math>\overline{CP}</math> and extend it so that it meets with <math>\overline{AB}</math> at point <math>X</math>. | First draw <math>\overline{CP}</math> and extend it so that it meets with <math>\overline{AB}</math> at point <math>X</math>. | ||
− | + | <asy> | |
+ | size(10cm); | ||
+ | pair A,B,C,D,E,X,P,Q,R; | ||
+ | A=(0,0); | ||
+ | B=(8,0); | ||
+ | C=(1.9375,3.4994); | ||
+ | D=(3.6696,2.4996); | ||
+ | E=(1.4531,2.6246); | ||
+ | X=(4.3636,0); | ||
+ | P=(2.9639,2.0189); | ||
+ | Q=(1.8462,0); | ||
+ | R=(6.4615,0); | ||
+ | dot(A); | ||
+ | dot(B); | ||
+ | dot(C); | ||
+ | dot(D); | ||
+ | dot(E); | ||
+ | dot(X); | ||
+ | dot(P); | ||
+ | dot(Q); | ||
+ | dot(R); | ||
+ | label("$A$",A,WSW); | ||
+ | label("$B$",B,ESE); | ||
+ | label("$C$",C,NNW); | ||
+ | label("$D$",D,NE); | ||
+ | label("$E$",E,WNW); | ||
+ | label("$X$",X,SSE); | ||
+ | label("$P$",P,NNE); | ||
+ | label("$Q$",Q,SSW); | ||
+ | label("$R$",R,SE); | ||
+ | draw(A--B--C--cycle); | ||
+ | draw(P--Q--R--cycle); | ||
+ | draw(A--D); | ||
+ | draw(B--E); | ||
+ | draw(C--X); | ||
+ | </asy> | ||
We have that <math>[ABC]=\frac{1}{2}\cdot AC \cdot BC\sin{C}=\frac{1}{2}\cdot 4\cdot {7}\sin{C}=14\sin{C}</math> | We have that <math>[ABC]=\frac{1}{2}\cdot AC \cdot BC\sin{C}=\frac{1}{2}\cdot 4\cdot {7}\sin{C}=14\sin{C}</math> |
Revision as of 17:43, 12 September 2015
Contents
Problem
In triangle point is on with and point is on with and and and intersect at Points and lie on so that is parallel to and is parallel to It is given that the ratio of the area of triangle to the area of triangle is where and are relatively prime positive integers. Find .
Solution 1
Let be the intersection of and .
Since and , and . So , and thus, .
Using mass points:
WLOG, let .
Then:
.
.
.
.
Thus, . Therefore, , and .
Solution 2
First draw and extend it so that it meets with at point .
We have that
By Ceva's, That means that
Now we apply mass points. Assume WLOG that . That means that
Notice now that is similar to . Therefore,
Also, is similar to . Therefore,
Because is similar to , .
As a result, .
Therefore,
See also
2002 AIME II (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 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.