You have an unfair coin, with a probability, p , of landing on heads.
This probability is a linear distribution in the interval [ 0 , 1 ] defined by the following function.
P ( p ) = 2 p
You flip it and get heads.
What is the probability that p > 2 1 ?
Image credit: http://www.clipartkid.com/
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
But if the probability of the probability of getting heads being p is 2p, then isn't it impossible for p to be greater than 1/2, considering that the probability of p being any value greater than 0.5 is greater than 1?
Log in to reply
Good question... However, this is a probability distribution. i.e. It is a way of determining the probability of being between any two numbers. It is not a graph showing what the probability of any given value is. i.e. The probability of p being any particular number, say 2/3, is precisely zero. In order to use it, you need to integrate between the two numbers of interest.
@Calvin Lin can you think of, perhaps, a more clearer way that the question could be stated to avoid this confusion?
Log in to reply
It isn't about having a "clearer way to state the confusion". This is a very common misconception, confusing discrete probability with uniform probability. Under discrete, we want the sum of non-negative numbers to be 1, which is why there is an upper bound of 1. Under uniform, we want the integral of non-negative numbers to be 1, but there is no apriori upper bound on the values.
For example, if we consider the uniform distribution on the interval [ 0 , 2 1 ] , then the uniform probability means P ( X = x ) = p for x ∈ [ 0 , 2 1 ] , and ∫ R P ( X = x ) d x = 1 would then imply that p = 2 . It is not true that "The probability that P ( X = 4 1 ) is 2." In fact, the probability that P ( X = 4 1 ) = 0 , because we're supposed to take the integral of the domain.
Problem Loading...
Note Loading...
Set Loading...
Let H = The event that heads is flipped.
Using Baye's Theorem :
P ( p > 2 1 ∣ H ) = P ( H ) P ( H ∣ p > 2 1 ) × P ( p > 2 1 ) = ∫ 0 1 r 2 d r ∫ 2 1 1 r 2 d r = 8 7