Art of Problem Solving

User:Mathcounts7373: Difference between revisions

Mathcounts7373 (talk | contribs)
No edit summary
Mathcounts7373 (talk | contribs)
No edit summary
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
size(15cm);
size(15cm);


draw(circle((0,0),10), black+linewidth(1));
draw((0,0)--(5,8.66025404)--(15,8.66025404)--(10,0)--cycle, purple + linewidth(3));
draw(circle((0,0),25), black+linewidth(1));
draw((-20,8.66025404)--(15,8.66025404));
draw((20,15)--(-24.6,4.4542115), red+linewidth(2));
draw((10,0)--(0,-2 * 8.66025404));
draw((-16.25,-19)--(20,15),red+linewidth(2));
draw((-13,8.66025404)--(7.22,-4.80977186),black+linewidth(3));
draw((-5.14,-8.58)--(-24.6,4.4542115), green+linewidth(2));
draw((10,0)--(-13,8.66025404));
draw((8.85,12.365)--(8.89,4.58),green+linewidth(2));
draw((5,8.66025404)--(7.22,-4.80977186));
draw((23.49,8.55)--(-23.58,8.31),blue+linewidth(2));
draw(circle((-4,3.44),10.40288),green+linewidth(3));
draw((-21.75, -12.33)--(3.14,24.8),blue+linewidth(2));
draw((10,0)--(2.5,1.5 * 8.66025404));
draw((20,15)--(-7.87,8.39),orange+linewidth(2));
draw((-4,3.44)--(10,0)--(5,8.66025404)--cycle,red+linewidth(3));
draw((-24.6,4.4542115)--(-7.87,8.39),purple+linewidth(2));
draw((-13,8.66025404)--(5,8.66025404)--(6.21,1.45)--cycle,blue+linewidth(3));
draw((10,0)--(6.21,1.45),orange+linewidth(3));


dot((5,8.66025404));
dot((15,8.66025404));
dot((10,0));
dot((0,0));
dot((0,0));
dot((20,15));
dot((-13,8.66025404));
dot((-24.6,4.4542115));
dot((7.22,-4.80977186));
dot((-2.3,9.73));
dot((6.21,1.45));
dot((8.85,12.365));
dot((-4,3.44));
dot((8.89,4.58));
dot((-5.14,-8.58));
dot((-7.87,8.39));


label("<math>O</math>",(0,0),NE);
label("$A$",(5,8.66025404),NE);
label("<math>C_{2}</math>", (8,-6), ESE);
label("$B$",(15,8.66025404),NE);
label("<math>C_{1}</math>", (20,-15), ESE);
label("$C$",(10,0),SE);
label("<math>A</math>",(20,15),NE);
label("$D$",(0,0),SW);
label("<math>B</math>",(-2.3,9.73),NW);
label("$E$",(-13,8.66025404),NW);
label("<math>C</math>",(-24.6,4.4542115),NW);
label("$F$",(7.22,-4.80977186),ESE);
label("<math>D</math>",(8.85,12.365),NW);
label("$M$",(6.21,1.45),NE);
label("<math>E</math>",(8.89,4.58),ESE);
label("$O$",(-4,3.44),N);
label("<math>F</math>",(-5.14,-8.58),N);
label("$k$",(-13,8.66025404)--(7.22,-4.80977186),WSW);
label("<math>M</math>",(-7.87,8.39),NW);


<\asy>
 
</asy>

Latest revision as of 00:04, 22 March 2020

An AOPS user with a passion for math

[asy] size(15cm);  draw((0,0)--(5,8.66025404)--(15,8.66025404)--(10,0)--cycle, purple + linewidth(3)); draw((-20,8.66025404)--(15,8.66025404)); draw((10,0)--(0,-2 * 8.66025404)); draw((-13,8.66025404)--(7.22,-4.80977186),black+linewidth(3)); draw((10,0)--(-13,8.66025404)); draw((5,8.66025404)--(7.22,-4.80977186)); draw(circle((-4,3.44),10.40288),green+linewidth(3)); draw((10,0)--(2.5,1.5 * 8.66025404)); draw((-4,3.44)--(10,0)--(5,8.66025404)--cycle,red+linewidth(3)); draw((-13,8.66025404)--(5,8.66025404)--(6.21,1.45)--cycle,blue+linewidth(3)); draw((10,0)--(6.21,1.45),orange+linewidth(3));  dot((5,8.66025404)); dot((15,8.66025404)); dot((10,0)); dot((0,0)); dot((-13,8.66025404)); dot((7.22,-4.80977186)); dot((6.21,1.45)); dot((-4,3.44));  label("$A$",(5,8.66025404),NE); label("$B$",(15,8.66025404),NE); label("$C$",(10,0),SE); label("$D$",(0,0),SW); label("$E$",(-13,8.66025404),NW); label("$F$",(7.22,-4.80977186),ESE); label("$M$",(6.21,1.45),NE); label("$O$",(-4,3.44),N); label("$k$",(-13,8.66025404)--(7.22,-4.80977186),WSW);   [/asy]