Difference between revisions of "2011 AMC 10B Problems/Problem 22"

(See Also)
(See Also)
Line 57: Line 57:
 
The volume of the cube is <math>s^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}</math>
 
The volume of the cube is <math>s^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}</math>
  
== See Also==
 
  
{{AMC10 box|year=2011|ab=B|num-b=21|num-a=23}}
 
 
  Umm.... Above, yeah... that's all wrong. The triangle when put in 2d is an equilateral triangle, not a right triangle. and the "rectangle" in 2d should be a square. Sooo yeah don't listen to that. But the answer is right, it is A. Hmm... wonder why :)
 
  Umm.... Above, yeah... that's all wrong. The triangle when put in 2d is an equilateral triangle, not a right triangle. and the "rectangle" in 2d should be a square. Sooo yeah don't listen to that. But the answer is right, it is A. Hmm... wonder why :)

Revision as of 17:54, 3 February 2013

Problem

A pyramid has a square base with sides of length $1$ 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?

$\textbf{(A)}\ 5\sqrt{2} - 7 \qquad\textbf{(B)}\ 7 - 4\sqrt{3} \qquad\textbf{(C)}\ \frac{2\sqrt{2}}{27} \qquad\textbf{(D)}\ \frac{\sqrt{2}}{9} \qquad\textbf{(E)}\ \frac{\sqrt{3}}{9}$

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.

[asy] 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); [/asy]

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

[asy] unitsize(35mm); defaultpen(linewidth(2pt)+fontsize(12pt)); 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); label("$1$",(A--C),NW); label("$1$",(B--C),NE); label("$\sqrt{2}$",(A--B),S);  label("$s$",(W--Z),E,red);  label("$s$",(X--Y),W,red);  label("$s\sqrt{2}$",(W--X),N,red); [/asy]

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

[asy] unitsize(35mm); defaultpen(linewidth(2pt)+fontsize(12pt)); 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); label("$1$",(A--C),NW); label("$1$",(B--C),NE); label("$\sqrt{2}$",(A--B),S); label("$s$",(W--Z),E,red);  label("$s$",(X--Y),W,red);  label("$s\sqrt{2}$",(W--X),N,red); label("$s$",(A--W),N); label("$s$",(X--B),N);  [/asy]

Now we can just use segment addition to find the value of $s.$ \[\sqrt{2}=s+s\sqrt{2}+s=2s+s\sqrt{2}=(2+\sqrt{2})s\] \[s=\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 $s^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}$


Umm.... Above, yeah... that's all wrong. The triangle when put in 2d is an equilateral triangle, not a right triangle. and the "rectangle" in 2d should be a square. Sooo yeah don't listen to that. But the answer is right, it is A. Hmm... wonder why :)