Difference between revisions of "1999 PMWC Problems"
(→Problem I6) |
|||
Line 21: | Line 21: | ||
== Problem I6 == | == Problem I6 == | ||
+ | <asy> | ||
+ | /* modified Geogebra to Asymptote conversion, documentation at artofproblemsolving.com/Wiki, go to User:Azjps/geogebra */ | ||
+ | import graph; size(3.62cm); | ||
+ | real labelscalefactor = 1.3; /* changes label-to-point distance */ | ||
+ | pen dps = linewidth(0.7) + fontsize(10); defaultpen(dps); /* default pen style */ | ||
+ | pen dotstyle = black; /* point style */ | ||
+ | real xmin = -22.84, xmax = 51.79, ymin = -28.06, ymax = 28.9; /* image dimensions */ | ||
+ | draw((0,0)--(7.8,0)--(3.9,6.75)--cycle); | ||
+ | /* draw figures */ | ||
+ | draw((0,0)--(7.8,0)); | ||
+ | draw((7.8,0)--(3.9,6.75)); | ||
+ | draw((3.9,6.75)--(0,0)); | ||
+ | draw((7.8,0)--(1.95,3.38)); | ||
+ | draw((3.9,0)--(1.95,3.38)); | ||
+ | draw((1.95,0)--(1.95,3.38)); | ||
+ | /* dots and labels */ | ||
+ | label("$B$", (0,0), NW * labelscalefactor); | ||
+ | label("$C$", (7.8,0), NE * labelscalefactor); | ||
+ | label("$A$", (3.9,6.75), NE * labelscalefactor); | ||
+ | label("$D$", (1.95,3.38), NW * labelscalefactor); | ||
+ | label("$E$", (3.9,0), NE * labelscalefactor); | ||
+ | label("$F$", (1.95,0), NE * labelscalefactor); | ||
+ | clip((xmin,ymin)--(xmin,ymax)--(xmax,ymax)--(xmax,ymin)--cycle); | ||
+ | /* end of picture */ | ||
+ | //Credit to dasobson for the diagram</asy> | ||
[[1999 PMWC Problems/Problem I6|Solution]] | [[1999 PMWC Problems/Problem I6|Solution]] | ||
Revision as of 22:51, 19 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