Art of Problem Solving

User:Me@home: Difference between revisions

Me@home (talk | contribs)
Replacing page with 'I did everything related to the Mock AIME 3 Pre 2005 all in one edit - each solution page, the answers, and the entire aime page.'
Me@home (talk | contribs)
No edit summary
Line 1: Line 1:
<asy>
import three;
unitsize(4cm);
size(50);
currentprojection=orthographic(1/2,-1,1/2);
label("(5,38)",(0,0,0));
label("(4,29)",(0,1,0));
label("(4,35)",(1,0,0));
label("(4,39)",(1,1,0));
label("(0,30)",(0,0,1));
label("(2,38)",(0,1,1));
label("(5,39)",(1,0,1));
label("(3,46)",(1,1,1));
label("(4,46)",(0,0,2));
label("(3,46)",(0,1,2));
label("(0,36)",(1,0,2));
label("(2,46)",(1,1,2));
label("Sitting 1",(2.5,0,0));
label("Sitting 2",(2.5,1,0));
draw((1,0,0)--(2,0,0));
draw((1,1,0)--(2,1,0));
label("Area 1",(0,-1.5,0));
label("Area 2",(1,-1.5,0));
draw((0,0,0)--(0,-1,0));
draw((1,0,0)--(1,-1,0));
draw((0,0,0)--(1,0,0)--(1,1,0)--(0,1,0)--cycle3,red);
draw((0,0,0)--(0,0,1));dot((0,0,.5));
draw((0,1,0)--(0,1,1));dot((0,1,.4));
draw((1,1,0)--(1,1,1));dot((1,1,.4));
draw((1,0,0)--(1,0,1));dot((1,0,.4));
draw((0,0,.5)--(0,1,.4)--(1,1,.4)--(1,0,.4)--cycle3,blue);
draw((0,0,1)--(1,0,1)--(1,1,1)--(0,1,1)--cycle3,green);
draw((0,0,1)--(0,0,2));
draw((0,1,1)--(0,1,2));
draw((1,1,1)--(1,1,2));
draw((1,0,1)--(1,0,2));
draw((0,0,2)--(1,0,2)--(1,1,2)--(0,1,2)--cycle3,blue);
</asy>
I did everything related to the [[ Mock AIME 3 Pre 2005]]
I did everything related to the [[ Mock AIME 3 Pre 2005]]
all in one edit - each solution page, the answers, and the entire aime page.
all in one edit - each solution page, the answers, and the entire aime page.

Revision as of 13:05, 21 May 2008

[asy] import three; unitsize(4cm); size(50); currentprojection=orthographic(1/2,-1,1/2); label("(5,38)",(0,0,0)); label("(4,29)",(0,1,0)); label("(4,35)",(1,0,0)); label("(4,39)",(1,1,0)); label("(0,30)",(0,0,1)); label("(2,38)",(0,1,1)); label("(5,39)",(1,0,1)); label("(3,46)",(1,1,1)); label("(4,46)",(0,0,2)); label("(3,46)",(0,1,2)); label("(0,36)",(1,0,2)); label("(2,46)",(1,1,2));   label("Sitting 1",(2.5,0,0)); label("Sitting 2",(2.5,1,0));  draw((1,0,0)--(2,0,0)); draw((1,1,0)--(2,1,0));  label("Area 1",(0,-1.5,0)); label("Area 2",(1,-1.5,0));  draw((0,0,0)--(0,-1,0)); draw((1,0,0)--(1,-1,0));   draw((0,0,0)--(1,0,0)--(1,1,0)--(0,1,0)--cycle3,red);  draw((0,0,0)--(0,0,1));dot((0,0,.5)); draw((0,1,0)--(0,1,1));dot((0,1,.4)); draw((1,1,0)--(1,1,1));dot((1,1,.4)); draw((1,0,0)--(1,0,1));dot((1,0,.4));  draw((0,0,.5)--(0,1,.4)--(1,1,.4)--(1,0,.4)--cycle3,blue);    draw((0,0,1)--(1,0,1)--(1,1,1)--(0,1,1)--cycle3,green);   draw((0,0,1)--(0,0,2)); draw((0,1,1)--(0,1,2)); draw((1,1,1)--(1,1,2)); draw((1,0,1)--(1,0,2)); draw((0,0,2)--(1,0,2)--(1,1,2)--(0,1,2)--cycle3,blue); [/asy]














I did everything related to the Mock AIME 3 Pre 2005 all in one edit - each solution page, the answers, and the entire aime page.