Difference between revisions of "2010 AMC 10A Problems/Problem 20"

(Solution)
(Solution 2)
 
(6 intermediate revisions by 5 users not shown)
Line 4: Line 4:
 
<math>\textbf{(A)}\ 4+4\sqrt{2} \qquad \textbf{(B)}\ 2+4\sqrt{2}+2\sqrt{3} \qquad \textbf{(C)}\ 2+3\sqrt{2}+3\sqrt{3} \qquad \textbf{(D)}\ 4\sqrt{2}+4\sqrt{3} \qquad \textbf{(E)}\ 3\sqrt{2}+5\sqrt{3}</math>
 
<math>\textbf{(A)}\ 4+4\sqrt{2} \qquad \textbf{(B)}\ 2+4\sqrt{2}+2\sqrt{3} \qquad \textbf{(C)}\ 2+3\sqrt{2}+3\sqrt{3} \qquad \textbf{(D)}\ 4\sqrt{2}+4\sqrt{3} \qquad \textbf{(E)}\ 3\sqrt{2}+5\sqrt{3}</math>
  
==Solution==
+
==Solution 1==
The distance of an interior diagonal in this cube is <math>\sqrt{3}</math> and the distance of a diagonal on one of the square faces is <math>\sqrt{2}</math>. It would not make sense if the fly traveled an interior diagonal twice in a row, as it would return to the point it just came from, so at most the final sum can only have 4 as the coefficient of <math>\sqrt{3}</math>. The other 4 paths taken can be across a diagonal on one of the faces, so the maximum distance traveled is <math>\textbf{(D)}\ 4\sqrt{2}+4\sqrt{3}</math>.
+
The distance of an interior diagonal in this cube is <math>\sqrt{3}</math> and the distance of a diagonal on one of the square faces is <math>\sqrt{2}</math>. It is not possible for the fly to travel any interior diagonal twice, as then it would visit a corner more than once. So, the final sum can have at most  <math>4</math> as the coefficient of <math>\sqrt{3}</math>. The other <math>4</math> paths taken can be across a diagonal on one of the faces (try to find a such path!), so the maximum distance traveled is <math>\textbf{(D)}\ 4\sqrt{2}+4\sqrt{3}</math>.
 +
 
 +
==Solution 2==
 +
 
 +
The path of the fly consists of eight line segments, where each line segment goes from one corner to another corner. The distance of each such line segment is <math>1</math>, <math>\sqrt{2}</math>, or <math>\sqrt{3}</math>.
 +
 
 +
The only way to obtain a line segment of length <math>\sqrt{3}</math> is to go from one corner of the cube to the opposite corner. Since the fly visits each corner exactly once, it cannot traverse such a line segment twice. Also, the cube has exactly four such diagonals, so the path of the fly can contain at most four segments of length <math>\sqrt{3}</math>. Hence, the length of the fly's path can be at most <math>\boxed{4 \sqrt{3} + 4 \sqrt{2}\text{, or D.}}</math>. This length can be achieved by taking the path
 +
<cmath>A \rightarrow G \rightarrow B \rightarrow H \rightarrow C \rightarrow E \rightarrow D \rightarrow F \rightarrow A.</cmath>
 +
 
 +
<asy>
 +
import graph;
 +
 
 +
unitsize(2 cm);
 +
 
 +
draw((0,0)--(1,0)--(1,1)--(0,1)--cycle);
 +
draw((1,0)--(1.3,0.3));
 +
draw((1,1)--(1.3,1.3));
 +
draw((0,1)--(0.3,1.3));
 +
draw((1.3,0.3)--(1.3,1.3)--(0.3,1.3));
 +
draw((0,0)--(0.3,0.3),dashed);
 +
draw((0.3,0.3)--(1.3,0.3),dashed);
 +
draw((0.3,0.3)--(0.3,1.3),dashed);
 +
 
 +
label("$A$", (0,0), SW);
 +
label("$B$", (1,0), SE);
 +
label("$C$", (1.3,0.3), E);
 +
