5. A unit length is broken off into 3 pieces. What is the probability of them forming a triangle ?
The answer is 1/4. In order to form a triangle, each piece should be less than 1/2. Please see the figure in triangle.pdf. The probability to have the first cut in the infinitesimal range dx is, p1=dx. The second cut, denoted by a round point, must be located in the right half and the distance from the midpoint must be less than x, so the probability to have this cut is p2=x. Therefore we can get dp=p1*p2=x*dx, which leads to such integration as P=2\times\int^{1/2}_0 xdx.Where we set upper limit to be 1/2, so we multiply the integration by 2.
A quick MC simulation also gave me a probability of 1/4, as shown in triangle.cpp.