Difference between revisions of "2015 AMC 10B Problems/Problem 20"

m (Solution)
m (Solution 3 (3D Geo & Logic))
 
(21 intermediate revisions by 10 users not shown)
Line 1: Line 1:
 
==Problem==
 
==Problem==
 
Erin the ant starts at a given corner of a cube and crawls along exactly 7 edges in such a way that she visits every corner exactly once and then finds that she is unable to return along an edge to her starting point. How many paths are there meeting these conditions?
 
Erin the ant starts at a given corner of a cube and crawls along exactly 7 edges in such a way that she visits every corner exactly once and then finds that she is unable to return along an edge to her starting point. How many paths are there meeting these conditions?
 +
 
<math>\textbf{(A) }\text{6}\qquad\textbf{(B) }\text{9}\qquad\textbf{(C) }\text{12}\qquad\textbf{(D) }\text{18}\qquad\textbf{(E) }\text{24}</math>
 
<math>\textbf{(A) }\text{6}\qquad\textbf{(B) }\text{9}\qquad\textbf{(C) }\text{12}\qquad\textbf{(D) }\text{18}\qquad\textbf{(E) }\text{24}</math>
  
==Solution==
+
==Solution 1 (Coloring)==
 
<asy>import three; draw((1,1,1)--(1,0,1)--(1,0,0)--(0,0,0)--(0,0,1)--(0,1,1)--(1,1,1)--(1,1,0)--(0,1,0)--(0,1,1)); draw((0,0,1)--(1,0,1)); draw((1,0,0)--(1,1,0)); draw((0,0,0)--(0,1,0));  
 
<asy>import three; draw((1,1,1)--(1,0,1)--(1,0,0)--(0,0,0)--(0,0,1)--(0,1,1)--(1,1,1)--(1,1,0)--(0,1,0)--(0,1,1)); draw((0,0,1)--(1,0,1)); draw((1,0,0)--(1,1,0)); draw((0,0,0)--(0,1,0));  
 
label("2",(0,0,0),S);
 
label("2",(0,0,0),S);
Line 17: Line 18:
 
We label the vertices of the cube as different letters and numbers shown above. We label these so that Erin can only crawl from a number to a letter or a letter to a number (this can be seen as a coloring argument). The starting point is labeled <math>A</math>.
 
We label the vertices of the cube as different letters and numbers shown above. We label these so that Erin can only crawl from a number to a letter or a letter to a number (this can be seen as a coloring argument). The starting point is labeled <math>A</math>.
  
If we define a "move" as each time Erin crawls along a single edge from 1 vertex to another, we see that after 7 moves, Erin must be on a numbered vertex. Since this numbered vertex cannot be 1 unit away from <math>A</math> (since Erin cannot crawl back to <math>A</math>), this vertex must be <math>4</math>.
 
  
Therefore, we now just need to count the number of paths from <math>A</math> to <math>4</math>. To count this, we can work backwards. There are 3 choices for which vertex Erin was at before she moved to <math>4</math>, and 2 choices for which vertex Erin was at 2 moves before <math>4</math>. All of Erin's previous moves were forced, so the total number of legal paths from <math>A</math> to <math>4</math> is <math>3 \cdot 2 = \boxed{\textbf{(B)}\; 6}</math>.
+
If we define a "move" as each time Erin crawls along a single edge from one vertex to another, we see that after 7 moves, Erin must be on a numbered vertex. Since this numbered vertex cannot be one unit away from <math>A</math> (since Erin cannot crawl back to <math>A</math>), this vertex must be <math>4</math>.
 +
 
 +
 
 +
Therefore, we now just need to count the number of paths from <math>A</math> to <math>4</math>. To count this, we can work backwards. There are 3 choices for which vertex Erin was at before she moved to <math>4</math>, and 2 choices for which vertex Erin was at 2 moves before <math>4</math>. All of Erin's previous moves were forced, so the total number of legal paths from <math>A</math> to <math>4</math> is <math>3 \cdot 2 = \boxed{\textbf{(A)}\; 6}</math>.
 +
 
 +
==Solution 2 (3D Geometry)==
 +
Lets say that this cube is an unit cube and the given corner is <math>(0,0,0)</math>. Because Erin cannot return back to her starting point, she cannot be on <math>(0,0,1)</math>, <math>(0,1,0)</math>, or <math>(1,0,0)</math>. She cannot be on <math>(1,1,0)</math> , <math>(1,0,1)</math>, or <math>(0,1,1)</math>, because after <math>7</math> moves, the sum of all the coordinates has to be odd. Thus, Erin has to be at <math>(1,1,1)</math>. Now, we draw a net and see that there are <math>3</math> choices for the first move, <math>2</math> for the second, and the rest are forced. Thus the answer is <math>3\cdot2 = \boxed{\textbf{(A)}\; 6}</math>.
 +
 
 +
-Lcz
 +
 
 +
== Solution 3 (3D Geo & Logic) ==
 +
Let's suppose the given corner on the cube is <math>(0,0,0)</math>. Erin has 3 identical ways to proceed. Suppose she goes to <math>(0,1,0)</math>. She now has two more identical ways to go. Let's say she goes to <math>(0,1,1)</math>. She has to go to <math>(0,0,1)</math>, otherwise, she will end up on that point after 7 moves. This is because once if she chooses the other path to <math>(1,1,1)</math>, the endpoint is certain to be <math>(0,0,1)</math>, which is directly connected to <math>(0,0,0)</math>. After she goes to <math>(0,0,1)</math>, the only option she has is to go to <math>(1,0,1)</math>, then <math>(1,0,0)</math>, after that <math>(1,1,0)</math>, and finally <math>(1,1,1)</math>. She is forced to go this way because she cannot end up on <math>(1,0,0)</math>. At the start, she had 3 ways to choose, and after that 2 ways to choose, so <math>3\cdot2=\boxed{\textbf{(A)}\; 6}</math>.
 +
 
 +
