Michael D. answered 06/24/24
PhD in Math; 15+ years teaching Probability within various courses
The above answer certainly is correct, but here is a more thorough explanation using concepts and terminology from basic Probability.
The problem is about the Expected Value of a Discrete Random Variable: the time it takes to escape. There are four possible outcomes here (each outcome being a sequence of choices of Tunnels leading to escape):
1st Tunnel -> 30 minutes
2nd Tunnel, then 1st Tunnel -> 90 minutes total
2nd Tunnel, then 3rd Tunnel -> 150 minutes total
3rd Tunnel -> 90 minutes
Since each individual choice is equally likely, we immediately have P(1st) = P(3rd) = 1/3
The other two probabilities are computing using the Multiplication Rule. For instance:
P(2nd, then 1st) = P(2nd) * P(1st | 2nd) = (1/3) * (1/2) = 1/6
and similarly, P(2nd, then 3rd) = 1/6.
Multiply the probability of each outcome by the value of that outcome, and add these to get the Expected Value:
(1/3)*30 + (1/6)*90 + (1/6)*150 +(1/3)*90 = 80 minutes.
WAZIDUL A.
Thanks for the explanation sir06/24/24