Compute $$\iint_{\Omega} (x+y^2) \ dx \ dy$$ where $\Omega$ is a parallelogram bounded by $x+y=0$, $x+y=1$, $2x-y=0$ and $2x-y=3.$
Graphing this in Desmos produces the following plot
I was instructed to use change of variables here, but I'm not familiar with that at all. How can I compute this kind of integral? Any tips would be much appreciated.

If you do $x+y=X$ and $2x-y=Y$, then $x=\frac{X+Y}3$ and $y=\frac{2X-Y}3$. Besides, if you define$$g(X,Y)=\left(\frac{X+Y}3,\frac{2X-Y}3\right),$$then $\Omega=g\bigl([0,1]\times[0,3]\bigr)$ and the absolute value of the Jacobian of $g$ is $\frac13$. So,\begin{align}\iint_\Omega x^2+y\,\mathrm dx\,\mathrm dy&=\iint_{g([0,1]\times[0,3])}x^2+y\,\mathrm dx\,\mathrm dy\\&=\iint_{[0,1]\times[0,3]}\frac13\left(\left(\frac{X+Y}3\right)^2+\frac{2X-Y}3\right)\,\mathrm dX\,\mathrm dY\\&=\frac13\int_0^1\int_0^3\left(\frac{X+Y}3\right)^2+\frac{2X-Y}3\,\mathrm dY\,\mathrm dX.\end{align}Can you take it from here?