Each minute, a little boy Ben is supposed to be next to his mom at the same vertex of a busy, triangle-shaped marketplace. This minute, he somehow ends up at B with Mom at M . But that's no problem because he is trained well enough to stay put until Mom shows up (who doesn't know at which vertex Ben is).
In fact, Mom can walk one edge of the equilateral triangle per minute, so it takes her only an average of 1.5 minutes to find Ben: 1 minute if she goes M B , and 2 minutes if she takes the path M T B , hence 1.5 minutes on average.
Ben grows up and can walk just as fast as Mom, so he wouldn't do it any more. If he gets lost, now he would also look for Mom at the same time. He insists this because they could even find each other as fast as in 0.5 minutes, half way between their respective vertices, if they are lucky.
If Ben really gets lost and they each head for an adjacent vertex randomly picked every minute, how long will it take for them to get together again, on average?
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.
Let's go over all possible cases:
Case 1: Mom going counterclockwise, Ben going clockwise ( with probability 2 1 × 2 1 = 4 1 )
This is the luckiest case where they can see each other in just 0 . 5 minutes half way between M and B .
Case 2: Mom going clockwise, Ben going counterclockwise ( with probability 2 1 × 2 1 = 4 1 )
This is also good because they can find each other in 1 minute at T .
Case 3: Both going in the same direction, clockwise or counterclockwise ( with probability 2 × 2 1 × 2 1 = 2 1 )
This is the worst case scenario where they've only wasted 1 minute and have to start all over again, as they are exactly in the same situation as 1 minute ago, now one being at T and the other at M or B .
Now, let x be the expected amount of time (in minutes) that it takes for them to find each other. Then x 2 x = ( 4 1 × 0 . 5 ) + ( 4 1 × 1 ) + ( 2 1 × ( 1 + x ) ) ( 1 ) = 8 1 + 4 1 + 2 1 + 2 x = 8 7 ⟹ x = 4 7 = 1 . 7 5 . You may wonder what the x at the end of equation (1) might be. It's the same x as on the left-hand side of (1) because, with probability 2 1 , they have to go through exactly the same thing again (as if nothing happened) after wasting 1 minute, hence the term 2 1 × ( 1 + x ) .
Therefore, our answer is 1.75 minutes, which is greater than 1.5 minutes. So, the conventional wisdom prevails: "Boy, stay put!"