Difference between revisions of "2008 AIME I Problems/Problem 15"
(→Solution) |
(→Solution 2) |
||
(12 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
+ | __TOC__ | ||
+ | |||
== Problem == | == Problem == | ||
− | A square piece of paper has sides of length <math>100</math>. From each corner a wedge is cut in the following manner: at each corner, the two cuts for the wedge each start at a distance <math>\sqrt{17}</math> from the corner, and they meet on the diagonal at an angle of <math>60^{\circ}</math> (see the figure below). The paper is then folded up along the lines joining the vertices of adjacent cuts. When the two edges of a cut meet, they are taped together. The result is a paper tray whose sides are not at right angles to the base. The height of the tray, that is, the perpendicular distance between the plane of the base and the plane formed by the | + | A square piece of paper has sides of length <math>100</math>. From each corner a wedge is cut in the following manner: at each corner, the two cuts for the wedge each start at a distance <math>\sqrt{17}</math> from the corner, and they meet on the diagonal at an angle of <math>60^{\circ}</math> (see the figure below). The paper is then folded up along the lines joining the vertices of adjacent cuts. When the two edges of a cut meet, they are taped together. The result is a paper tray whose sides are not at right angles to the base. The height of the tray, that is, the perpendicular distance between the plane of the base and the plane formed by the upper edges, can be written in the form <math>\sqrt[n]{m}</math>, where <math>m</math> and <math>n</math> are positive integers, <math>m<1000</math>, and <math>m</math> is not divisible by the <math>n</math>th power of any prime. Find <math>m+n</math>. |
<center><asy>import cse5; | <center><asy>import cse5; | ||
size(200); | size(200); | ||
Line 19: | Line 21: | ||
MP("\mathrm{fold}",(s+r/2*dir(45).x,r*dir(45).y));</asy></center> | MP("\mathrm{fold}",(s+r/2*dir(45).x,r*dir(45).y));</asy></center> | ||
− | + | == Picture for Solutions == | |
− | == | + | (Used for the following solutions) |
+ | |||
<center><asy> | <center><asy> | ||
− | import three; import math; import cse5; | + | import three; import math; import cse5; import olympiad; |
− | size( | + | size(500); |
− | pathpen= | + | pathpen=blue; |
real r = (51^0.5-17^0.5)/200, h=867^0.25/100; | real r = (51^0.5-17^0.5)/200, h=867^0.25/100; | ||
triple A=(0,0,0),B=(1,0,0),C=(1,1,0),D=(0,1,0); | triple A=(0,0,0),B=(1,0,0),C=(1,1,0),D=(0,1,0); | ||
Line 34: | Line 37: | ||
draw(Ia--I--Ic); draw(Fa--F--Fc--Fd--cycle); | draw(Ia--I--Ic); draw(Fa--F--Fc--Fd--cycle); | ||
draw(A--Fa); draw(C--Fc); draw(D--Fd); | draw(A--Fa); draw(C--Fc); draw(D--Fd); | ||
+ | triple A1 = (F.x,F.y,0); real factor = 1/4; | ||
+ | draw(F--A1--B); draw((A1+(F-A1)*factor)--(A1+(F-A1)*factor+(B-A1)*factor)--(A1+(B-A1)*factor)); | ||
</asy></center> | </asy></center> | ||
− | + | ||
+ | == Solution 1 == | ||
In the original picture, let <math>P</math> be the corner, and <math>M</math> and <math>N</math> be the two points whose distance is <math>\sqrt{17}</math> from <math>P</math>. Also, let <math>R</math> be the point where the two cuts intersect. | In the original picture, let <math>P</math> be the corner, and <math>M</math> and <math>N</math> be the two points whose distance is <math>\sqrt{17}</math> from <math>P</math>. Also, let <math>R</math> be the point where the two cuts intersect. | ||
Using <math>\triangle{MNP}</math> (a 45-45-90 triangle), <math>MN=MP\sqrt{2}\quad\Longrightarrow\quad MN=\sqrt{34}</math>. <math>\triangle{MNR}</math> is [[equilateral triangle|equilateral]], so <math>MR = NR = \sqrt{34}</math>. (Alternatively, we could find this by the [[Law of Sines]].) | Using <math>\triangle{MNP}</math> (a 45-45-90 triangle), <math>MN=MP\sqrt{2}\quad\Longrightarrow\quad MN=\sqrt{34}</math>. <math>\triangle{MNR}</math> is [[equilateral triangle|equilateral]], so <math>MR = NR = \sqrt{34}</math>. (Alternatively, we could find this by the [[Law of Sines]].) | ||
− | The length of the perpendicular from <math>P</math> to <math>MN</math> in <math>\triangle{MNP}</math> is <math>\frac{\sqrt{17}}{\sqrt{2}}</math>, and the length of the perpendicular from <math>R</math> to <math>MN</math> in <math>\triangle{MNR}</math> is <math>\frac{\sqrt{51}}{\sqrt{2}}</math>. Adding those two lengths, <math>PR=\frac{\sqrt{17}+\sqrt{51}}{\sqrt{2}}</math>. (Alternatively, we could have used that <math>\ | + | The length of the perpendicular from <math>P</math> to <math>MN</math> in <math>\triangle{MNP}</math> is <math>\frac{\sqrt{17}}{\sqrt{2}}</math>, and the length of the perpendicular from <math>R</math> to <math>MN</math> in <math>\triangle{MNR}</math> is <math>\frac{\sqrt{51}}{\sqrt{2}}</math>. Adding those two lengths, <math>PR=\frac{\sqrt{17}+\sqrt{51}}{\sqrt{2}}</math>. (Alternatively, we could have used that <math>\sin 75^{\circ} = \sin (30+45) = \frac{\sqrt{6}+\sqrt{2}}{4}</math>.) |
Drop a [[perpendicular]] from <math>R</math> to the side of the square containing <math>M</math> and let the intersection be <math>G</math>. | Drop a [[perpendicular]] from <math>R</math> to the side of the square containing <math>M</math> and let the intersection be <math>G</math>. | ||
Line 63: | Line 69: | ||
MP("P",P,SW); MP("N",N,SW); MP("M",M,SW); MP("R",R,NE); | MP("P",P,SW); MP("N",N,SW); MP("M",M,SW); MP("R",R,NE); | ||
MP("G",G,SW); | MP("G",G,SW); | ||
− | </asy> | + | </asy></center> |
− | Let <math> | + | Let <math>A'B'C'D'</math> be the smaller square base of the tray and let <math>ABCD</math> be the larger square, such that <math>AA'</math>, etc, are edges. Let <math>F</math> be the foot of the perpendicular from <math>A</math> to plane <math>A'B'C'D'</math>. |
We know <math>AA'=MR=\sqrt{34}</math> and <math>A'F=MG\sqrt{2}=\frac{\sqrt{51}-\sqrt{17}}{\sqrt{2}}</math>. Now, use the Pythagorean Theorem on triangle <math>AFA'</math> to find <math>AF</math>: | We know <math>AA'=MR=\sqrt{34}</math> and <math>A'F=MG\sqrt{2}=\frac{\sqrt{51}-\sqrt{17}}{\sqrt{2}}</math>. Now, use the Pythagorean Theorem on triangle <math>AFA'</math> to find <math>AF</math>: | ||
Line 73: | Line 79: | ||
The answer is <math>867 + 4 = \boxed{871}</math>. | The answer is <math>867 + 4 = \boxed{871}</math>. | ||
− | + | == Solution 2 == | |
In the final pyramid, let <math>ABCD</math> be the smaller square and let <math>A'B'C'D'</math> be the larger square such that <math>AA'</math>, etc. are edges. | In the final pyramid, let <math>ABCD</math> be the smaller square and let <math>A'B'C'D'</math> be the larger square such that <math>AA'</math>, etc. are edges. | ||
It is obvious from the diagram that <math>\angle A'AB = \angle A'AD = 105^\circ</math>. | It is obvious from the diagram that <math>\angle A'AB = \angle A'AD = 105^\circ</math>. | ||
− | Let <math>AB</math> and <math>AD</math> be the positive <math>x</math> and <math>y</math> axes in a 3-d coordinate system such that <math>A'</math> has a positive <math>z</math> coordinate. Let <math>\alpha</math> be the angle made with the positive <math>x</math> axis. Define <math>\beta</math> and <math>\gamma</math> analogously. | + | Let <math>AB</math> and <math>AD</math> be the positive <math>x</math> and <math>y</math> axes in a 3-d coordinate system such that <math>A'</math> has a positive <math>z</math> coordinate. Let <math>\alpha</math> be the angle made with the positive <math>x</math> [[axis]]. Define <math>\beta</math> and <math>\gamma</math> analogously. |
It is easy to see that if <math>P: = (x,y,z)</math>, then <math>x = AA'\cdot \cos\alpha</math>. Furthermore, this means that <math>\frac {x^2}{AA'^2} + \frac {y^2}{AA'^2} + \frac {z^2}{AA'^2} = \cos^2\alpha + \cos^2\beta + \cos^2\gamma = 1</math>. | It is easy to see that if <math>P: = (x,y,z)</math>, then <math>x = AA'\cdot \cos\alpha</math>. Furthermore, this means that <math>\frac {x^2}{AA'^2} + \frac {y^2}{AA'^2} + \frac {z^2}{AA'^2} = \cos^2\alpha + \cos^2\beta + \cos^2\gamma = 1</math>. | ||
Line 88: | Line 94: | ||
Now, <math>z = AA'\cdot \cos\gamma = \sqrt [4]{34^2\cdot \frac {3}{4}} = \sqrt [4]{867}</math>. | Now, <math>z = AA'\cdot \cos\gamma = \sqrt [4]{34^2\cdot \frac {3}{4}} = \sqrt [4]{867}</math>. | ||
− | It follows that the answer is <math>867 + 4 = \boxed{871}</math>. | + | It follows that the answer is <math>867 + 4 = \boxed{871}</math>.~Shen Kislay Kai |
== See also == | == See also == |
Latest revision as of 13:28, 3 September 2024
Problem
A square piece of paper has sides of length . From each corner a wedge is cut in the following manner: at each corner, the two cuts for the wedge each start at a distance from the corner, and they meet on the diagonal at an angle of (see the figure below). The paper is then folded up along the lines joining the vertices of adjacent cuts. When the two edges of a cut meet, they are taped together. The result is a paper tray whose sides are not at right angles to the base. The height of the tray, that is, the perpendicular distance between the plane of the base and the plane formed by the upper edges, can be written in the form , where and are positive integers, , and is not divisible by the th power of any prime. Find .
Picture for Solutions
(Used for the following solutions)
Solution 1
In the original picture, let be the corner, and and be the two points whose distance is from . Also, let be the point where the two cuts intersect.
Using (a 45-45-90 triangle), . is equilateral, so . (Alternatively, we could find this by the Law of Sines.)
The length of the perpendicular from to in is , and the length of the perpendicular from to in is . Adding those two lengths, . (Alternatively, we could have used that .)
Drop a perpendicular from to the side of the square containing and let the intersection be .
Let be the smaller square base of the tray and let be the larger square, such that , etc, are edges. Let be the foot of the perpendicular from to plane .
We know and . Now, use the Pythagorean Theorem on triangle to find :
The answer is .
Solution 2
In the final pyramid, let be the smaller square and let be the larger square such that , etc. are edges.
It is obvious from the diagram that .
Let and be the positive and axes in a 3-d coordinate system such that has a positive coordinate. Let be the angle made with the positive axis. Define and analogously.
It is easy to see that if , then . Furthermore, this means that .
We have that , so .
It is easy to see from the Law of Sines that .
Now, .
It follows that the answer is .~Shen Kislay Kai
See also
2008 AIME I (Problems • Answer Key • Resources) | ||
Preceded by Problem 14 |
Followed by Last Question | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.