44.0k views
4 votes
Suppose you are given the coordinates of the vertices of a polygon. What steps could you take to solve a problem involving the polygon's area?

1 Answer

3 votes
find the area of the polygon by finding the legnth of its sides by finding distance between vertices

distance between ponts (a,b) an (c,d) is
D=
\sqrt{(c-a)^(2)+(d-b)^(2)}


do the rest yourself by intuistion
User Mathew Hall
by
8.3k points

No related questions found