This is the last question in the joint density function section of the packet I'm using to study for the actuarial exams and I'm intimidated by the question. I'm sure it's not overly difficult, I'm just not sure of the right way to approach it.
Let $X$ and $Y$ be random losses with joint density function $f(x,y)=e^{-(x+y)}$ for $x>0$ and $y>0$.
An insurance policy is written to reimburse $X+Y$.
Calculate the probability that the reimbursement is less than 1.
You want to calculate $P(X+Y<1)$. Note that in the univariate case we have $$ P(X\in B) = \int_B f_X(x)dx,$$ where $B\subset \mathbb{R}$. We extend this to multivariate probability distributions. Now for $B\subset\mathbb{R}^2$ we have $$ P((X,Y)\in B) = \iint_B f_{(X,Y)}(x,y)dxdy. $$ In your case we have $B = \{(x,y)\,\,|\,\, x+y < 1 \,\,;\,\, x,y>0\}$. So the integral becomes $$ P(X+Y<1) = \int_{0}^{1}\int_{0}^{1-y} f_{(X,Y)}(x,y)dxdy.$$ From here on the problem has become a calculus excercise.