Frederick Mosteller , 'Fifty challenging problems in probability', Q.43:
a bar is broken at random in 2 places. Find the average size of the smallest, middle, and largest pieces
I would like to discuss the solution offered in the book for working out the avergae size of the smallest segment, which says (summarized):
We might as well work with a bar of unit length $1$. let $X$ and $Y$ be the positions of the 2 points dropped. For convenience let us suppose that $X \lt Y$.
If we want to get the distribution of the smallest piece, then either $X$, $Y-X$ or $1-Y$ is smallest. Let us suppose $X$ is smallest, then: $$X \lt Y-X \text{ ie } 2X \lt Y$$ and $$X \lt 1-Y \text{ ie } X+Y \lt 1$$ this corresponds to the triangle shown in the picture, therefore the mean of X over that area will correspond to the X-coordinate of the centroid of that triangle, which as we know from plane geometry is $1 \over 3$ of the way from the base to the opposite vertex, here the point $(\frac{1}{3},\frac {2}{3})$ , therefore $\frac{1}{3} * \frac{1}{3} = \frac{1}{9}$
Therefore the mean of the smallest segment is $\frac{1}{9}$
My question is: even restricting ourselves to the area $X < Y$, why don't we need to consider the cases where Y-X is smallest, and 1-Y is smallest ?

Look at it this way: you have a circle of circumference $1$, and you cut it three times at random points. Then you can always assume that $X$ is the smallest part.
Another approach:
Let $z = \min\{x_1, \dots x_n\}$ were $x_i$ all have the same distribution and the same probability of being the minimum. Then $$\mathbb{E}(z) = \sum_{k=1}^n \mathbb{E}(z|z=x_k)Pr(z=x_k)=\frac{1}{n} n\mathbb{E}(z|z=x_1)=\mathbb{E}(z|z=x_1).$$ So one may as well assume that $z = x_1$.