Difference between revisions of "2012 AIME II Problems/Problem 5"

(Created page with "== Problem 5 == In the accompanying figure, the outer square <math>S</math> has side length <math>40</math>. A second square <math>S'</math> of side length <math>15</math> is con...")
 
Line 12: Line 12:
 
draw(Sp1--M1--Sp2--M2--Sp3--M3--Sp4--M4--cycle);
 
draw(Sp1--M1--Sp2--M2--Sp3--M3--Sp4--M4--cycle);
 
</asy></center>
 
</asy></center>
 +
 +
 +
== Solution ==
 +
 +
== See also ==
 +
{{AIME box|year=2012|n=II|num-b=4|num-a=6}}

Revision as of 17:20, 31 March 2012

Problem 5

In the accompanying figure, the outer square $S$ has side length $40$. A second square $S'$ of side length $15$ is constructed inside $S$ with the same center as $S$ and with sides parallel to those of $S$. From each midpoint of a side of $S$, segments are drawn to the two closest vertices of $S'$. The result is a four-pointed starlike figure inscribed in $S$. The star figure is cut out and then folded to form a pyramid with base $S'$. Find the volume of this pyramid.

[asy]  pair S1 = (20, 20), S2 = (-20, 20), S3 = (-20, -20), S4 = (20, -20); pair M1 = (S1+S2)/2, M2 = (S2+S3)/2, M3=(S3+S4)/2, M4=(S4+S1)/2; pair Sp1 = (7.5, 7.5), Sp2=(-7.5, 7.5), Sp3 = (-7.5, -7.5), Sp4 = (7.5, -7.5);  draw(S1--S2--S3--S4--cycle); draw(Sp1--Sp2--Sp3--Sp4--cycle); draw(Sp1--M1--Sp2--M2--Sp3--M3--Sp4--M4--cycle); [/asy]


Solution

See also

2012 AIME II (ProblemsAnswer KeyResources)
Preceded by
Problem 4
Followed by
Problem 6
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
All AIME Problems and Solutions