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