Difference between revisions of "User talk:5849206328x"

m (Blanked the page)
m
Line 1: Line 1:
 
+
<asy>
 +
draw((0,10)--(0,0)--(10,0));
 +
draw(circle((1,0),1));
 +
draw(circle((4,0),4));
 +
draw(circle((0,2),2));
 +
draw(circle((0,3),3));
 +
</asy>

Revision as of 21:08, 10 April 2011

[asy] draw((0,10)--(0,0)--(10,0)); draw(circle((1,0),1)); draw(circle((4,0),4)); draw(circle((0,2),2)); draw(circle((0,3),3)); [/asy]