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 23:52, 19 April 2014