Let $X_1, X_2$ be independent exponential random variables with common pdf $f(x)=\lambda\exp(-\lambda x), x>0$. How do I show that $Z=X_1/(X_1 + X_2) \sim U(0,1)$?
I know that $F_Z(z) = P(\frac{X_1}{X_1 + X_2} <z) = \int \int_A f(x_1,x_2)dx_1 dx_2$, and I know what $f(x_1,x_2)$ is, but I am unsure how to find the bounds on the integral. Any help with this would be greatly appreciated.