We have:
$F_W(w) = P(W \le w) = P(\min(X, 2Y) \le w)$
Since X and Y are independent, we can write this as:
$F_W(w) = P(X \le w, 2Y \le w) = P(X \le w)P(2Y \le w)$
Now, we find the CDF of X and Y:
$F_X(x) = P(X \le x) = 1 - e^{-\lambda x}$
$F_Y(y) = P(Y \le
Show more…