What distribution does the following r.v follow:
$$X/(X+Y)$$
$$X \sim Gamma(a,1)$$ $$ Y \sim Gamma(b,1)$$
and the variables are independent.
Further, how to prove that the random variable is independent of:
$X+Y \sim Gamma(a+b,1)$?
I am sure there is some kind of a hack to get the result without using the convolution technique, and only relying on the moment generating functions. But I can't come up with it.