You are on an infinite triangular lattice with black circles repeated as shown below, and you start at the vertex circled in red:
Every move you randomly walk along a black line segment to a neighboring vertex.
What is the expected value for the number of moves before you hit one of the lattice points with a black circle on it?
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.
Relevant wiki: Expected Value - Problem Solving
Every move you have 3 1 chance of hitting a black circle, or 3 2 chance of winding up effectively where you started (in between two on an infinite lattice).
So the expected number of moves is:
E = 1 + 2 / 3 ( E )
Or E = 3