61.5k views
5 votes
What is the perimeter of a Polygon with vertices at (3,2),(3,9),(7,12),(11,9), and (11,2)?

User Jay Temp
by
7.7k points

2 Answers

5 votes

Answer:

The perimeter is 32.

Explanation:

User Michael Lawrie
by
7.8k points
6 votes

Answer:

perimeter = 32

Explanation:

To find the perimeter of a polygon with the following vertices at; (3,2),(3,9),(7,12),(11,9), and (11,2), we will need to find the distance around the polygon.

Let A,B,C,D,E be the vertices of the polygon.

That is A(3,2), B(3,9), C(7,12), D(11,9), and E(11,2)

Then we will find the distance AB, BC, CD, DE and EA.

So to do this, we will simply apply our distance formula;

d = √ (
x_(2) - x_(1))² + (
y_(2) - y_(1)

We can now proceed;

A(3,2) B(3,9)

|AB| = √ (
x_(2) - x_(1))² + (
y_(2) - y_(1)

=√(3-3)² + (9-2)²

=√0² + 7²

=√7²

=√49

=7

|AB| = 7

Then, B(3,9) C(7,12)

|BC| = √ (
x_(2) - x_(1))² + (
y_(2) - y_(1)

= √(7-3)² + (12-9)²

=√4² + 3²

=√16 +9

=√25

=5

|BC| =5

Then, C(7,12) D(11,9)

|CD| = √ (
x_(2) - x_(1))² + (
y_(2) - y_(1)

=√(11-7)² + (9-12)²

=√4² + 3²

=√16 + 9

=√25

=5

|CD| = 5

Then, D(11,9) E(11,2)

|DE| = √ (
x_(2) - x_(1))² + (
y_(2) - y_(1)

=√(11-11)² + (2-9)²

=√0² + 7²

=√49

=7

|DE|=7

Then, E(11,2) A(3,2)

|EA| = √ (
x_(2) - x_(1))² + (
y_(2) - y_(1)

=√(3-11)² - (2-2)²

=√(-8)² + 0²

=√64

=8

|EA| = 8

Perimeter = |AB| +|BC| + |CD| + |DE| + |EA|

=7 + 5 + 5 + 7 + 8

=32

Therefore, the perimeter of the polygon is 32

User A Sz
by
7.7k points