mrkb80
- 40
- 0
Homework Statement
let f_{X,Y}(x,y)=2e^{-(x+y)} for 0 \le x \le y and y \ge 0 \\<br /> <br />find P(Y<1 | X < 1)<br />
Homework Equations
<br /> f(X=x | y=y) = \dfrac{f_{X,Y}(x,y)}{f_y(y)}<br />
The Attempt at a Solution
P(Y<1 | X<1) = \int_0^1 \dfrac{f_{X,Y}(x,y)}{\int_0^1 f_X(x) dx} dy
before I integrate, I want to make sure I understand the concept, which I don't think I do.