Bayes Theorem for coins problem

Click For Summary
SUMMARY

The discussion focuses on applying Bayes Theorem to a problem involving a bag of n coins, where one coin is fake with two heads. For part a, the probability that a coin is fake given it shows heads is calculated as P(fake|heads) = 2 / (n + 1). In part b, the probability that the coin is fake after flipping it k times and getting heads each time is derived as P(fake|(k heads)) = 2nk / n(n + 1)k. The calculations utilize the principles of conditional probability and the characteristics of the fake coin.

PREREQUISITES
  • Understanding of Bayes Theorem and its application
  • Basic probability concepts, including conditional probability
  • Familiarity with coin flipping probabilities
  • Ability to manipulate algebraic expressions
NEXT STEPS
  • Study advanced applications of Bayes Theorem in real-world scenarios
  • Explore the concept of prior and posterior probabilities in Bayesian statistics
  • Learn about the Law of Total Probability and its relation to Bayes Theorem
  • Investigate common probability distributions and their applications
USEFUL FOR

Students studying probability theory, statisticians applying Bayesian methods, and educators teaching concepts of conditional probability.

Adyssa
Messages
202
Reaction score
3

Homework Statement



I have a bag of n coins, and 1 is fake - it has 2 heads.

a) Determine the probability that if I flip a coin and it comes up heads, the coin is fake.
b) If a coin is flipped k times and comes up heads k times, what is the probability that the coin is fake?

Homework Equations



Bayes Theorem: P(A|B) = [P(B|A) P(A)] / P(B)

The Attempt at a Solution



For part a) I think I have this correctly.

P(fake) = 1/n
P(!fake) = (n-1) / n
P(heads) = P(heads|fake) P(fake) + P(heads|!fake) P(!fake)
= 1 * 1/n + 1/2 * (n-1) / n
= 1/n + (n-1) / 2n
= 2/2n + (n-1) / 2n
= (n+1) / 2n

P(fake|heads) = [P(heads|fake) P(fake)] / P(heads)
= 1 * 1/n / (n+1) / 2n
= 1/n / (n+1) / 2n
= 1/n * 2n / (n+1)
= 2n / n(n+1)
= 2 / (n+1)

For part b), I'm a little stuck. I think the probability of the coin coming up heads k times = P(heads)k or [(n+1) / 2n]k. My reasoning here is that ignoring the fake coin the probability of getting 5 heads in a row would be 1/2 * 1/2 * 1/2 * 1/2 * 1/2 = (1/2)k.

So P(fake|(k heads)) = [P((k heads) | fake) * P(fake)] / P(k heads)
and P((k heads) | fake) = 1, so

P(fake|(k heads)) = [1 * 1/n] / [(n+1) / 2n]k
= [1/n] / [(n+1) / 2n]k
= 1/n * [2n / (n+1)]k
= 1/n * [2nk/(n+1)k]
= 2nk / n(n+1)k

But I'm unsure of my reasoning.
 
Physics news on Phys.org
I think the point is that you flip the same coin k times and it comes up heads k times. So the probability of getting that from a real coin is P(k heads|!fake) = 1/2^k, and P(k heads|fake)=1 . Otherwise the calculation is exactly the same.
 
Last edited:

Similar threads

Replies
4
Views
5K
  • · Replies 3 ·
Replies
3
Views
1K
Replies
12
Views
4K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 29 ·
Replies
29
Views
7K
Replies
2
Views
2K