I have to find the volume of the region bounded by $x + z = 1$;$ y + 2z = 2$;$ x = 0$;$ y = 0 $;$ z = 0$;
I tried to sketch the graph separately in the $y-z$ plane and then in $x-z$ plane. But I am stuck on the $xy$ plane. I know that the limits for $z$ for integration are from $0$ to $1$ and I don't know how to find the $x$ and $y$ limits. How should I proceed further?
let $f_1(x,y)= 1-x$ and $f_2(x,y)= 1-\frac y 2 $
$f_1 =0 $ on the line $x=1$ and $f_2 =0 $ on the line $y=2$ so the region of integration is $x \in (0,1)\; ; \;y \in (0,2) $
$f_1 = f_2 \Rightarrow y=2x$
$f_1 > f_2$ when $y > 2x$ and $f_2 > f_1$ when $y < 2x$
$$ V = \int _0^2 \int _0^\frac y 2 (1-\frac y2) dx dy + \int _0^2 \int _\frac y2^1 (1-x) dx dy $$