~HelloWorld21
 +
 
 +
== Solution 4 (Insight from 2006 AMC 10A Problem 25) ==
 +
From the 2006 AMC 10A Problem 25, they look for more or less the same answer except the question asks for the probability that the bug will visit the 7 remaining corners exactly once after 7 moves. From each vertex of the cube, there are 3 edges emanating from it, meaning that there are a total of 3 * the number of ways the bug can visit the 7 vertices exactly once from a fixed point (we have to divide 3, though, because the question asks for the total number of PATHS — each of the 3 vertices emanating from a given vertex offers the same number of distinct paths). Since the answer to the 2006 AMC 10A problem 25 is 18 total ways, then the answer to this question is <math>18/3=\boxed{\textbf{(A)}\; 6}</math> ways.
 +
 
 +
~Zephyrica
  
 
==See Also==
 
==See Also==
 
{{AMC10 box|year=2015|ab=B|num-b=19|num-a=21}}
 
{{AMC10 box|year=2015|ab=B|num-b=19|num-a=21}}
 
{{MAA Notice}}
 
{{MAA Notice}}

Latest revision as of 10:04, 17 August 2023

Problem

Erin the ant starts at a given corner of a cube and crawls along exactly 7 edges in such a way that she visits every corner exactly once and then finds that she is unable to return along an edge to her starting point. How many paths are there meeting these conditions?

$\textbf{(A) }\text{6}\qquad\textbf{(B) }\text{9}\qquad\textbf{(C) }\text{12}\qquad\textbf{(D) }\text{18}\qquad\textbf{(E) }\text{24}$

Solution 1 (Coloring)

[asy]import three; draw((1,1,1)--(1,0,1)--(1,0,0)--(0,0,0)--(0,0,1)--(0,1,1)--(1,1,1)--(1,1,0)--(0,1,0)--(0,1,1)); draw((0,0,1)--(1,0,1)); draw((1,0,0)--(1,1,0)); draw((0,0,0)--(0,1,0));  label("2",(0,0,0),S); label("A",(1,0,0),W); label("B",(0,0,1),N); label("1",(1,0,1),NW); label("3",(1,1,0),S); label("C",(0,1,0),E); label("D",(1,1,1),SE); label("4",(0,1,1),NE); [/asy]

We label the vertices of the cube as different letters and numbers shown above. We label these so that Erin can only crawl from a number to a letter or a letter to a number (this can be seen as a coloring argument). The starting point is labeled $A$.


If we define a "move" as each time Erin crawls along a single edge from one vertex to another, we see that after 7 moves, Erin must be on a numbered vertex. Since this numbered vertex cannot be one unit away from $A$ (since Erin cannot crawl back to $A$), this vertex must be $4$.


Therefore, we now just need to count the number of paths from $A$ to $4$. To count this, we can work backwards. There are 3 choices for which vertex Erin was at before she moved to $4$, and 2 choices for which vertex Erin was at 2 moves before $4$. All of Erin's previous moves were forced, so the total number of legal paths from $A$ to $4$ is $3 \cdot 2 = \boxed{\textbf{(A)}\; 6}$.

Solution 2 (3D Geometry)

Lets say that this cube is an unit cube and the given corner is $(0,0,0)$. Because Erin cannot return back to her starting point, she cannot be on $(0,0,1)$, $(0,1,0)$, or $(1,0,0)$. She cannot be on $(1,1,0)$ , $(1,0,1)$, or $(0,1,1)$, because after $7$ moves, the sum of all the coordinates has to be odd. Thus, Erin has to be at $(1,1,1)$. Now, we draw a net and see that there are $3$ choices for the first move, $2$ for the second, and the rest are forced. Thus the answer is $3\cdot2 = \boxed{\textbf{(A)}\; 6}$.

-Lcz

Solution 3 (3D Geo & Logic)

Let's suppose the given corner on the cube is $(0,0,0)$. Erin has 3 identical ways to proceed. Suppose she goes to $(0,1,0)$. She now has two more identical ways to go. Let's say she goes to $(0,1,1)$. She has to go to $(0,0,1)$, otherwise, she will end up on that point after 7 moves. This is because once if she chooses the other path to $(1,1,1)$, the endpoint is certain to be $(0,0,1)$, which is directly connected to $(0,0,0)$. After she goes to $(0,0,1)$, the only option she has is to go to $(1,0,1)$, then $(1,0,0)$, after that $(1,1,0)$, and finally $(1,1,1)$. She is forced to go this way because she cannot end up on $(1,0,0)$. At the start, she had 3 ways to choose, and after that 2 ways to choose, so $3\cdot2=\boxed{\textbf{(A)}\; 6}$.

~HelloWorld21

Solution 4 (Insight from 2006 AMC 10A Problem 25)

From the 2006 AMC 10A Problem 25, they look for more or less the same answer except the question asks for the probability that the bug will visit the 7 remaining corners exactly once after 7 moves. From each vertex of the cube, there are 3 edges emanating from it, meaning that there are a total of 3 * the number of ways the bug can visit the 7 vertices exactly once from a fixed point (we have to divide 3, though, because the question asks for the total number of PATHS — each of the 3 vertices emanating from a given vertex offers the same number of distinct paths). Since the answer to the 2006 AMC 10A problem 25 is 18 total ways, then the answer to this question is $18/3=\boxed{\textbf{(A)}\; 6}$ ways.

~Zephyrica

See Also

2015 AMC 10B (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