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