We are given two independent exponential random variables, $X$ and $Y$. Their expected values are $E[X] = 1$ and $E[Y] = \frac{1}{2}$.
We need to find the conditional probability $P(X > 2Y \mid X > Y)$. Using the formula for conditional probability:
$ P(X > 2Y \mid X > Y) = \frac{P((X > 2Y) \cap (X > Y))}{P(X > Y)} $Note that if $X > 2Y$ and $Y \ge 0$, then $X$ is automatically greater than $Y$. Therefore, the intersection $(X > 2Y) \cap (X > Y)$ simplifies to just $X > 2Y$.
The formula becomes:
$ P(X > 2Y \mid X > Y) = \frac{P(X > 2Y)}{P(X > Y)} $We calculate the probability $P(X > Y)$ by integrating the joint PDF over the region where $x > y$.
$ P(X > Y) = \int_{0}^{\infty} \int_{y}^{\infty} 2e^{-(x+2y)} dx dy $First, integrate with respect to $x$:
$ \int_{y}^{\infty} 2e^{-x} e^{-2y} dx = 2e^{-2y} \left[ -e^{-x} \right]_{y}^{\infty} = 2e^{-2y} (0 - (-e^{-y})) = 2e^{-3y} $Now, integrate the result with respect to $y$:
$ \int_{0}^{\infty} 2e^{-3y} dy = 2 \left[ -\frac{1}{3}e^{-3y} \right]_{0}^{\infty} = 2 \left( 0 - (-\frac{1}{3}) \right) = \frac{2}{3} $So, $P(X > Y) = \frac{2}{3}$.
Next, we calculate the probability $P(X > 2Y)$ by integrating the joint PDF over the region where $x > 2y$.
$ P(X > 2Y) = \int_{0}^{\infty} \int_{2y}^{\infty} 2e^{-(x+2y)} dx dy $First, integrate with respect to $x$:
$ \int_{2y}^{\infty} 2e^{-x} e^{-2y} dx = 2e^{-2y} \left[ -e^{-x} \right]_{2y}^{\infty} = 2e^{-2y} (0 - (-e^{-2y})) = 2e^{-4y} $Now, integrate the result with respect to $y$:
$ \int_{0}^{\infty} 2e^{-4y} dy = 2 \left[ -\frac{1}{4}e^{-4y} \right]_{0}^{\infty} = 2 \left( 0 - (-\frac{1}{4}) \right) = \frac{2}{4} = \frac{1}{2} $So, $P(X > 2Y) = \frac{1}{2}$.
Finally, we compute the conditional probability:
$ P(X > 2Y \mid X > Y) = \frac{P(X > 2Y)}{P(X > Y)} = \frac{1/2}{2/3} = \frac{1}{2} \times \frac{3}{2} = \frac{3}{4} $