Let X and Y be random variables with a joint probability density function given by: f(x,y) = (x+y)/1000 for 0 <= x < 10; 0 <= y < 10.
Find P{X+Y<4}.
So to do this I've got my double integral set up with the outer integral being taken from 0 - 10 in terms of dy and the inner my lower bound is 0 however I'm not sure whether my upper bound should be 4-X or 10-X, and I'm taking this integral in terms of dx. I think it should be 10-X however I'm not 100% sure.
Any help is appreciated!