Question:

The joint density function of X and Y is $f_{XY}(x,y)=\begin{cases}x+y & \text{for } 0<x<1, 0<y<1 \\ 0 & \text{elsewhere}\end{cases}$ then $P(X<2Y)$ is

Show Hint

If the region of integration is complex, check if calculating the complement $P(X \ge 2Y)$ is simpler. In this case, both are relatively straightforward, but always ensure your limits correctly reflect the intersection of the inequality and the density's support.
Updated On: Jun 6, 2026
  • $4/3$
  • $19/24$
  • $1/4$
  • $3/4$
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

We need to calculate the volume under the joint density surface over the region where $X < 2Y$ within the unit square.

Step 1: \color{red
Define the Integration Limits
The region is $0 < x < 1, 0 < y < 1$ and $x < 2y$ (or $y > x/2$).
It is easier to integrate with respect to $y$ first:
For a fixed $x$, $y$ goes from $x/2$ to $1$.

Step 2: \color{red
Set up the Double Integral
$P(X < 2Y) = \int_{0}^{1} \int_{x/2}^{1} (x+y) dy dx$.

Step 3: \color{red
Evaluate the Inner Integral
$\int_{x/2}^{1} (x+y) dy = [xy + \frac{y^2}{2}]_{x/2}^{1}$
$= (x \cdot 1 + \frac{1}{2}) - (x \cdot \frac{x}{2} + \frac{(x/2)^2}{2})$
$= x + \frac{1}{2} - \frac{x^2}{2} - \frac{x^2}{8} = x + \frac{1}{2} - \frac{5x^2}{8}$.

Step 4: \color{red
Evaluate the Outer Integral
$\int_{0}^{1} (x + \frac{1}{2} - \frac{5x^2}{8}) dx = [\frac{x^2}{2} + \frac{x}{2} - \frac{5x^3}{24}]_{0}^{1}$
$= \frac{1}{2} + \frac{1}{2} - \frac{5}{24}$
$= 1 - \frac{5}{24} = \frac{19}{24}$.
The probability is $19/24$.
Was this answer helpful?
0
0