SOLUTION: What is the area of a polygon with vertices (-2,2), (3,2), (7,-5), and (-2,-5)?

Algebra ->  Surface-area -> SOLUTION: What is the area of a polygon with vertices (-2,2), (3,2), (7,-5), and (-2,-5)?      Log On


   



Question 876664: What is the area of a polygon with vertices (-2,2), (3,2), (7,-5), and (-2,-5)?
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
What is the area of a polygon with vertices (-2,2), (3,2), (7,-5), and (-2,-5)?
---------------
Add labels
A(-2,2), B(3,2), C(7,-5), and D(-2,-5)
----
List them in a 2 by -- matrix & repeat the 1st point
A...B...C...D...A
-2..3...7..-2..-2
2...2..-5...-5..2
----
Add the diagonal products starting at the upper left
-2*2 + 3*-5 + 7*-5 + -2*2 = -4 - 15 - 35 - 4 = -58
---
Add the diagonal products starting at the lower left
2*3 + 2*7 + -5*-2 + -5*-2 = 6 + 14 + 10 + 10 = 40
Get the absolute value of the difference = 98
The area is 1/2 that = 49 sq units
============================================
Works for any # of points, but they must be in order on the perimeter.