Bayes' Theorem Math Example 4
Follow the full solution, then compare it with the other examples linked below.
Example 4
hardA coin is either fair (, probability 0.7) or biased (, probability 0.3). You flip it once and get heads. Update the probability that the coin is biased using Bayes' theorem.
Solution
- 1 Prior: ,
- 2 Likelihoods: ,
- 3
- 4
Answer
. One head updates prior from 0.3 to 0.41.
A single head increases the probability the coin is biased (0.3 โ 0.41) because heads is more likely from the biased coin. Each piece of evidence updates the posterior, which becomes the prior for the next observation. This is sequential Bayesian updating.
About Bayes' Theorem
Bayes' theorem gives the posterior probability of a hypothesis given evidence: .
Learn more about Bayes' Theorem โMore Bayes' Theorem Examples
Example 1 medium
Email spam filter: [formula]. The word 'free' appears in 80% of spam emails and 10% of legitimate em
Example 2 hardDrug testing: [formula]. Test sensitivity [formula]. Specificity [formula] (so [formula]). Find [for
Example 3 easyWrite out Bayes' theorem and explain each component: [formula].