This is a problem that has been bothering me because it seems so easy however the answers don't feel right so...(It showed up in my latest statistics exam and almost everybody got it wrong because we thought it was just too plain easy) "A point is randomly chosen in the [0,1] interval splitting it in two halves."
1.Whats the average length of the shortest half? Isn't the average always 0.5?
2.Now picking two random points in the same interval what's the probability of being able to create a triangle with the 3 segments? Shouldn't this be 1?
Let $l$ be the length of the shortest half. Then $$ \mathsf{E}l=\int_0^{1/2}x\,dx+\int_{1/2}^1 (1-x)\, dx = \frac{1}{8}+\frac{1}{8} = \frac{1}{4}. $$
Look at this question (your probability is $1-$ the probability that the length of one of the segments is greater than $1/2$).