I have a density function with
$f(x, y) = x^3+0.25y$, $0 \leq x \leq 1, 0 \leq y \leq 2$
and for x and y out of that range it is defined as 0.
First i need to calculate $P(X \leq 1 \cap Y \leq 1)$. How can i do that? The variables X and Y are not indepent. I calculated
$f_X(x) = 2x^3 + 0.5$ and $f_Y(y) = 0.25+0.25y$.
What is my next step?
Now i have to calculate
$f_{Y|X}(y|x=0)$ , with $f_X(x) = 2x^3+0.5$, $0 \leq x \leq 1$.
What do i have to do here? I really don´t have any idea.
(This are just exam preparation excercises)
Hints
1: $P(X\leq 1, Y\leq 1)=\int_0^1 \left( \int_0^1 x^3+0.25y \ \, dy \right) \, dx$
2: $f_{Y|X}(y|x)=\frac{f(x,y)}{f_X(x)}$
Then set $x=0$ to obtain $f_{Y|X}(y|x=0)$