Let $X$ and $Y$ be independent and $\text{exp}(\lambda)$, and let $Z=X/(X+Y),$ find the pdf of $Z$.
1) How can one draw the conclusion that the range of $Z$ is $[0,1]$?
Let's take a $z$ in this range and consider the cdf
$$F_Z(z)=P(Z\le z)=P\left(\frac{X}{X+Y}\le z\right)=P\left(\frac{X}{X+Y}\le z\right)=P\left(Y\geq\left(\frac{1}{z}-1\right)X\right).$$
With $a=1/z-1$ we have that $F_Z(z)=P(Y\ge aX).$
2) Can someone intuitively and otherwise, in detail, explain to me why computing $P(Y\ge aX)$ is equivalent to integrating the joint pdf over the region $B=\{(x,y):y\ge ax\}$?
EDIT 1: With the help of the comments and answers thus far, I now draw the region on the xy-plane:
So obviously $-\infty \le x\le \infty $ and $ax\le y \le \infty,$ so
$$P(Y\ge aX)=\int_{-\infty}^{\infty}\int_{ax}^{\infty}\lambda e^{-\lambda y}\lambda e^{-\lambda x} \ dy \ dx.$$
I can't evaluate this integral and the book says that the lower bound for the outer integral is $0$, I don't agree because clearly $x$ can be negative.

1) $\mathbb{P}(Z<0)=\mathbb{P}(X<0,X+Y>0)+\mathbb{P}(X>0,X+Y<0)=0+0=0$.
$\mathbb{P}(Z>1)=\mathbb{P}(X>X+Y)=\mathbb{P}(0>Y)=0$.
Then $\mathbb{P}(Z\in[0,1])=1$.
2) Is by definition. Note that $(X,Y)\in B \iff Y\geq aX$