Hi I have to solve the following double integral.
$$\iint _{R} e^{x+3y}dA\: \:and \: \: R=\left \{ y=1, y=2, y=x, y=5-x \right \} $$
this is my approach:
$$\iint _{R} e^{x+3y}dA = \int_{1}^{2} \int_{1}^{x}e^{x+3y}dydx+\int_{2}^{3}\int_{1}^{2}e^{x+3y}dydx+\int_{3}^{4}\int_{1}^{5-x}e^{x+3y}dydx $$
Is this work correct? am I going in the right direction?