 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Plot the region of the points P(x,y) satisfying 2 gtmax. {|x|, |y|}. | 
| Answer» Solution :We have `2 gt` MAX.`{|x|, |y|}` `therefore 2 gt |x| and 2 gt |y|` `i.e., -2 LT x lt 2 " and" -2 lt y LT2.` Thus, common region of these inequalities is the square FORMED by lines `x = +-2 " and " y= +-2.`   | |