看一张纸判断大小:能否超过 1/2
Alice & Bob guess
题目详情
Alice writes two distinct real numbers between 0 and 1 on two sheets of paper. Bob selects one of the sheets randomly to inspect it.He then has to declare whether the number he sees is the bigger or smaller of the two.Is there any way Bob can expect to be correct more than half the times Alice plays this game with him?
解析
可以。
策略:看到纸上数为 后,独立再生成一个随机阈值 (例如 )。若 则猜“我看到的是较大数”,否则猜“我看到的是较小数”。
设两数为 ,且你随机看到其中之一(各概率 )。则