189,875 views
4 votes
4 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
User Sorix
by
2.3k points

1 Answer

19 votes
19 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.

User BenWillkommen
by
3.0k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.