Difference between revisions of "2002 PMWC Problems"

(Problem I13)
Line 48: Line 48:
  
 
== Problem I13 ==
 
== Problem I13 ==
 +
 +
<asy>
 +
size(2cm);
 +
defaultpen(fontsize(15));
 +
pen dts=linetype("5 5");
 +
real correction=2/5;
 +
label("$\textbf{A}$",(-1,0));
 +
label("$\textbf{B}$",(1,0));
 +
label("$\textbf{C}$",(0,-sqrt(3)));
 +
draw((-1 + correction,0)--(1 - correction,0),dts);
 +
draw( (1-cos(pi/3)*correction,-sin(pi/3)*correction)--(0+cos(pi/3)*correction,-sqrt(3)+sin(pi/3)*correction), dts );
 +
draw( (-1+cos(pi/3)*correction,-sin(pi/3)*correction)--(0-cos(pi/3)*correction,-sqrt(3)+sin(pi/3)*correction), dts);
 +
//Credit to dasobson for the diagram</asy>
  
 
[[2002 PMWC Problems/Problem I13|Solution]]
 
[[2002 PMWC Problems/Problem I13|Solution]]

Revision as of 23:55, 19 April 2014