Difference between revisions of "1999 PMWC Problems"
(→Problem I6) |
(→Problem I14) |
||
Line 78: | Line 78: | ||
== Problem I14 == | == Problem I14 == | ||
+ | <asy> | ||
+ | /* File unicodetex not found. */ | ||
+ | /* Geogebra to Asymptote conversion, documentation at artofproblemsolving.com/Wiki, go to User:Azjps/geogebra */ | ||
+ | import graph; size(4.62cm); | ||
+ | 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 = -22.84, xmax = 51.79, ymin = -28.06, ymax = 28.9; /* image dimensions */ | ||
+ | /* draw figures */ | ||
+ | draw(circle((0,0), 1.09)); | ||
+ | draw(circle((9.29,0), 1.09)); | ||
+ | draw(circle((9.29,6.48), 1.09)); | ||
+ | draw(circle((0,6.48), 1.09)); | ||
+ | draw(circle((4.65,3.24), 1.09)); | ||
+ | draw((1.09,6.48)--(8.2,6.48)); | ||
+ | draw((1.09,0)--(8.2,0)); | ||
+ | draw((9.29,1.09)--(9.29,5.39)); | ||
+ | draw((0,1.09)--(0,5.39)); | ||
+ | draw((0.9,0.62)--(3.75,2.62)); | ||
+ | /* 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 I14|Solution]] | [[1999 PMWC Problems/Problem I14|Solution]] | ||
Revision as of 22:52, 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