Question 55186
What is the area defined by the following graphs:
|x|+|y| is greater than or equal to 2 
CASE 1 ..X AND Y POSITIVE..WE GET...X+Y>=2
CASE 2...X + VE Y - VE.....WE GET ..X-Y>=2
CASE 3...X -VE..Y -VE......WE GET ..-X-Y>=2
CASE 4...X - VE..Y..+ VE...WE GET ...-X+Y>=2

and |x|+|y| is less than or equal to 5
SAME WAY WE GET HERE X+Y<=5......X-Y<=5......-X-Y<=5.......-X+Y<=5
GRAPH LOOKS LIKE THIS 
{{{ graph( 600, 600, -10, 10, -10, 10,2-x,x-2,-x-2,2+x,5-x,x-5,-x-5,5+x) }}}


it is the area of square with side of 5sqrt(2) - area os square with side of 2sqrt(2) = 5*sqrt(2)*5*sqrt(2)-2*sqrt(2)*2*sqrt(2) =50-8=42