5978概率中等数值题medium
First Passage Probability for a Lazy Biased Walk
题目
A lazy walk starts at 1. Each step it moves +1 with probability 0.3, -1 with probability 0.2, and stays put with probability 0.5. It stops on first reaching +4 or -4. Find the probability it exits at +4.
解题计时
0:00
提交作答时记录,用于后续平均用时统计。
你的答案