I need to find the volume of an object set with the following function:
$$x + y + z = 1$$
And all three axis.
So I converted the function into $z = -x - y + 1$, and it gave me kind of a clepsydra, crossing x,y plane in x = y = 1.
So the region seems to be the circle $x^{2}+y^{2}=1$.
However, changing x to r, and y to $\phi$ gives me wrong result - $\pi$, and it should be 1/6.
Is the region I've came up with correct?