其他分享
首页 > 其他分享> > MathProblem 16 Two coins problem

MathProblem 16 Two coins problem

作者:互联网

A box contains two coins. One coin is heads on both sides and the other is heads on one side and tails on the other. One coin is selected from the box at random and the face of one side is observed. If the face is heads what is the probability that the other side is heads?

Solution

利用贝叶斯公式即可(懒得打字了。。。)
Pr(two headed coin|head chosen) = Pr(choosing two headed coin) * Pr(choosing heads given that two headed coin was chosen) / [Pr(choosing two headed coin) * Pr(choosing heads given that two headed coin was chosen) + Pr(choosing one headed coin) * Pr(choosing heads given that one headed coin was chosen)] = \(\frac{3}{4}\)

标签:Pr,heads,headed,coins,MathProblem,two,choosing,problem,coin
来源: https://www.cnblogs.com/xinyu04/p/16536361.html