asked 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
answered
User Mathew Hall
by
8.3k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.