I am working out a problem which states: "Let X1, X2, and X3 be independent and identically distributed random variables with the uniform distribution on [0, 1]. What is the probability P{X1 is the largest}?" I checked the answer and it is equal to 1/3. Now,clearly, the values of all three random variables will lie in the range [0,1].
I then let X1=a, X2=b and X3=c, and consider the following NINE cases: a,b and c all equal; b and c are equal and a is greater than them; b and c are equal and a is less than them; a and b are equal and they are greater than c; a and b are equal and they are less than c; a and c are equal and they are less than b; a and c are equal and they are greater than b; a is greater than b which is greater than c; c is greater than b which is greater than a.
Then I work out the probability as 2/9, since there are only two outcomes out of the above nine where a is largest(the ones in bold). How can the answer then be equal to 1/9? Please help