Solution: The base of the solid is the shaded region
The height is z = 1 - x - y. So the volume is:
Maple Check:
int( int( 1-x-y, y = 0..1-x), x = 0..1);
1/6
by: gm