Difference between revisions of "User talk:5849206328x"

m
m (Blanked the page)
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
<asy>
+
 
unitsize(18);
 
pair A,B,D,O;
 
A=6*dir(60); B=6*dir(300); D=(3,0); O=origin;
 
draw(circle(O,6));
 
draw(O--A--B--cycle); draw(O--D); draw((3,.5)--(2.5,.5)--(2.5,0));
 
label("$A$",A,NE); label("$B$",B,SE); label("$D$",D,E); label("$O$",O,W);
 
label("$r$",3*dir(60),NW); label("$\frac{r\sqrt{3}}{2}$",(3,2.5),E);
 
</asy>
 

Latest revision as of 23:20, 16 June 2013