When learning about probability, Alex, Brian and Charles were asked the following question:
Choose 3 numbers uniformly at random: a 1 , a 2 , a 3 ∼ [ 0 , 1 ] . What is the probability that a 1 is greatest?
They gave the following answers:
Andy: a 1 is either the greatest or not the greatest. Hence the probability is total outcomes positive outcomes = 2 1 .
Brian: One of a 1 , a 2 , a 3 is the greatest. Hence the probability is total outcomes positive outcomes = 3 1 .
Charles: a 1 is either greater or less than a 2 with probability 2 1 . Similarly, a 1 is either greater or less than a 3 with probability 2 1 . Hence, a 1 is greater than a 2 and a 1 is greater than a 3 with probability 2 1 × 2 1 = 4 1 .
Who is correct?
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.
I think the question could be improved by providing arguments for why the answer is 1/4 and 1/3, and then asking people to make their choice.
Log in to reply
I like that presentation! And in the solutions we can focus on explaining why one approach is flawed.
Since they are all from the same interval, any of the three numbers could be the greatest. So just choose one.
Problem Loading...
Note Loading...
Set Loading...
Method 1:-
a 1 > a 2 probability is 2 1
a 1 > a 3 probability is 2 1
As these 2 events are independent, answer is 4 1
.
.
.
.
However, these 2 events are not independent.
.
Method 2:-
There are 3 ! = 6 possible orders out of which 1 × 2 ! = 2 orders have 1st element as a 1
So probability is 6 2 = 3 1
.
Method 3 (The shortest):-
There are 3 possible numbers which are equally likely to be the greatest. So the answer is 1/3.