Draw a quadrilateral in the Cartesian plane, whose vertices are (-4,5), (0,7), (5,-5), and (-4,-2). Also find its area.
Hint. Split the quadrilateral along one diagonal into two triangles and sum their areas using the coordinate area formula.
Using diagonal AC from A(-4,5) to C(5,-5): Area(ABC) with B(0,7) = (1/2)|(-4)(7-(-5))+0((-5)-5)+5(5-7)| = (1/2)|-48+0-10| = 29. Area(ACD) with D(-4,-2) = (1/2)|(-4)(-5-(-2))+5(-2-5)+(-4)(5-(-5))| = (1/2)|12-35-40| = 31.5. Total area = 29+31.5 = 60.5.
✦ Working through each part gives: area = 60.5 square units.
