I am having trouble setting this up, can someone please help me?
Let $T$ be the triangle in the $x,y$ plane having corners at $(0,0), (1,3),$ and $(3,3)$. Can someone please help me set up the double integral for the function $f(x,y) = x^2y$ over the region $T$, and evaluate it, please. Thank you!


You need to look at the region and determine the bounds. If we graph out the points and draw lines, it becomes clear that using functions of $y$ will make this integral simpler since we won't need to split it into two regions. First figure out what the equations of our three lines are. The top line is easy:
$$y=3$$ The Left most line is: $$y=3x\Rightarrow x=\frac{1}{3}y$$ The Right most line is: $$y=x\Rightarrow x=y$$
We can now define our region $T$ as follows:
$$T=\{(x,y)\in\mathbb{R}^2|\frac{1}{3}y\leq x \leq y,0\leq y\leq3\}$$
From here we can set up our integral:
$$\iint_Tx^2ydA=\int_0^3\int_{\frac{1}{3}y}^yx^2ydxdy$$ $$=\frac{1}{3}\int_0^3[yx^3]|_{\frac{1}{3}y}^y$$ Simplifying our integrand we obtain: $$[yx^3]|_{\frac{1}{3}y}^y=y[y^3-\frac{y^3}{27}]$$ $$=\frac{26}{27}y^4$$ Thus our integral becomes: $$\frac{26}{81}\int_0^3y^5dy=\frac{26}{81*5}[y^5]|_0^3$$ $$=\frac{26}{81*5}*243=\frac{3*26}{5}=\frac{78}{5}$$