File:AIME 1992 Solution 10.png

AIME_1992_Solution_10.png(234 × 233 pixels, file size: 6 KB, MIME type: image/png)

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
current14:22, 13 November 2007Thumbnail for version as of 14: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: