View Single Post
  #3  
Old October 26th, 2009, 02:55 AM
instantaneous instantaneous is offline
Newbie
 
Join Date: Oct 2009
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
instantaneous is on a distinguished road
Default

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
Reply With Quote