Difference between revisions of "1999 PMWC Problems"
(→Problem I2) |
(→Problem T6) |
||
Line 195: | Line 195: | ||
== Problem T6 == | == Problem T6 == | ||
+ | <asy> | ||
+ | size(4cm); | ||
+ | pair A,B,C; | ||
+ | A=(-5,0); | ||
+ | B=(0-A.x,A.y); | ||
+ | C=(A+B)/2+(0,10); | ||
+ | draw(A--B--C--cycle); | ||
+ | pair W,X,Y; | ||
+ | W=intersectionpoint(B--(-5,5),A--C); | ||
+ | Y = (-W.x, W.y); | ||
+ | X = intersectionpoint(A--Y,B--W); | ||
+ | draw(A--Y); | ||
+ | draw(B--W); | ||
+ | label("X",(X+C+W+Y)/4); | ||
+ | label("5",(X+A+W)/3); | ||
+ | label("8",(X+B+Y)/3); | ||
+ | label("10",(X+A+B)/3); | ||
+ | //Credit to dasobson for the diagram</asy> | ||
[[1999 PMWC Problems/Problem T6|Solution]] | [[1999 PMWC Problems/Problem T6|Solution]] | ||
Revision as of 20:21, 21 April 2014
Contents
- 1 Problem I1
- 2 Problem I2
- 3 Problem I3
- 4 Problem I4
- 5 Problem I5
- 6 Problem I6
- 7 Problem I7
- 8 Problem I8
- 9 Problem I9
- 10 Problem I10
- 11 Problem I11
- 12 Problem I12
- 13 Problem I13
- 14 Problem I14
- 15 Problem I15
- 16 Problem T1
- 17 Problem T2
- 18 Problem T3
- 19 Problem T4
- 20 Problem T5
- 21 Problem T6
- 22 Problem T7
- 23 Problem T8
- 24 Problem T9
- 25 Problem T10