I actually attempted to enlist my professor help on this problem, but what he said was quick and I must not have written everything down because I cannot understand how this problem is supposed to be done.
$$ \text{Evaluate the triple integral }\displaystyle \iiint_{E} xy \, dV \text{ where }E\text{ is the solid tetrahedron with vertices }(0,0,0), (8,0,0), (0,8,0), (0,0,9). $$
We need to pick a side and use it as the base of the shape, so we pick the easy side that's already on the $xy$ plane. Using $(0,0,0), (8,0,0), (0,8,0)$. Now we pick our height, $z = 9 - \frac{9}{8}x - \frac{9}{8}y$ which we can now use as one edge of our integration, or at least that's what my professor said to do.
He ended up with an equation looking like this:
$$ \int_0^8 \int_0^{9-\frac{9}{8}x} \int_0^{9-\frac{9}{8}x-\frac{9}{8}y} xy\:dz\:dy\:dx $$
This does not make sense to me. After the innermost integraion has been completed, we will end up with a $y$ factor we can't get rid in the outer integrals because we've already used up our $dy$.
How do we do this problem?
UPDATE: I miss read the order of integration he put. The correct order was $dz dy dx$ That is more than likely the source of my confusion.
UPDATE: This took a while to do by hand, just because expanding terms became very physically tedious to do. The ending answer I resulted with was $\frac{1458}{5}$. To make sure I did in-fact get the correct answer, I was able to compare it against wolframalpha and it matches the number I got by hand. So this makes me believe that there is still a problem with the way I've setup the problem. Is this not the conceptually correct way to do this?
The possible $6$ orderings of integration are
$$\begin{align} &\mathrm{z-y-x\implies\int_0^{8}\int_{0}^{8-x}\int_{0}^{9-9(x+y)/8}\text{ (stuff) }\;dzdydx}\\ &\mathrm{z-x-y\implies\int_0^{8}\int_{0}^{8-y}\int_{0}^{9-9(x+y)/8}\text{ (stuff) }\;dzdxdy}\\ &\mathrm{y-z-x\implies\int_{0}^{8}\int_{9}^{9-9x/8}\int_{0}^{8-x-8z/9}\text{ (stuff) }\;dydzdx}\\ &\mathrm{y-x-z\implies\int_{0}^{9}\int_{0}^{8-8z/9}\int_{0}^{8-x-8z/9}\text{ (stuff) }\;dydxdz}\\ &\mathrm{x-z-y\implies\int_{0}^{8}\int_{0}^{9-9y/8}\int_{0}^{8-y-8z/9}\text{ (stuff) }\;dxdzdy}\\ &\mathrm{x-y-z\implies\int_{0}^{9}\int_{0}^{8-8z-9}\int_{0}^{8-y-8z/9}\text{ (stuff) }\;dxdydz}\\ \end{align}$$
Replacing "stuff" with $\mathrm{xy}$ and integrating I get ${1536\over5}$.