rayge
- 25
- 0
Homework Statement
Let us choose at random a point from the interval (0,1) and let the random variable X_1 be equal to the number which corresponds to that point. Then choose a point at random from the interval (0,x_1), where x_1 is the experimental value of X_1; and let the random variable X_2 be equal to the number which corresponds to this point.
Compute P(X_1 + X_2 >= 1)
Homework Equations
The joint pdf is 1/x_1 , 0<x_2<x_1<1
The Attempt at a Solution
Many. For one, set Y=X_1+X_2. Then find P(Y>=1). Then evaluate \int_0^1\int_{1-x_2}^1 1/x_1 dx_1dx_2. Evaluating this integral gives me zero.
The other solutions I come up with end up giving me ln(0), which is undefined. Any suggestions on how to approach this?