Knowing that $X$ and $Y$ are random variables, $f_{X,Y}(x,y)$ is their joint PDF, and \begin{align} f_{X,Y}(x,y)=k, \qquad(0<x<2; 0<y<x) \end{align} How can I compute $k$?
2026-04-02 03:12:23.1775099543
Finding an unknown joint PDF?
112 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
\begin{align} & \int_{x = 0}^{2}\int_{y = 0}^{x}f_{X, Y}(x, y)\, dy\, dx = 1 \\ \implies & \int_{x = 0}^{2}\int_{y = 0}^{x} k \, dy\, dx = 1 \\ \implies & k \int_{x = 0}^{2} x \, dx = 1 \\ \implies & k \dfrac{x^{2}}{2}\Bigg\vert_{0}^{2} = 1 \\ \implies & 2k = 1 \\ \implies & k = 0.5 \end{align}