xinyu04

导航

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}\)

posted on 2022-07-31 05:08  Blackzxy  阅读(18)  评论(0编辑  收藏  举报