由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - A probabilistic question
相关主题
问一道系统设计题目找零钱dp的问题
急问!编程实现数学运算相关面试题问道硬币题目
CS interview questionsAn online coding test problem
转贴 何海涛 100题。讨论个题目吧
Target coins半路转得计算机硕士找lab volunteer求教~!工作
同学们来帮忙解个题吧~Postdoc opening
F家的一道题。看起来好像很凶残的样子。求大家给思路给想法。。囧implement a simple regular expression match? (转载)
Given coins of value {k1, k2, ..., km}, 用最少硬币数组成一个sum 咋做啊想转computer science 了, 能不能请前辈们推荐一下, 哪个方向比较挣钱?
相关话题的讨论汇总
话题: hht话题: htt话题: question话题: alice
进入JobHunting版参与讨论
1 (共1页)
d**********x
发帖数: 4083
1
Alice and Bob plays a game with a coin.
They toss the coin to generate a sequence until pattern HHT or HTT appears.
If HHT comes up, Alice wins. If HTT, Bob wins.
1. Who has a larger chance to win
2. What's the probabilities for each of them
l******6
发帖数: 340
2
A has larger chance to win
A win : 0.6666667
B win : 0.3333333
u*****o
发帖数: 1224
3
感觉用markov chain应该能做出来
h*********o
发帖数: 230
4
牛~

【在 l******6 的大作中提到】
: A has larger chance to win
: A win : 0.6666667
: B win : 0.3333333

f*****e
发帖数: 2992
5
Automata with transition probability matrix A,then solve pi * A = pi

【在 h*********o 的大作中提到】
: 牛~
b*****o
发帖数: 715
6
A和B要赢,必须要等待H出现,现在假设出现了第一个H。接着有两者情况
(1)1/2: H后面是H。此时A必赢
(2)1/2: H后面是T。此时之后会等概率的出现T或者是H,如果是T,那么B赢;如果是
H,那么相当于清零,又回到初始状态,出现了第一个H。
所以A赢的概率是1/2+1/8+1/32+... = 2/3

【在 d**********x 的大作中提到】
: Alice and Bob plays a game with a coin.
: They toss the coin to generate a sequence until pattern HHT or HTT appears.
: If HHT comes up, Alice wins. If HTT, Bob wins.
: 1. Who has a larger chance to win
: 2. What's the probabilities for each of them

O*********y
发帖数: 923
7

厉害啊

【在 b*****o 的大作中提到】
: A和B要赢,必须要等待H出现,现在假设出现了第一个H。接着有两者情况
: (1)1/2: H后面是H。此时A必赢
: (2)1/2: H后面是T。此时之后会等概率的出现T或者是H,如果是T,那么B赢;如果是
: H,那么相当于清零,又回到初始状态,出现了第一个H。
: 所以A赢的概率是1/2+1/8+1/32+... = 2/3

x*****0
发帖数: 452
8
m
A*********c
发帖数: 430
9
把这个问题规约到string matching problem。让HHT和HTT都去匹配random sequence。
HHT有可以重复用的前缀,而HTT没有。HHT的可能性更大。
HHT和TTH俩能打个平手。

【在 d**********x 的大作中提到】
: Alice and Bob plays a game with a coin.
: They toss the coin to generate a sequence until pattern HHT or HTT appears.
: If HHT comes up, Alice wins. If HTT, Bob wins.
: 1. Who has a larger chance to win
: 2. What's the probabilities for each of them

1 (共1页)
进入JobHunting版参与讨论
相关主题
想转computer science 了, 能不能请前辈们推荐一下, 哪个方向比较挣钱?Target coins
yahoo labs scientist position - 需要referral的请看进来同学们来帮忙解个题吧~
问一道今天在线测试的题目F家的一道题。看起来好像很凶残的样子。求大家给思路给想法。。囧
老书还是得读呐Given coins of value {k1, k2, ..., km}, 用最少硬币数组成一个sum 咋做啊
问一道系统设计题目找零钱dp的问题
急问!编程实现数学运算相关面试题问道硬币题目
CS interview questionsAn online coding test problem
转贴 何海涛 100题。讨论个题目吧
相关话题的讨论汇总
话题: hht话题: htt话题: question话题: alice