A bug starts on one vertex of an icosahedron. Every second he randomly walks along one edge to another vertex. What is the expected value of the number of seconds it will take for him to reach the vertex opposite to the original vertex he was on?
Clarification:
Every second he chooses randomly between the five edges available to him, including the one he might have just walked along.
Other Expected Value Quizzes
Image credit: www.kjmaclean.com.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
We can classify the icosahedron's 1 2 vertices into four groups: (1) The vertices neighboring the vertex he starts at, (2) the vertices neighboring the opposite vertex, (3) the vertex he is on, and (4) the opposite vertex. And by symmetry we can call E 1 , E 2 , and E the expectation values for the number of seconds it will take to get from any vertex in those sets respectively. e.g. E 1 is the expectation value for the number of seconds it will take to reach the "opposite vertex" (opposite from where he started) from any vertex in group (1).
This gives us the following set of linear equations:
Solving for E , gives us E = 1 5
See Will's write up below for a more thorough explanation! :^)