View Single Post
  #4  
Old October 26th, 2009, 03:11 AM
CaptainBlack's Avatar
CaptainBlack CaptainBlack is offline
Grand Panjandrum
 
Join Date: Nov 2005
Location: South of England
Posts: 12,279
Country:
Thanks: 779
Thanked 4,004 Times in 3,229 Posts
CaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond reputeCaptainBlack has a reputation beyond repute
Default

Quote:
Originally Posted by instantaneous View Post
thanks for the answer, regarding the question:

you have two variables a and b that are uniformly distributed between 0 and 1

a and b are independent of each other

you chose randomly a and b

what is the probability to chose a and b so that

a > b
3b > a

My suggestion:

a' = a/(a+b)
b' = 1-a'

3 > a'/(1-a') > 1

so that 3/4 > a' > 1/2

giving a probability of 25%... is that correct? is the transformation to a' possible? if so, how would you prove that?

ty
In the first case p(a>b)=1/2 simply by symmetry, that is p(a>b)=p(b>a) and p(a=b)=0.

For the second suppose a is chosen first then p(3b>a|a)=p(b>a/3|a)=1-a/3 which is:

p(b>a/3)=\int_{a=0}^{1}p(b>a/3|a)p(a)\;da=\int_{a=0}^{1} (1-a/3)\; da

CB
__________________
Truth does not change because it is, or is not, believed by a majority of the people.

Giordano Bruno
Reply With Quote