Difference between revisions of "2001 PMWC Problems"

(Problem T9)
(Problem I11)
Line 85: Line 85:
 
== Problem I11 ==
 
== Problem I11 ==
  
 +
<asy>
 +
size(8cm);
 +
defaultpen(fontsize(11));
 +
pair A,B,C,D;
 +
A=origin;
 +
B=(0.523713039560712, 0.150288579021811);
 +
C=(0.564402523837359, 1.185901582062919);
 +
D=(-0.640531236354945, 1.247592090482351);
 +
pair Ap,Bp,Cp,Dp;
 +
Ap=rotate(180,B)*A;
 +
Bp=rotate(180,C)*B;
 +
Cp=rotate(180,D)*C;
 +
Dp=rotate(180,A)*D;
 +
draw(A--Ap--Bp--Cp--Dp--D--C--B);
 +
draw(Dp--Ap);
 +
draw(Bp--C);
 +
draw(Cp--D);
 +
label("$A$",A,SW);
 +
label("$B$",B,S);
 +
label("$C$",C,E);
 +
label("$D$",D,N);
 +
label("$A'$",Ap,unit(Ap));
 +
label("$B'$",Bp,unit(Bp));
 +
label("$C'$",Cp,W);
 +
label("$D'$",Dp,unit(Dp));
 +
//Credit to dasobson for the diagram</asy>
 
[[2001 PMWC Problems/Problem I11|Solution]]
 
[[2001 PMWC Problems/Problem I11|Solution]]
  

Revision as of 21:23, 21 April 2014