Given the following pdf:
f_xy = c(1-x-y), x,y>=0, x+y<=1
0 else
I need to find c. I’m calculating the double integral with bounds for x of 0 and infinity, and bounds for y of 0 and 1-x.
But the integral keeps coming out infinite. What am I doing wrong?