Calculate the probability that $$P(X\le 250)$$ Suppose that ( X,Y ) has a bivariate distribution uniformly on the circle $x^2+y^2≤2000^2$.
So far I have integrated the bivariate density from $-/+\sqrt{2000-x^2}$ and now I am considering integrating again except this time I will be integrating from -2000 to 250. Are these bounds for the second integral correct?
Thanks in advance!
Direct approach. Let R=2000, u=250. Then the area of the part of the circle for $0\le x\le 250$ can be the sum of 2 terms, $A=2u\sqrt{R^2-u^2}$ and $B=2\int_\sqrt{R^2-u^2}^R\int_0^{\sqrt{R^2-y^2}}dxdy$. Therefore $P(X\le 250)=\frac{1}{2}+ \frac{A+B}{\pi R^2}$. The one half is $P(X\le 0)$. You do the arithmetic.