Difference between revisions of "2006 AMC 12A Problems/Problem 20"

m (Okay, I was very confused ... all better now)
m (movoever)
Line 1: Line 1:
 
== Problem ==
 
== Problem ==
 
+
A bug starts at one vertex of a cube and moves along the edges of the cube according to the following rule. At each vertex the bug will choose to travel along one of the three edges emanating from that vertex. Each edge has equal probability of being chosen, and all choices are independent. What is the [[probability]] that after seven moves the bug will have visited every vertex exactly once?
A bug starts at one vertex of a cube and moves along the edges of the cube according to the following rule. At each vertex the bug will choose to travel along one of the three edges emanating from that vertex. Each edge has equal probability of being chosen, and all choices are independent. What is the probability that after seven moves the bug will have visited every vertex exactly once?
 
  
 
<math> \mathrm{(A) \ } \frac{1}{2187}\qquad \mathrm{(B) \ } \frac{1}{729}\qquad \mathrm{(C) \ } \frac{2}{243}\qquad \mathrm{(D) \ } \frac{1}{81} \qquad \mathrm{(E) \ }  \frac{5}{243}</math>
 
<math> \mathrm{(A) \ } \frac{1}{2187}\qquad \mathrm{(B) \ } \frac{1}{729}\qquad \mathrm{(C) \ } \frac{2}{243}\qquad \mathrm{(D) \ } \frac{1}{81} \qquad \mathrm{(E) \ }  \frac{5}{243}</math>
Line 8: Line 7:
 
Let us count the good paths.  The bug starts at an arbitrary [[vertex]], moves to a neighboring vertex (3 ways), and then to a new neighbor (2 more ways).  So, [[without loss of generality]], let the [[cube (geometry) | cube]] have vertex <math>ABCDEFGH</math> such that <math>ABCD</math> and <math>EFGH</math> are two opposite [[face]]s with <math>A</math> above <math>E</math> and <math>B</math> above <math>F</math>.  The bug starts at <math>A</math> and moves first to <math>B</math>, then to <math>C</math>.
 
Let us count the good paths.  The bug starts at an arbitrary [[vertex]], moves to a neighboring vertex (3 ways), and then to a new neighbor (2 more ways).  So, [[without loss of generality]], let the [[cube (geometry) | cube]] have vertex <math>ABCDEFGH</math> such that <math>ABCD</math> and <math>EFGH</math> are two opposite [[face]]s with <math>A</math> above <math>E</math> and <math>B</math> above <math>F</math>.  The bug starts at <math>A</math> and moves first to <math>B</math>, then to <math>C</math>.
  
From this point, there are two cases.  
+
From this point, there are two [[casework|cases]].  
  
Case 1: the bug moves to <math>D</math>.  From <math>D</math>, there is only one good move available, to <math>H</math>.  From <math>H</math>, there are two ways to finish the trip, either by going <math>H \to G \to F \to E</math> or <math>\displaystyle H \to E \to F \to G</math>.  So there are 2 good paths in this case.
+
Case 1: the bug moves to <math>D</math>.  From <math>D</math>, there is only one good move available, to <math>H</math>.  From <math>H</math>, there are two ways to finish the trip, either by going <math>H \to G \to F \to E</math> or <math>H \to E \to F \to G</math>.  So there are 2 good paths in this case.
  
 
Case 2: the bug moves to <math>G</math>.
 
Case 2: the bug moves to <math>G</math>.
Line 19: Line 18:
  
 
== See also ==
 
== See also ==
* [[Casework]]
 
 
{{AMC12 box|year=2006|ab=A|num-b=19|num-a=21}}
 
{{AMC12 box|year=2006|ab=A|num-b=19|num-a=21}}
 +
{{AMC10 box|year=2006|ab=A|num-b=24|after=Last Question}}
  
 
[[Category:Introductory Combinatorics Problems]]
 
[[Category:Introductory Combinatorics Problems]]

Revision as of 17:58, 28 October 2007

Problem

A bug starts at one vertex of a cube and moves along the edges of the cube according to the following rule. At each vertex the bug will choose to travel along one of the three edges emanating from that vertex. Each edge has equal probability of being chosen, and all choices are independent. What is the probability that after seven moves the bug will have visited every vertex exactly once?

$\mathrm{(A) \ } \frac{1}{2187}\qquad \mathrm{(B) \ } \frac{1}{729}\qquad \mathrm{(C) \ } \frac{2}{243}\qquad \mathrm{(D) \ } \frac{1}{81} \qquad \mathrm{(E) \ }  \frac{5}{243}$

Solution

Let us count the good paths. The bug starts at an arbitrary vertex, moves to a neighboring vertex (3 ways), and then to a new neighbor (2 more ways). So, without loss of generality, let the cube have vertex $ABCDEFGH$ such that $ABCD$ and $EFGH$ are two opposite faces with $A$ above $E$ and $B$ above $F$. The bug starts at $A$ and moves first to $B$, then to $C$.

From this point, there are two cases.

Case 1: the bug moves to $D$. From $D$, there is only one good move available, to $H$. From $H$, there are two ways to finish the trip, either by going $H \to G \to F \to E$ or $H \to E \to F \to G$. So there are 2 good paths in this case.

Case 2: the bug moves to $G$. Case 2a: the bug moves $G \to H$. In this case, there are 0 good paths because it will not be possible to visit both $D$ and $E$ without double-visiting some vertex. Case 2b: the bug moves $G \to F$. There is a unique good path in this case, $F \to E \to G \to H$.

Thus, all told we have 3 good paths after the first two moves, for a total of $3\cdot 3 \cdot 2 = 18$ good paths. There were $3^7 = 2187$ possible paths the bug could have taken, so the probability a random path is good is the ratio of good paths to total paths, $\frac{18}{2187} = \frac2{243}$, which is answer choice $\mathrm (C)$.

See also

2006 AMC 12A (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 12 Problems and Solutions
2006 AMC 10A (ProblemsAnswer KeyResources)
Preceded by
Problem 24
Followed by
Last Question
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