Random "Tetrahedron" Walk

Call the vertices of a tetrahedron, A, B, C, and D.

A bug starts on vertex A. 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 D?


Clarification: Every second he chooses randomly among the three edges available to him, including the one he might have just walked along.


Other Expected Value Quizzes

Image credit: http://loki3.com/

1 2 3 4 5 6 7 8

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.

3 solutions

Geoff Pilling
May 27, 2016

Each time he moves he has a 1/3 probability of getting to vertex D, and 2/3 probability of effectively ending up where he started (by symmetry, the vertices can be considered similar).

So, E = 1 + ( 2 / 3 ) E E = 1 +(2/3)E , or E = 3 E = \boxed{3}

Since you said 1/3 of the probability of getting D shouldn't it be : E = 1/3 + 2/3 * E ?

Parsa Noori - 1 year, 1 month ago

Sir can u explain it further .thank you

Amaya Solanki - 5 years ago

Log in to reply

Let E ( A ) , E ( B ) , E ( C ) E(A),E(B),E(C) be the expected value of number of seconds it take for him to move to D D from A , B , C A,B,C respectively.
Clearly E ( A ) = 1 3 × 1 + 1 3 ( 1 + E ( B ) ) + 1 3 ( 1 + E ( C ) ) E(A)=\dfrac 13\times 1+\dfrac 13(1+E(B))+\dfrac 13(1+E(C))
But by symmetry, E ( A ) = E ( B ) = E ( C ) E(A)=E(B)=E(C)
So E ( A ) = 1 3 + 1 3 ( 1 + E ( A ) ) + 1 3 ( 1 + E ( A ) ) E(A)=\dfrac 13+\dfrac 13(1+E(A))+\dfrac 13(1+E(A))
Simplifying yields E ( A ) = 3 E(A)=3

展豪 張 - 5 years ago
Otto Bretscher
May 30, 2016

The probability that the bug has not reached D D after n n moves is ( 2 3 ) n \left(\frac{2}{3}\right)^n , so that the expected value is 1 + 2 3 + ( 2 3 ) 2 + . . . = 1 1 2 / 3 = 3 1+\frac{2}{3}+\left(\frac{2}{3}\right)^2+...=\frac{1}{1-2/3}=\boxed{3}

Selina Tian
Jun 23, 2020

EA = (1/3) 1 + (2/3) (EA+1) EA is the expected move at the beginning, and he has 1/3 chance to move to D, and 2/3 chance to move to B or C; if move to B or C, it just likes the game start from beginning again. EA = 3

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...