Chapter 3 : 3.12 - Exercises Problem 7
mskhan001 opened this issue · comments
The solution given by you here seems incorrect to me. There should be (1-px)
term in the end to account for failing.
Refer - math.stackexchange
I guess you meant this problem (or the link might have changed).
For the case of only reaching lvl 1 and no futher, we need to account for failure to go to lvl2
Also, it cannot be equal
I agree with @vmdd . From the question statement, I interpret that X is the highest level that Bob can reach by playing the game. X = 1 if Bob fails to pass to level 2, which occurs with probability (1-p1).
Therefore, I think the correct answer to question 3.12 is