Given $$f ( x_1 , x_2 ) = \begin{cases}6 ( 1 - x_2 ) &,&0 ≤ x_1 ≤ x_2 ≤ 1 \\ 0 &&\text{ Otherwise.}\end{cases}$$ Find $P ( X_1 ≤ 0.75, X_2 ≥ 0.5 )$
The correct answer is $31/64$.
Help me know the lower and upper limit to use in differentiating the function. I used $0$ and $3/4$ for $x_2$ and $0.5$ and $1$ for $x_1$ but got $18/32$.
$$P ( X_1 ≤ 0.75, X_2 ≥ 0.5 )=1-P ( X_1 ≤ 0.75, X2 \le 0.5 )$$also $$P ( X_1 ≤ 0.75, X_2 \le 0.5 )=\int_{0}^{0.75}\int_{x_1}^{0.5}6-6x_2dx_2dx_1=\int_{0}^{0.75}2.25-6x_1+3x_1^2dx_1=\dfrac{33}{64}$$therefore $$P ( X_1 ≤ 0.75, X_2 ≥ 0.5 )=1-P ( X_1 ≤ 0.75, X2 \le 0.5 )=\dfrac{31}{64}$$