Calculate the given integral using Monte Carlo method

27 Views Asked by At

approximate the integral using Monte Carlo method.

$\int _{r\in B} \frac{1}{|r-r_0|}dr$ , while $r_0 = (1,1,1)$ and B={(x,y,z): $x>0$,$y>0$,$z>0$,$x+y+z < 1$}.

I'm trying to solve the question ,but I have no clue how to solve it , and I only have seen Monte Carlo's method using uniform distribution , Hints would be amazing.