Maths Olympiad Prep

Library / /475 of 520

Geometry Difficulty 4.2 AIME Find the answer

A pyramid has a square base with sides of length 11 and has lateral faces that are equilateral triangles. A cube is placed within the pyramid so that one face is on the base of the pyramid and its opposite face has all its edges on the lateral faces of the pyramid. What is the volume of this cube?

Pick one

Solution

It is often easier to first draw a diagram for such a problem.

2011AMC10B22.png
Sometimes, it may also be easier to think of the problem in 2D. Take a cross section of the pyramid through the apex and two points from the base that are opposite to each other. Place it in two dimensions.

Figure (Asymptote source)
unitsize(35mm); defaultpen(linewidth(2pt)+fontsize(10pt)); pair A=(0,0), B=(sqrt(2),0), C=(0.5sqrt(2),0.5sqrt(2)); pair W=(sqrt(2)-1,0), X=(1,0), Y=(1,sqrt(2)-1), Z=(sqrt(2)-1,sqrt(2)-1); draw(A--B--C--cycle); draw(W--X--Y--Z--cycle,red);

The dimensions of this triangle are 1,1,1, 1, and 2\sqrt{2} because the sidelengths of the pyramid are 11 and the base of the triangle is the diagonal of the pyramid's base. This is a 45459045-45-90 triangle. Also, we can let the dimensions of the rectangle be ss and s2s\sqrt{2} because the longer length was the diagonal of the cube's base and the shorter length was a side of the cube.

The two triangles on the right and left of the rectangle are also 45459045-45-90 triangles because the rectangle is perpendicular to the base, and they share a 4545^\circ angle with the larger triangle. Therefore, the legs of the right triangles can be expressed as s.s.

Now we can just use segment addition to find the value of s.s.
2=s+s2+s=2s+s2=(2+2)s\sqrt{2}=s+s\sqrt{2}+s=2s+s\sqrt{2}=(2+\sqrt{2})s
s=22+2=12+1=2121=21s=\frac{\sqrt{2}}{2+\sqrt{2}}=\frac{1}{\sqrt{2}+1}=\frac{\sqrt{2}-1}{2-1}=\sqrt{2}-1
The volume of the cube is s3=(21)3=(21)(322)=3234+22=(A)527s^3 = (\sqrt{2}-1)^3 = (\sqrt{2}-1)(3-2\sqrt{2}) = 3\sqrt{2}-3-4+2\sqrt{2} = \boxed{\textbf{(A)} 5\sqrt{2}-7}

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.