2015 AMC 10B Problems/Problem 20

Revision as of 12:35, 15 September 2020 by Alicew123 (talk | contribs) (Solution 2 (3D Geo))

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 can not return back to its starting point, he can not be on $(0,0,1)$, $(0,1,0)$, or $(1,0,0)$. He can not 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*2 = \boxed{\textbf{(A)}\; 6}$.

-Lcz

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