- 注册时间
- 2017-12-26
- 最后登录
- 1970-1-1
- 威望
- 星
- 金币
- 枚
- 贡献
- 分
- 经验
- 点
- 鲜花
- 朵
- 魅力
- 点
- 上传
- 次
- 下载
- 次
- 积分
- 2832
- 在线时间
- 小时
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?欢迎注册
×
本帖最后由 markfang2050 于 2019-6-7 21:43 编辑
Points A and B are opposite corners of a 5×5 grid.
Alice starts at point A, and each second, walks one edge right or up (if a point has two options, each direction has a 50% chance) until Alice reaches point B.
At the same time, Bob starts at point B, and each second he walks one edge left or down (if a point has two options, each direction has a 50% chance) in order to reach point A.
What is the probability Alice and Bob meet during their random walks? (Meet means occupy the same point at the same time).
What is the probability for an n by n grid? What is the limiting probability as n goes to infinity?
计算机程序模拟与理论求解均可。
如果格子是5×9的呢?如何计算?
如果格子是m×n的呢?如何计算?(m,n是不相等的正整数,m>=2,n>=2.) |
-
1
-
2
|