asked 93.1k views
2 votes
Find the perimeter of the polygon formed when these points are connected: A(3,7) B(3.1) C(6, 1) D(6,7)

Find the perimeter of the polygon formed when these points are connected: A(3,7) B-example-1

1 Answer

7 votes

So we are given 4 points that define a polygon and we need to find its perimeter.

Those 4 points define 4 sides. The sum of their lengths gives us the perimeter we are looking for. Those lengths are given by the distances between their extremes. For example, the length of side AD is equal to the distance between A and D. For two random points (a,b) and (c,d) the distance between them is equal to:


\sqrt[]{(a-c)^2+(b-d)^2}

So let's find the length of each of the polygon's four sides. For AD we have:


\sqrt[]{(3-6)^2+(7-7)^2}=\sqrt[]{9}=3

So its length is 3 units.

For AB we get:


\sqrt[]{(3-3)^2+(7-1)^2}=\sqrt[]{36}=6

Then its length is 6 units.

For BC:


\sqrt[]{(3-6)^2+(1-1)^2}=\sqrt[]{9}=3

So its length is 3 units.

And for CD we get:


\sqrt[]{(6-6)^2+(7-1)^2}=\sqrt[]{36}=6

Then the perimeter is equal to the sum of these four lengths:


p=3+6+3+6=18

Then the answer is 18.

answered
User Scott Bossak
by
8.2k 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.