Difference between revisions of "File:AIME 1992 Solution 10.png"

(defaultpen(fontsize(8)); path kt = arc((20,0),20,0,90)..arc((0,20),20,0,90)--(40,40)--cycle; fill(kt,gray); draw((0,-30)--(0,50));draw((-30,0)--(50,0)); draw(circle((20,0),20));draw(circle((0,20),20)); draw((40,0)--(40,40)--(0,40)); label("$a$",(50,0),(2,)
 
(LaTeX)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
The asy code for this was:
 +
<pre>
 
defaultpen(fontsize(8));
 
defaultpen(fontsize(8));
 
path kt = arc((20,0),20,0,90)..arc((0,20),20,0,90)--(40,40)--cycle;
 
path kt = arc((20,0),20,0,90)..arc((0,20),20,0,90)--(40,40)--cycle;
Line 5: Line 7:
 
draw(circle((20,0),20));draw(circle((0,20),20));
 
draw(circle((20,0),20));draw(circle((0,20),20));
 
draw((40,0)--(40,40)--(0,40));
 
draw((40,0)--(40,40)--(0,40));
label("$a$",(50,0),(2,0));label("$b$",(0,50),(0,2));
+
label("<math>a</math>",(50,0),(2,0));label("<math>b</math>",(0,50),(0,2));
 
label("(40,0)",(40,0),(1,-1));label("(0,40)",(0,40),(-1,1));
 
label("(40,0)",(40,0),(1,-1));label("(0,40)",(0,40),(-1,1));
 
label("(40,40)",(40,40),(1,1));
 
label("(40,40)",(40,40),(1,1));
 
dot((40,0)^^(0,40)^^(40,40));
 
dot((40,0)^^(0,40)^^(40,40));
 +
</pre>
 +
 +
Which produces
 +
<asy>
 +
defaultpen(fontsize(8));
 +
path kt = arc((20,0),20,0,90)..arc((0,20),20,0,90)--(40,40)--cycle;
 +
fill(kt,gray);
 +
draw((0,-30)--(0,50));draw((-30,0)--(50,0));
 +
draw(circle((20,0),20));draw(circle((0,20),20));
 +
draw((40,0)--(40,40)--(0,40));
 +
label("a",(50,0),(2,0));label("b",(0,50),(0,2));
 +
label("(40,0)",(40,0),(1,-1));label("(0,40)",(0,40),(-1,1));
 +
label("(40,40)",(40,40),(1,1));
 +
dot((40,0)^^(0,40)^^(40,40));
 +
</asy>

Latest revision as of 23:56, 14 November 2007

The asy code for this was:

defaultpen(fontsize(8));
path kt = arc((20,0),20,0,90)..arc((0,20),20,0,90)--(40,40)--cycle;
fill(kt,gray);
draw((0,-30)--(0,50));draw((-30,0)--(50,0));
draw(circle((20,0),20));draw(circle((0,20),20));
draw((40,0)--(40,40)--(0,40));
label("<math>a</math>",(50,0),(2,0));label("<math>b</math>",(0,50),(0,2));
label("(40,0)",(40,0),(1,-1));label("(0,40)",(0,40),(-1,1));
label("(40,40)",(40,40),(1,1));
dot((40,0)^^(0,40)^^(40,40));

Which produces [asy] defaultpen(fontsize(8)); path kt = arc((20,0),20,0,90)..arc((0,20),20,0,90)--(40,40)--cycle; fill(kt,gray); draw((0,-30)--(0,50));draw((-30,0)--(50,0)); draw(circle((20,0),20));draw(circle((0,20),20)); draw((40,0)--(40,40)--(0,40)); label("a",(50,0),(2,0));label("b",(0,50),(0,2)); label("(40,0)",(40,0),(1,-1));label("(0,40)",(0,40),(-1,1)); label("(40,40)",(40,40),(1,1)); dot((40,0)^^(0,40)^^(40,40)); [/asy]

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current15:22, 13 November 2007Thumbnail for version as of 15:22, 13 November 2007234 × 233 (6 KB)Minsoens (talk | contribs)defaultpen(fontsize(8)); path kt = arc((20,0),20,0,90)..arc((0,20),20,0,90)--(40,40)--cycle; fill(kt,gray); draw((0,-30)--(0,50));draw((-30,0)--(50,0)); draw(circle((20,0),20));draw(circle((0,20),20)); draw((40,0)--(40,40)--(0,40)); label("$a$",(50,0),(2,
  • You cannot overwrite this file.

The following page links to this file: