|
Question 966654: find the area of the pentagon with vertices (3,0) (1,7) (5,3) (-4,2) (-3,-2)
Answer by Edwin McCravy(20059) (Show Source):
You can put this solution on YOUR website! find the area of the pentagon with vertices (3,0) (1,7) (5,3) (-4,2) (-3,-2)
Plot the points so that we will know their counterclockwise order:
1. List the coordinates in an array, repeating the first one
at the bottom of the list.
2. Add all the diagonal products that go from "northwest to southeast",
and subtract all the diagonal products that go from "northeast to
southwest", like this:
Add all the numbers on the right:
30+14+6+9+32= 91
Divide by 2:
Answer: Area = 45.5
Edwin
|
|
|
| |