Difference between revisions of "1999 PMWC Problems"
(→Problem I14) |
(→Problem T5) |
||
Line 125: | Line 125: | ||
== Problem T5 == | == Problem T5 == | ||
+ | <asy> | ||
+ | /* File unicodetex not found. */ | ||
+ | /* Geogebra to Asymptote conversion, documentation at artofproblemsolving.com/Wiki, go to User:Azjps/geogebra */ | ||
+ | import graph; size(4.86cm); | ||
+ | real labelscalefactor = 0.5; /* changes label-to-point distance */ | ||
+ | pen dps = linewidth(0.7) + fontsize(10); defaultpen(dps); /* default pen style */ | ||
+ | pen dotstyle = black; /* point style */ | ||
+ | real xmin = -6.38, xmax = 9.48, ymin = -5.32, ymax = 6.79; /* image dimensions */ | ||
+ | /* draw figures */ | ||
+ | draw(circle((-2.71,3.64), 1)); | ||
+ | draw(circle((-0.71,3.64), 1)); | ||
+ | draw(circle((1.29,3.64), 1)); | ||
+ | draw(circle((-1.71,2.64), 1)); | ||
+ | draw(circle((0.29,2.64), 1)); | ||
+ | /* dots and labels */ | ||
+ | clip((xmin,ymin)--(xmin,ymax)--(xmax,ymax)--(xmax,ymin)--cycle); | ||
+ | /* end of picture */ | ||
+ | //Credit to dasobson for the diagram</asy> | ||
[[1999 PMWC Problems/Problem T5|Solution]] | [[1999 PMWC Problems/Problem T5|Solution]] | ||
Revision as of 22:53, 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