若不限制,甲80%,乙20%;若限制,自己算
所在版块:求学狮城 发贴时间:2008-11-30 09:37  评分:

用户信息
复制本帖HTML代码
高亮: 今天贴 X 昨天贴 X 前天贴 X 
把每2盘看成一回合
甲胜: (2/3)*(2/3) = 4/9
乙胜: (1/3)*(1/3) = 1/9
平: 1 - 4/9 - 1/9 = 4/9

若出现胜负,结束;若平,继续下一回合

n回合后
甲胜概率为:
4/9 + (4/9)*(4/9) + [(4/9)^2]*(4/9) + ... + [(4/9)^(n-1)]*(4/9) = (4/5)*[1-(4/9)^n]
乙胜概率为
1/9 + (4/9)*(1/9) + [(4/9)^2]*(1/9) + ... + [(4/9)^(n-1)]*(1/9) = (1/5)*[1-(4/9)^n]
平局概率为
(4/9)^n

n取无穷大,则
甲胜概率80%,乙胜概率20%

n=6,则...自己算吧

……第5000贴竟然是这样的……
.
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!

编程 = ? ? = ? !
 相关帖子 我要回复↙ ↗回到正文
有趣的网球输赢概率题 spinach   (168 bytes , 1081reads )
Solve the Discrete Time Markov Chain simon   (0 bytes , 475reads )
题目修改 spinach   (308 bytes , 287reads )
0.855967? hash   (119 bytes , 315reads )
应该是80%吧,一个小程序模拟进行10000000场比赛输出结果接近80% MetalGearSnake   (976 bytes , 404reads )
有没有办法把平局也放进去?? spinach   (186 bytes , 271reads )
每场比赛要有局数限制才会产生平局的情况吧? MetalGearSnake   (1321 bytes , 289reads )
if you know sth about stochastic, this is a stopping-time problem 1300cc   (102 bytes , 284reads )
试着写一般表达式,这样对吗? spinach   (79 bytes , 244reads )
what is the general formula for the stopping time? spinach   (214 bytes , 240reads )
yes. it's a typo in my first equation. should be -2 , not -1/2 1300cc   (15 bytes , 292reads )
it's in this way 1300cc   (67 bytes , 372reads )
for stopping-time problems, there are no "draw"? spinach   (0 bytes , 253reads )
no draw 1300cc   (192 bytes , 256reads )
我的答案跟大家一样4:1;可是好像不对 spinach   (521 bytes , 260reads )
如果不限制盘数的话,平局的概率为零 香陵居士   (0 bytes , 322reads )
考虑到状态稳定的时候 icky   (102 bytes , 288reads )
这个好 胡萝卜   (0 bytes , 240reads )
若不限制,甲80%,乙20%;若限制,自己算 冷色蓝天   (439 bytes , 291reads )
一场比赛多少盘?还是不限制盘数? 香陵居士   (0 bytes , 361reads )
不限盘数 spinach   (0 bytes , 265reads )
每胜一盘的[得]一分,另甲胜指甲胜整场比赛 spinach   (0 bytes , 208reads )