You enter the following tunnel system at the starting point (marked "S"). If you exit through the tunnel marked "W", you win a fabulous prize. If you exit through a tunnel marked "L", you lose and get nothing.
At each intersection, you must make a choice which to go. You may only go East, West, or South; never North. You may not backtrack. So, at each intersection you flip a coin to decide which direction to proceed.
What is the probability that you will win the fabulous prize?
Note: There is ONE path where using the above rules can get you stuck, i.e. you cannot make a valid move. For this path ONLY, assume backtracking is ok.
Question
Guest
You enter the following tunnel system at the starting point (marked "S"). If you exit through the tunnel marked "W", you win a fabulous prize. If you exit through a tunnel marked "L", you lose and get nothing.
At each intersection, you must make a choice which to go. You may only go East, West, or South; never North. You may not backtrack. So, at each intersection you flip a coin to decide which direction to proceed.
What is the probability that you will win the fabulous prize?
Note: There is ONE path where using the above rules can get you stuck, i.e. you cannot make a valid move. For this path ONLY, assume backtracking is ok.
Link to comment
Share on other sites
29 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.