What is the probability that 3 randomly chosen real numbers between 0 and 1 have a sum less than 1? Assume that the random numbers are uniformly distributed over (0,1) and are independent.
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.
Call the three values x , y , z . We can treat these as coordinates. The sample space is the unit cube with vertices ( 0 , 0 , 0 ) , ( 1 , 0 , 0 ) , ( 0 , 1 , 0 ) , ( 0 , 0 , 1 ) , ( 0 , 1 , 1 ) , ( 1 , 0 , 1 ) , ( 1 , 1 , 0 ) , ( 1 , 1 , 1 ) , which has volume 1 . The region we are interested in is the intersection of this cube with the region x + y + z ≤ 1 . This intersection is the tetrahedron with vertices ( 0 , 0 , 0 ) , ( 1 , 0 , 0 ) , ( 0 , 1 , 0 ) , ( 0 , 0 , 1 ) . The volume of this tetrahedron - which, since the sample space has volume 1 , is also the required probability, is 6 1 .