label("$D$", (0.3,0.3), SE);
 +
label("$E$", (0,1), W);
 +
label("$F$", (1,1), E);
 +
label("$G$", (1.3,1.3), NE);
 +
label("$H$", (0.3,1.3), N);
 +
</asy>
 +
 
 +
==Video Solution==
 +
https://youtu.be/rsURe5Xh-j0?t=1728
 +
 
 +
~IceMatrix
  
 
== See also ==
 
== See also ==
 
{{AMC10 box|year=2010|num-b=19|num-a=21|ab=A}}
 
{{AMC10 box|year=2010|num-b=19|num-a=21|ab=A}}
 
{{MAA Notice}}
 
{{MAA Notice}}

Latest revision as of 17:49, 9 July 2021

Problem

A fly trapped inside a cubical box with side length $1$ meter decides to relieve its boredom by visiting each corner of the box. It will begin and end in the same corner and visit each of the other corners exactly once. To get from a corner to any other corner, it will either fly or crawl in a straight line. What is the maximum possible length, in meters, of its path?

$\textbf{(A)}\ 4+4\sqrt{2} \qquad \textbf{(B)}\ 2+4\sqrt{2}+2\sqrt{3} \qquad \textbf{(C)}\ 2+3\sqrt{2}+3\sqrt{3} \qquad \textbf{(D)}\ 4\sqrt{2}+4\sqrt{3} \qquad \textbf{(E)}\ 3\sqrt{2}+5\sqrt{3}$

Solution 1

The distance of an interior diagonal in this cube is $\sqrt{3}$ and the distance of a diagonal on one of the square faces is $\sqrt{2}$. It is not possible for the fly to travel any interior diagonal twice, as then it would visit a corner more than once. So, the final sum can have at most $4$ as the coefficient of $\sqrt{3}$. The other $4$ paths taken can be across a diagonal on one of the faces (try to find a such path!), so the maximum distance traveled is $\textbf{(D)}\ 4\sqrt{2}+4\sqrt{3}$.

Solution 2

The path of the fly consists of eight line segments, where each line segment goes from one corner to another corner. The distance of each such line segment is $1$, $\sqrt{2}$, or $\sqrt{3}$.

The only way to obtain a line segment of length $\sqrt{3}$ is to go from one corner of the cube to the opposite corner. Since the fly visits each corner exactly once, it cannot traverse such a line segment twice. Also, the cube has exactly four such diagonals, so the path of the fly can contain at most four segments of length $\sqrt{3}$. Hence, the length of the fly's path can be at most $\boxed{4 \sqrt{3} + 4 \sqrt{2}\text{, or D.}}$. This length can be achieved by taking the path \[A \rightarrow G \rightarrow B \rightarrow H \rightarrow C \rightarrow E \rightarrow D \rightarrow F \rightarrow A.\]

[asy] import graph;  unitsize(2 cm);  draw((0,0)--(1,0)--(1,1)--(0,1)--cycle); draw((1,0)--(1.3,0.3)); draw((1,1)--(1.3,1.3)); draw((0,1)--(0.3,1.3)); draw((1.3,0.3)--(1.3,1.3)--(0.3,1.3)); draw((0,0)--(0.3,0.3),dashed); draw((0.3,0.3)--(1.3,0.3),dashed); draw((0.3,0.3)--(0.3,1.3),dashed);  label("$A$", (0,0), SW); label("$B$", (1,0), SE); label("$C$", (1.3,0.3), E); label("$D$", (0.3,0.3), SE); label("$E$", (0,1), W); label("$F$", (1,1), E); label("$G$", (1.3,1.3), NE); label("$H$", (0.3,1.3), N); [/asy]

Video Solution

https://youtu.be/rsURe5Xh-j0?t=1728

~IceMatrix

See also

2010 AMC 10A (ProblemsAnswer KeyResources)
Preceded by
Problem 19
Followed by
Problem 21
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
All AMC 10 Problems and Solutions

The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions. AMC logo.png