I am trying to solve this problem Compute $P(X+Y>Z)$ where $X, Y$ and $Z$ are independent, uniform random variables in the interval $[0,1]$., but I only want to think about this problem geometrically, but I'm struggling with visualizing this problem.
I can imagine the sample space of $X,Y,Z$ to be uniformly distributed within a $1\times1\times1$ cube. Visually, I can consider 2 disjoint sample spaces $X+Y < 1$ and $X+Y > 1$. Each represents half of the cube sliced along the $x+y=1$ diagonal plane that extends in the z-direction. For $X+Y>1$, which occurs with probability 0.5, we know that $P(X+Y>Z, X+Y > 1) = 1$. This one is simple to visualize.
I am struggling with visualizing the $X+Y < 1, X+Y > Z$ case. It seems this forms a region that starts out as a triangle cross section at $z=0$ and then evolves to a trapezoidal cross-sectional area for $z > 0$ that decreases in area as $Z \rightarrow 1$?
In the unit cube, consider the vertices for which $X+Y = Z$. These are $(0,0,0)$, $(1,0,1)$, and $(0,1,1)$. Since we have enumerated three distinct, non-collinear points on such a plane, and these are not common to a single face of the cube, no other vertices satisfy this equation. Therefore, the set of all points inside the cube that satisfy $X + Y > Z$ comprise those points "below" this plane. Since this plane cuts off a pyramidal volume of $1/6$--note the fourth vertex is $(0,0,1)$--the desired probability is simply $5/6$.