We are given this density function :
$$ f(x,y) = \begin{cases} \frac{xy}{96}, & 0<x<4,& 1<y<5 \\ 0, & \text{otherwise} \end{cases}$$
and are supposed to find $P(X\ge3, Y\le2)$
rather than using the double integral how can we calculate this probability with the distribution function?
I calculated the joint dist func : $$F(x,y)=\frac{x^2(y^2-1)}{384}$$
then i tried : $P(X\ge3, Y\le2) = F(4, 2)-F(3,1)$
but this gives $\frac{48}{384}$ and the correct answer is $\frac{21}{384}$
